Class GroupAccountAuthorizationCodes
- java.lang.Object
-
- co.ecg.alpaca.toolkit.model.BroadWorksObject
-
- co.ecg.alpaca.toolkit.model.BroadWorksService
-
- co.ecg.alpaca.toolkit.model.BroadWorksGroupService
-
- co.ecg.alpaca.toolkit.generated.services.GroupAccountAuthorizationCodes
-
- All Implemented Interfaces:
Serializable
public class GroupAccountAuthorizationCodes extends BroadWorksGroupService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesAddListRequestAdd a list of account/authorization codes to a group.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesDeleteListRequestDelete a list of account/authorization codes from a group.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetAvailableUserListRequestGet a list of non restricted users for the account/authorization codes service.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetAvailableUserListResponseResponse to the GroupAccountAuthorizationCodesGetAvailableUserListRequest.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetListRequestRequest the list of account/authorization codes for a group.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetListResponseResponse to GroupAccountAuthorizationCodesGetListRequest.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetRequestRequest the group's account/authorization codes setting.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetResponseResponse to GroupAccountAuthorizationCodesGetRequest.static classGroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesModifyRequestChange the group's account/authorization codes setting.
-
Field Summary
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksGroupService
group
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description GroupAccountAuthorizationCodes()The serializable constructor for the GroupServiceGroupAccountAuthorizationCodes(BroadWorksProcess broadWorksProcess, Group group)Returns a GroupService Object with the Group Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetResponsegetAccountAuthorizationCodes()Response to GroupAccountAuthorizationCodesGetRequest.GroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetListResponsegetAccountAuthorizationCodesList()Response to GroupAccountAuthorizationCodesGetListRequest.StringgetClassName()inthashCode()DefaultResponsepopulate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, Group group)Adds all available service data to a Group-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
-
-
-
Field Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<GroupAccountAuthorizationCodes> tag
-
accountAuthorizationCodesList
public GroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetListResponse accountAuthorizationCodesList
-
accountAuthorizationCodes
public GroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetResponse accountAuthorizationCodes
-
-
Constructor Detail
-
GroupAccountAuthorizationCodes
public GroupAccountAuthorizationCodes(BroadWorksProcess broadWorksProcess, Group group)
Returns a GroupService Object with the Group Assigned- Parameters:
group-
-
GroupAccountAuthorizationCodes
public GroupAccountAuthorizationCodes()
The serializable constructor for the GroupService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getAccountAuthorizationCodesList
public GroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetListResponse getAccountAuthorizationCodesList()
Response to GroupAccountAuthorizationCodesGetListRequest.- Returns:
- the GroupAccountAuthorizationCodesGetListResponse for this service
-
getAccountAuthorizationCodes
public GroupAccountAuthorizationCodes.GroupAccountAuthorizationCodesGetResponse getAccountAuthorizationCodes()
Response to GroupAccountAuthorizationCodesGetRequest. The tables has the following column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address".- Returns:
- the GroupAccountAuthorizationCodesGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, Group group)
Adds all available service data to a Group- Specified by:
pushin classBroadWorksGroupService
-
-