com.ibm.commerce.attachment.content.resources

Class AttachmentRelationUsageResourceManager

    • Constructor Detail

      • AttachmentRelationUsageResourceManager

        public AttachmentRelationUsageResourceManager()
    • Method Detail

      • getEntityCreationData

        public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject)
                                                     throws java.lang.Exception
        Retrieve the EntityCreationData of the Attachment Relation Usage
        Parameters:
        businessObject - The AttachmentRelationUsageAccessBean
        Returns:
        The EntityCreationData of the Attachment Relation Usage
        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. The ManagedResourceKey consists of the Attachment Relation Usage ID.
        Specified by:
        getManagedResourceKey in interface ResourceManager
        Parameters:
        businessObject - The AttachmentRelationUsageAccessBean
        Returns:
        The ManagedResourceKey of the Attachment Relation Usage
        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. The ManagedResourceKey consists of the Attachment Relation Usage ID.
        Parameters:
        ecd - The AttachmentRelationUsageEntityCreationData
        Returns:
        The ManagedResourceKey of the Attachment Relation Usage
        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. The ManagedResourceKey consists of the Attachment Relation Usage ID.
        Specified by:
        getManagedResourceKey in interface ResourceManager
        Parameters:
        boKeyMap - The key consists of the primary key of ATCHRLUS, which is the ATCHRLUS_ID.
        Returns:
        The ManagedResourceKey of the Attachment Relation Usage
        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)