com.ibm.commerce.catalog.content.resources

Class ProductSetResourceManager

    • Constructor Detail

      • ProductSetResourceManager

        public ProductSetResourceManager()
    • Method Detail

      • getUniqueInstance

        public static ProductSetResourceManager getUniqueInstance()
        Retrieves the singleton of the resource manager.
        Returns:
        The Resource Manager.
      • getEntityCreationData

        public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject)
                                                     throws java.lang.Exception
        Throws:
        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
        Description copied from interface: ResourceManager
        This method returns the managed resource key.
        Specified by:
        getManagedResourceKey in interface ResourceManager
        Parameters:
        businessObject - The resource to return the managed resource key of.
        Returns:
        Returns a managed resource key
        Throws:
        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
        Throws:
        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
        Description copied from interface: ResourceManager
        This method returns the managed resource key.
        Specified by:
        getManagedResourceKey in interface ResourceManager
        Parameters:
        boKeyMap - A map that represents the managed resource.
        Returns:
        Returns a managed resource key
        Throws:
        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)