com.ibm.commerce.content.facade.server.commands

Interface FetchManagedDirectoryCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getManagedDirectories

        java.util.List getManagedDirectories()
        Returns the list of ManagedDirectories that where retrieved when executing the fetch.
        Returns:
        A list of ManagedDirectories that represents the results of executing the query expression.
      • setGetManagedDirectory

        void setGetManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
        This method sets the GetManagedDirectoryType.
        Parameters:
        aGetManagedDirectory - The GetManagedDirectoryType to be set which contains the parameters used to fetch.
      • getPagingParameter

        ShowType getPagingParameter()
        This method gets the paging parameters
        Returns:
        ShowType
      • setPagingParameter

        void setPagingParameter(ShowType aPagingParameter)
        This method sets the paging parameters
        Parameters:
        aPagingParameter - The paging parameter to set.