com.ibm.commerce.member.facade.server.commands

Interface FetchOrganizationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    FetchOrganizationCmdImpl


    public interface FetchOrganizationCmd
    extends com.ibm.websphere.command.Command
    Fetches organizations found based on the GetType search criteria. Returns a list of OrgEntityDataBean representing the Organizations
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getOrganizations()
      Returns the list of OrgEntityDataBean representing the Organizations found based on the GetType search criteria.
      ShowType getShow()
      Returns the show verb that represents the results returned.
      void setGet(GetType getVerb)
      This method sets the get expression to base the fetch operation on.
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • Field Detail

      • COPYRIGHT

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

      • getShow

        ShowType getShow()
        Returns the show verb that represents the results returned.
        Returns:
        The show verb that corresponds with the results returned.
      • getOrganizations

        java.util.List getOrganizations()
        Returns the list of OrgEntityDataBean representing the Organizations found based on the GetType search criteria.
        Returns:
        A list of OrgEntityDataBean
      • setGet

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