com.ibm.commerce.user.beans
Class MemberAttributeValueDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.user.objects.MemberAttributeValueAccessBean
-
- com.ibm.commerce.user.beansrc.MemberAttributeValueDataBeanBase
-
- com.ibm.commerce.user.beans.MemberAttributeValueDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, Delegator, com.ibm.commerce.user.beans.MemberAttributeValueInputDataBean, com.ibm.commerce.user.beans.MemberAttributeValueSmartDataBean, java.io.Serializable
public class MemberAttributeValueDataBean extends com.ibm.commerce.user.beansrc.MemberAttributeValueDataBeanBase implements com.ibm.commerce.user.beans.MemberAttributeValueInputDataBean, com.ibm.commerce.user.beans.MemberAttributeValueSmartDataBean
IBM internal use only.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description MemberAttributeValueDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description CommandContext
getCommandContext()
Gets the command context set within this bean.java.lang.String
getDataBeanKeyMemberAttributeValueId()
Gets the key(member attribute value id) of this data bean.TypedProperty
getRequestProperties()
Gets the request property set within this bean.void
populate()
Retrieves data from the database.void
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.void
setDataBeanKeyMemberAttributeValueId(java.lang.String aMemberAttributeValueId)
Sets the key(member attribute value id) of this data bean.void
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.user.beansrc.MemberAttributeValueDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.user.objects.MemberAttributeValueAccessBean
findByMemberId, findByMemberIdAndAttributeId, findByMemberIdAndStoreEntityId, getEntity, getMemberAttributeId, getMemberAttributeIdInEntityType, getMemberAttributeType, getMemberAttributeValueId, getMemberAttributeValueIdInEntityType, getMemberId, getMemberIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setInitKey_memberAttributeValueId, setInitKey_memberAttributeValueId, setMemberAttributeId, setMemberAttributeId, setMemberId, setMemberId, setStoreEntityId, setStoreEntityId
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestProperties
public TypedProperty getRequestProperties()
Gets the request property set within this bean.- Specified by:
getRequestProperties
in interfaceInputDataBean
- Returns:
- com.ibm.commerce.datatype.TypedProperty
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.- Specified by:
setRequestProperties
in interfaceInputDataBean
- Parameters:
aTypedProperty
- com.ibm.commerce.datatype.TypedProperty
-
getDataBeanKeyMemberAttributeValueId
public java.lang.String getDataBeanKeyMemberAttributeValueId()
Gets the key(member attribute value id) of this data bean.- Specified by:
getDataBeanKeyMemberAttributeValueId
in interfacecom.ibm.commerce.user.beans.MemberAttributeValueSmartDataBean
- Returns:
- The key of this data bean.
-
getCommandContext
public CommandContext getCommandContext()
Gets the command context set within this bean.- Specified by:
getCommandContext
in interfaceSmartDataBean
- Returns:
- com.ibm.commerce.command.CommandContext
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.- Specified by:
setCommandContext
in interfaceSmartDataBean
- Parameters:
aCommandContext
- com.ibm.commerce.command.CommandContext
-
setDataBeanKeyMemberAttributeValueId
public void setDataBeanKeyMemberAttributeValueId(java.lang.String aMemberAttributeValueId)
Sets the key(member attribute value id) of this data bean.- Specified by:
setDataBeanKeyMemberAttributeValueId
in interfacecom.ibm.commerce.user.beans.MemberAttributeValueInputDataBean
- Parameters:
aMemberAttributeId
- The key of this data bean.
-
populate
public void populate()
Retrieves data from the database.- Specified by:
populate
in interfaceSmartDataBean
- Throws:
java.lang.Exception
-
-