public class AttachmentRelationDataBean
extends com.ibm.commerce.attachment.objects.AttachmentRelationAccessBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
AttachmentRelationDataBean()
Constructs an empty
AttachmentRelationDataBean |
AttachmentRelationDataBean(com.ibm.commerce.attachment.objects.AttachmentRelationAccessBean abAttachmentRelation,
CommandContext context)
Constructs an
AttachmentRelationDataBean from a AttachmentRelationAccessBean . |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
AttachmentRelationDescriptionDataBean[] |
getDescriptions()
Gets the list of
AttachmentRelationDescriptionDataBean of the attachment relation. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Fetches and populates information needed by the bean.
|
void |
setCommandContext(CommandContext commandContext)
Sets the command context passed in at run time.
|
void |
setRequestProperties(TypedProperty param)
Sets the request property and populates the parameters that are needed by the bean.
|
findByAttachmentObjectTypeId, findByAttachmentObjectTypeIdAndObjectId, findByAttachmentObjectTypeIdAndObjectIdAndRelationUsageId, findByAttachmentObjectTypeIdAndObjectIdAndTargetIdAndRelationUsageId, findByAttachmentObjectTypeIdAndRelationUsageId, findByAttachmentObjectTypeIdentifierAndObjectId, findByAttachmentObjectTypeIdentifierAndObjectIdAndRelationUsageIdentifier, findByAttachmentTargetId, findByAttachmentTargetIdAndRelationUsageId, getAttachmentObjectTypeId, getAttachmentObjectTypeIdInEntityType, getAttachmentRelationId, getAttachmentRelationIdInEntityType, getAttachmentRelationUsage, getAttachmentRelationUsageId, getAttachmentRelationUsageIdInEntityType, getAttachmentTarget, getAttachmentTargetId, getAttachmentTargetIdInEntityType, getDescription, getDescription, getEntity, getLastUpdate, getLastUpdateInEntityType, getObjectId, getSequence, getSequenceInEntityType, instantiateEntity, setAttachmentObjectTypeId, setAttachmentObjectTypeId, setAttachmentRelationUsageId, setAttachmentRelationUsageId, setAttachmentTargetId, setAttachmentTargetId, setInitKey_attachmentRelationId, setLastUpdate, setLastUpdate, setObjectId, setSequence, setSequence
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public AttachmentRelationDataBean()
AttachmentRelationDataBean
public AttachmentRelationDataBean(com.ibm.commerce.attachment.objects.AttachmentRelationAccessBean abAttachmentRelation, CommandContext context)
AttachmentRelationDataBean
from a AttachmentRelationAccessBean
.abAttachmentRelation
- The AttachmentRelationAccessBean
context
- The command contextpublic CommandContext getCommandContext()
CommandContext
object.public TypedProperty getRequestProperties()
null
is always returned.public AttachmentRelationDescriptionDataBean[] getDescriptions()
AttachmentRelationDescriptionDataBean
of the attachment relation.AttachmentRelationDescriptionDataBean
public void populate()
Any
- exception capturedpublic void setCommandContext(CommandContext commandContext)
aCommandContext
- The command context as CommandContext
object.public void setRequestProperties(TypedProperty param)
param
- The request property as TypedProperty
object.