Class SaWsAuthorizedUsers

java.lang.Object
com.saperion.ws.wrapper.SaWsAuthorizedUsers

public class SaWsAuthorizedUsers extends Object
Wrapping class for authorized users.
  • Constructor Details

    • SaWsAuthorizedUsers

      public SaWsAuthorizedUsers()
      Standard constructor.
    • SaWsAuthorizedUsers

      public SaWsAuthorizedUsers(List<com.saperion.intf.UsersRights> userRights)
      Parameterized constructor.
      Parameters:
      userRights - The List of UsersRights.
  • Method Details

    • setAllUsers

      public void setAllUsers(boolean allUsersBool)
      Sets the flag allUsers - all users are allowed to perform the action in question.
      Parameters:
      allUsersBool - indicates if all users are allowed to perform the action in question.
    • isAllUsers

      public boolean isAllUsers()
      Indicates if all users are allowed to perform the action in question.
      Returns:
      true or false.
    • setMembers

      public void setMembers(List<SaWsAuthorizedUser> users)
      Sets the members (List of SaWsAuthorizedUser) of authorized users.
      Parameters:
      users - the list of authorized users.
    • getMembers

      public List<SaWsAuthorizedUser> getMembers()
      Returns the authorized user members.
      Returns:
      the list of authorized users.