Class UserPushToTalk
- java.lang.Object
-
- co.ecg.alpaca.toolkit.model.BroadWorksObject
-
- co.ecg.alpaca.toolkit.model.BroadWorksService
-
- co.ecg.alpaca.toolkit.model.BroadWorksUserService
-
- co.ecg.alpaca.toolkit.generated.services.UserPushToTalk
-
- All Implemented Interfaces:
Serializable
public class UserPushToTalk extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserPushToTalk.UserPushToTalkGetAvailableUserListRequest
Get a list of available users for the push to talk service.static class
UserPushToTalk.UserPushToTalkGetAvailableUserListResponse
Response to the UserPushToTalkGetAvailableUserListRequest.static class
UserPushToTalk.UserPushToTalkGetRequest
Request the push to talk service setting.static class
UserPushToTalk.UserPushToTalkGetResponse
Response to UserPushToTalkGetRequest.static class
UserPushToTalk.UserPushToTalkModifyRequest
Change the push to talk service settings.
-
Field Summary
Fields Modifier and Type Field Description UserPushToTalk.UserPushToTalkGetResponse
pushToTalk
static ServiceTag<UserPushToTalk>
tag
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description UserPushToTalk()
The serializable constructor for the UserServiceUserPushToTalk(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClassName()
UserPushToTalk.UserPushToTalkGetResponse
getPushToTalk()
Response to UserPushToTalkGetRequest.int
hashCode()
DefaultResponse
populate()
Populates all available service datavoid
push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User-
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<UserPushToTalk> tag
-
pushToTalk
public UserPushToTalk.UserPushToTalkGetResponse pushToTalk
-
-
Constructor Detail
-
UserPushToTalk
public UserPushToTalk(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserPushToTalk
public UserPushToTalk()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getPushToTalk
public UserPushToTalk.UserPushToTalkGetResponse getPushToTalk()
Response to UserPushToTalkGetRequest. It returns the service settings and a 9 column selected user table with the following column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "IMP Id".- Returns:
- the UserPushToTalkGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
push
in classBroadWorksUserService
-
-