com.ibm.commerce.context.content.resources

Class DSLResourceManager

    • Constructor Detail

      • DSLResourceManager

        public DSLResourceManager()
    • Method Detail

      • getManagedResourceKey

        public ManagedResourceKey getManagedResourceKey(java.util.Map record)
                                                 throws java.lang.Exception
        This method will return a Managed Resource Key based on the resource key defined for the managed resource.
        Parameters:
        record - The database record to be modified.
        Returns:
        ManagedResourceKey The managed key representation.
        Throws:
        java.lang.Exception
      • getManagedResourceKey

        public ManagedResourceKey getManagedResourceKey(java.lang.Object resource)
                                                 throws java.lang.Exception
        This method shouldn't be called. This method will throw an exception when it is called.
        Parameters:
        resource -
        Returns:
        ManagedResourceKey
        Throws:
        java.lang.Exception