com.ibm.commerce.context.content.resources.file.beans

Class ManagedDirectoryListDataBean

    • Field Detail

    • Constructor Detail

      • ManagedDirectoryListDataBean

        public ManagedDirectoryListDataBean()
        Null argument constructor.
    • Method Detail

      • getDelegate

        public Protectable getDelegate()
                                throws java.lang.Exception
        Returns the delegate for the bean.
        Specified by:
        getDelegate in interface Delegator
        Returns:
        com.ibm.commerce.accesscontrol.policymanager.Protectable
        Throws:
        java.lang.Exception - thrown when locating a delegate causes an exception
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        Return the member reference number of the owner.
        Specified by:
        getOwner in interface Protectable
        Returns:
        the member ID of the of the owner.
        Throws:
        java.lang.Exception - thrown when the owner's member ID cannot be retrieved through the StoreAccessBean.
      • setParentDirectoryPath

        public void setParentDirectoryPath(java.lang.String astrParentDirPath)
        This method sets the parent directory path.
        Parameters:
        astrParentDirPath - the parent directory path.
      • getParentDirectoryPath

        public java.lang.String getParentDirectoryPath()
        This method gets the parent directory path.
        Returns:
        the parent directory path.
      • getManagedDirectories

        public java.util.List getManagedDirectories()
        This method returns a list of managed directories.
        Returns:
        a list of managed directories.