public class PhysicalLocation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PhysicalLocation.SystemPhysicalLocationGetRequest
Request to get the list of Physical Location system parameters.
|
static class |
PhysicalLocation.SystemPhysicalLocationGetResponse
Response to SystemPhysicalLocationGetRequest.
|
static class |
PhysicalLocation.SystemPhysicalLocationModifyRequest
Request to modify Physical Location system parameters.
|
static class |
PhysicalLocation.UserPhysicalLocationGetRequest
Request the user level data associated with Physical Location.
|
static class |
PhysicalLocation.UserPhysicalLocationGetResponse
Response to UserPhysicalLocationGetRequest.
|
static class |
PhysicalLocation.UserPhysicalLocationModifyRequest
Modify the user level data associated with Physical Location.
|
Constructor and Description |
---|
PhysicalLocation(User user)
Returns a Service Object with the User Assigned
|
Modifier and Type | Method and Description |
---|---|
void |
addToUser(User user)
Adds the Service Settings to a User - This does not add the service itself
|
PhysicalLocationProxy |
getProxy()
Returns a proxy of the User Service Object
|
PhysicalLocation.UserPhysicalLocationGetResponse |
getUserPhysicalLocation() |
void |
modifyForUser(User user)
Modifies the Service Settings to a User - This does not add the service itself
|
void |
populate()
Populates all available service data
|
public PhysicalLocation(User user)
user
- public PhysicalLocation.UserPhysicalLocationGetResponse getUserPhysicalLocation()
public void populate()
public PhysicalLocationProxy getProxy()
public void addToUser(User user)
public void modifyForUser(User user)
Copyright © 2016 ECG, Inc. All rights reserved.