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

Interface FetchManagedFileCmd

    • Field Detail

      • COPYRIGHT

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

      • getManagedFiles

        java.util.List getManagedFiles()
        Returns the list of ManagedFiles that where retrieved when executing the fetch.
        Returns:
        A list of ManagedFiles that represents the results of executing the query expression.
      • setGetManagedFile

        void setGetManagedFile(GetManagedFileType getManagedFile)
        This method sets the GetManagedFile.
        Parameters:
        getManagedFile - the GetManagedFileType to set
      • 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.
      • getShow

        ShowType getShow()
        Returns the show verb that represents the results returned.
        Specified by:
        getShow in interface AbstractFetchNounCmd
        Returns:
        The show verb that corresponds with the results returned.
      • setGet

        void setGet(GetType getVerb)
        This method sets the get expression to base the fetch operation on.
        Specified by:
        setGet in interface AbstractFetchNounCmd
        Parameters:
        getVerb - The get expression to execute.