public class UserPreAlertingAnnouncement extends BroadWorksUserService
Modifier and Type | Class and Description |
---|---|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementAddCriteriaRequest
Add a criteria to the user's pre-alerting service.
|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementDeleteCriteriaRequest
Delete a criteria from the user's pre-alerting service.
|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetCriteriaRequest
Get a criteria for the user's pre-alerting service.
|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetCriteriaResponse
Response to the UserPreAlertingAnnouncementGetCriteriaRequest.
|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetRequest
Get the user's pre-alerting service setting.
|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse
Response to a UserPreAlertingAnnouncementGetRequest20.
|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementModifyCriteriaRequest
Modify a criteria for the user's pre-alerting service.
|
static class |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementModifyRequest
Modify the user's pre-alerting service setting.
|
Modifier and Type | Field and Description |
---|---|
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse |
preAlertingAnnouncement |
List<UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetCriteriaResponse> |
preAlertingAnnouncementCriteria |
static ServiceTag<UserPreAlertingAnnouncement> |
tag |
user
broadWorksServer, populated
Constructor and Description |
---|
UserPreAlertingAnnouncement()
The serializable constructor for the UserService
|
UserPreAlertingAnnouncement(BroadWorksUser user)
Returns a UserService Object with the User Assigned
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName() |
UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse |
getPreAlertingAnnouncement()
Response to a UserPreAlertingAnnouncementGetRequest20.
|
List<UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetCriteriaResponse> |
getPreAlertingAnnouncementCriteria()
Response to the UserPreAlertingAnnouncementGetCriteriaRequest.
|
int |
hashCode() |
DefaultResponse |
populate()
Populates all available service data
|
void |
push(BroadWorksUser user)
Adds all available service data to a User
|
isError, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setPrimary, waitForLoad
getBroadWorksServer, hasPopulated, isPopulated, setBroadWorksServer, setPopulated
public static final ServiceTag<UserPreAlertingAnnouncement> tag
public UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse preAlertingAnnouncement
public List<UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetCriteriaResponse> preAlertingAnnouncementCriteria
@GwtIncompatible public UserPreAlertingAnnouncement(BroadWorksUser user)
user
- public UserPreAlertingAnnouncement()
public String getClassName()
@GwtIncompatible public UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse getPreAlertingAnnouncement()
@GwtIncompatible public List<UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetCriteriaResponse> getPreAlertingAnnouncementCriteria()
@GwtIncompatible public DefaultResponse populate()
populate
in class BroadWorksObject
@GwtIncompatible public void push(BroadWorksUser user)
push
in class BroadWorksUserService
Copyright © 2016 ECG. All rights reserved.