- getDisplayDate(String) - Static method in class com.alarmpoint.servicemanager.XMLDateParser
-
- getDisplayDate(String, String) - Static method in class com.alarmpoint.servicemanager.XMLDateParser
-
- getFormattedName() - Method in enum com.alarmpoint.servicemanager.ServiceManagerQueryLogic
-
Returns the enum value formatted so it is suitable to be displayed on the web ui
- getFormattedName() - Method in enum com.alarmpoint.servicemanager.ServiceManagerQueryOperator
-
Returns the enum value formatted so it is suitable to be displayed on the web ui
- getGroupedList(String, String, String, String) - Method in class com.alarmpoint.servicemanager.ServiceManagerScriptObject
-
Retrive a list of strings from Service Manager and group them based on a field on that object
- getList(String) - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
Return the list of possible values for the field
- getListValue(String) - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
Retrieve the current list of values for a list field
- getListValue(String, boolean) - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
Retrieve the current list of values for a list field
- getLogic() - Method in class com.alarmpoint.servicemanager.ServiceManagerQuery
-
Retrieve the query logic that will be used to construct the query
- getMessage() - Method in exception com.alarmpoint.servicemanager.ServiceManagerException
-
- getName() - Method in class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Get the field name for this field
- getOperator() - Method in class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Get the operator for this query
- getOperator() - Method in enum com.alarmpoint.servicemanager.ServiceManagerQueryOperator
-
Returns a string with the operators to insert into the Service Manager query
- getOriginalMap() - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
Returns the a map of the original values for this incident
- getPossibleValues(String) - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
If the field specified has a list of values specified return it
- getQuery() - Method in class com.alarmpoint.servicemanager.ServiceManagerQuery
-
Construct a query by joining the query for each field using the query logic
- getQuery() - Method in class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Construct a query for this field
- getQueryFields() - Method in class com.alarmpoint.servicemanager.ServiceManagerQuery
-
Returns a list of fields that exist for this query
- getShortName() - Method in enum com.alarmpoint.servicemanager.ServiceManagerQueryOperator
-
Returns the enum value formatted so it is suitable to be displayed on the mobile gateway
- getSortedList(String, String, String) - Method in class com.alarmpoint.servicemanager.ServiceManagerScriptObject
-
Retrive a list of strings from Service Manager
- getTextValue(String) - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
Retrieve the current value for a text field
- getTextValue(String, boolean) - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
Retrieve the current value for a text field
- getUpdateMap() - Method in class com.alarmpoint.servicemanager.ServiceManagerIncident
-
Returns the a map of the updated values for this incident
- getValue() - Method in class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Set the value to match for the query
- getValueMap(String, String) - Method in class com.alarmpoint.servicemanager.ServiceManagerScriptObject
-
Retrive a list of all fields and values from Service Manager for a specified object
- getXMLDate(String) - Static method in class com.alarmpoint.servicemanager.XMLDateParser
-
- getXMLDate(String, String) - Static method in class com.alarmpoint.servicemanager.XMLDateParser
-
- sendReceive(String, Element) - Method in class com.alarmpoint.servicemanager.ServiceManagerScriptObject
-
Send a SOAP request to the Service Manager server and return the contents ot the returned SOAP body
- ServiceManagerException - Exception in com.alarmpoint.servicemanager
-
Contains the error message returned by the server
- ServiceManagerException(String) - Constructor for exception com.alarmpoint.servicemanager.ServiceManagerException
-
- ServiceManagerIncident - Class in com.alarmpoint.servicemanager
-
Represents all the information about a Service Manager incident record
and keeps track of changes you want to make to that incident.
- ServiceManagerIncident() - Constructor for class com.alarmpoint.servicemanager.ServiceManagerIncident
-
- ServiceManagerIncident(Node) - Constructor for class com.alarmpoint.servicemanager.ServiceManagerIncident
-
- ServiceManagerQuery - Class in com.alarmpoint.servicemanager
-
A utility used to create queries suitable to be used in Service Manager web service calls
- ServiceManagerQuery() - Constructor for class com.alarmpoint.servicemanager.ServiceManagerQuery
-
- ServiceManagerQueryField - Class in com.alarmpoint.servicemanager
-
A utility used to create a part of a Service Manager query for a field, operator and value
- ServiceManagerQueryField() - Constructor for class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Create a new query field
- ServiceManagerQueryField(String, ServiceManagerQueryOperator, String) - Constructor for class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Create a new query field with the specified field name, operator and field value
- ServiceManagerQueryLogic - Enum in com.alarmpoint.servicemanager
-
Used to join multiple query fields into one query
- ServiceManagerQueryOperator - Enum in com.alarmpoint.servicemanager
-
Used to define how to search on a specific field
- ServiceManagerScriptObject - Class in com.alarmpoint.servicemanager
-
Interfaces with the Service Manager SOAP web service in order to query, create and update records.
- ServiceManagerScriptObject() - Constructor for class com.alarmpoint.servicemanager.ServiceManagerScriptObject
-
Construct a uninitialised object.
- ServiceManagerScriptObject(String, String, String) - Constructor for class com.alarmpoint.servicemanager.ServiceManagerScriptObject
-
Construct a new ServiceManagerScriptObject with the specified url and user/password combination
- setLogic(ServiceManagerQueryLogic) - Method in class com.alarmpoint.servicemanager.ServiceManagerQuery
-
Set the query logic that will be used to join query fields
- setName(String) - Method in class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Set the field name for this field
- setOperator(ServiceManagerQueryOperator) - Method in class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Set the operator for this query
- setQueryFields(List<ServiceManagerQueryField>) - Method in class com.alarmpoint.servicemanager.ServiceManagerQuery
-
Set the list of fields for this query
- setValue(String) - Method in class com.alarmpoint.servicemanager.ServiceManagerQueryField
-
Get the value to match for the query