com.ibm.commerce.attachment.beans

Class AttachmentAssetLanguageDataBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.attachment.objects.AttachmentAssetLanguageAccessBean
        • com.ibm.commerce.attachment.beans.AttachmentAssetLanguageDataBean
  • All Implemented Interfaces:
    java.io.Serializable


    public class AttachmentAssetLanguageDataBean
    extends com.ibm.commerce.attachment.objects.AttachmentAssetLanguageAccessBean
    This data bean represents an attachment asset language of an attachment asset
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CLASSNAME
      Define the CLASSNAME.
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AttachmentAssetLanguageDataBean()
      Constructs an empty AttachmentAssetLanguageDataBean
      AttachmentAssetLanguageDataBean(com.ibm.commerce.attachment.objects.AttachmentAssetLanguageAccessBean abAttachmentAssetLanguage, CommandContext context)
      Constructs an AttachmentAssetLanguageDataBean from a AttachmentAssetLanguageAccessBean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      CommandContext getCommandContext()
      Gets the command context set within this bean.
      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.
      • Methods inherited from class com.ibm.commerce.attachment.objects.AttachmentAssetLanguageAccessBean

        findByAssetId, findByAssetIdAndLanguageId, findByAttachmentTargetId, findByAttachmentTargetIdAndLanguageId, findByLanguageId, getAttachmentAssetId, getAttachmentAssetIdInEntityType, getAttachmentAssetLanguageId, getAttachmentAssetLanguageIdInEntityType, getEntity, getLanguageId, getLanguageIdInEntityType, instantiateEntity, setAttachmentAssetId, setAttachmentAssetId, setInitKey_attachmentAssetLanguageId, setLanguageId, setLanguageId
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttachmentAssetLanguageDataBean

        public AttachmentAssetLanguageDataBean()
        Constructs an empty AttachmentAssetLanguageDataBean
      • AttachmentAssetLanguageDataBean

        public AttachmentAssetLanguageDataBean(com.ibm.commerce.attachment.objects.AttachmentAssetLanguageAccessBean abAttachmentAssetLanguage,
                                               CommandContext context)
        Constructs an AttachmentAssetLanguageDataBean from a AttachmentAssetLanguageAccessBean.
        Parameters:
        abAttachmentAssetLanguage - The AttachmentAssetLanguageAccessBean
        context - The command context
    • Method Detail

      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Returns:
        The command context as CommandContext object.
      • getRequestProperties

        public TypedProperty getRequestProperties()
        Gets the request property set within this bean.
        Returns:
        null is always returned.
      • populate

        public void populate()
        Fetches and populates information needed by the bean.
        Throws:
        Any - exception captured
      • setCommandContext

        public void setCommandContext(CommandContext commandContext)
        Sets the command context passed in at run time.
        Parameters:
        aCommandContext - The command context as CommandContext object.
      • setRequestProperties

        public void setRequestProperties(TypedProperty param)
        Sets the request property and populates the parameters that are needed by the bean.
        Parameters:
        param - The request property as TypedProperty object.