com.ibm.commerce.attachment.content.resources

Class AttachmentRelationUsageDescriptionResourceManager

    • Constructor Detail

      • AttachmentRelationUsageDescriptionResourceManager

        public AttachmentRelationUsageDescriptionResourceManager()
    • Method Detail

      • getEntityCreationData

        public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject)
                                                     throws java.lang.Exception
        Retrieve the EntityCreationData of the Attachment Relation Usage Description
        Parameters:
        businessObject - The AttachmentRelationUsageDescriptionAccessBean
        Returns:
        The EntityCreationData of the Attachment Relation Usage Description
        Throws:
        Any - exception captured
        java.lang.Exception
        See Also:
        com.ibm.commerce.content.resources.ManagedResourceManager#getEntityCreationData(Object)
      • getManagedResourceKey

        public ManagedResourceKey getManagedResourceKey(java.lang.Object businessObject)
                                                 throws java.lang.Exception
        Retrieve the ManagedResourceKey for the Attachment Relation Usage Description. The ManagedResourceKey consists of the Attachment Relation Usage Description ID.
        Specified by:
        getManagedResourceKey in interface ResourceManager
        Parameters:
        businessObject - The AttachmentRelationUsageDescriptionAccessBean
        Returns:
        The ManagedResourceKey of the Attachment Relation Usage Description
        Throws:
        Any - exception captured
        java.lang.Exception - This is thrown if a problem occurs when obtaining the managed resource key for the record.
        See Also:
        com.ibm.commerce.content.resources.ManagedResourceManager#getManagedResourceKey(Object)
      • getManagedResourceKey

        public ManagedResourceKey getManagedResourceKey(EntityBeanCreationData ecd)
                                                 throws java.lang.Exception
        Retrieve the ManagedResourceKey for the Attachment Relation Usage Description. The ManagedResourceKey consists of the Attachment Relation Usage Description ID.
        Parameters:
        ecd - The AttachmentRelationUsageDescriptionEntityCreationData
        Returns:
        The ManagedResourceKey of the Attachment Relation Usage Description
        Throws:
        Any - exception captured
        java.lang.Exception
        See Also:
        com.ibm.commerce.content.resources.ManagedResourceManager#getManagedResourceKey(EntityCreationData)
      • getManagedResourceKey

        public ManagedResourceKey getManagedResourceKey(java.util.Map boKeyMap)
                                                 throws java.lang.Exception
        Retrieve the ManagedResourceKey for the Attachment Relation Usage Description. The ManagedResourceKey consists of the Attachment Relation Usage Description ID.
        Specified by:
        getManagedResourceKey in interface ResourceManager
        Parameters:
        boKeyMap - The key consists of the primary key of ATCHRLUSDS, which is the ATCHRLUSDS_ID.
        Returns:
        The ManagedResourceKey of the Attachment Asset Language
        Throws:
        Any - exception captured
        java.lang.Exception - This is thrown if a problem occurs when obtaining the managed resource key for the record.
        See Also:
        com.ibm.commerce.content.resources.ManagedResourceManager#getManagedResourceKey(Map)