Package co.ecg.alpaca.toolkit.generated
Class User.UserGetServiceInstanceListInSystemRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<User.UserGetServiceInstanceListInSystemResponse>
co.ecg.alpaca.toolkit.generated.User.UserGetServiceInstanceListInSystemRequest
- Enclosing class:
- User
public static class User.UserGetServiceInstanceListInSystemRequest extends Request<User.UserGetServiceInstanceListInSystemResponse>
Request the list of Service Instances in the system. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. If reseller administrator sends the request, searchCriteriaResellerId is ignored. All the service instances in the administrator's reseller meeting the search criteria are returned. The response is either a UserGetServiceInstanceListInSystemResponse or an ErrorResponse. The following data elements are only used in AS data mode: searchCriteriaResellerId
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integer
responseSizeLimit
protected @Valid SearchCriteriaDn[]
searchCriteriaDn
protected @Valid SearchCriteriaExactServiceProvider
searchCriteriaExactServiceProvider
protected @Valid SearchCriteriaExactServiceType
searchCriteriaExactServiceType
protected @Valid SearchCriteriaExtension[]
searchCriteriaExtension
protected @Valid SearchCriteriaGroupId[]
searchCriteriaGroupId
protected @Valid SearchCriteriaResellerId[]
searchCriteriaResellerId
protected @Valid SearchCriteriaServiceProviderId[]
searchCriteriaServiceProviderId
protected @Valid SearchCriteriaUserId[]
searchCriteriaUserId
protected @Valid SearchCriteriaUserLastName[]
searchCriteriaUserLastName
-
Constructor Summary
Constructors Constructor Description UserGetServiceInstanceListInSystemRequest()
UserGetServiceInstanceListInSystemRequest(BroadWorksServer broadWorksServer)
-
Method Summary
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
UserGetServiceInstanceListInSystemRequest
public UserGetServiceInstanceListInSystemRequest() -
UserGetServiceInstanceListInSystemRequest
-
-
Method Details
-
setResponseSizeLimit
public User.UserGetServiceInstanceListInSystemRequest setResponseSizeLimit(java.lang.Integer responseSizeLimit) -
getResponseSizeLimit
public java.lang.Integer getResponseSizeLimit() -
setSearchCriteriaExactServiceType
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaExactServiceType(SearchCriteriaExactServiceType searchCriteriaExactServiceType) -
getSearchCriteriaExactServiceType
-
setSearchCriteriaUserId
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaUserId(SearchCriteriaUserId... searchCriteriaUserId) -
getSearchCriteriaUserId
-
setSearchCriteriaUserLastName
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaUserLastName(SearchCriteriaUserLastName... searchCriteriaUserLastName) -
getSearchCriteriaUserLastName
-
setSearchCriteriaDn
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaDn(SearchCriteriaDn... searchCriteriaDn) -
getSearchCriteriaDn
-
setSearchCriteriaExtension
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaExtension(SearchCriteriaExtension... searchCriteriaExtension) -
getSearchCriteriaExtension
-
setSearchCriteriaGroupId
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaGroupId(SearchCriteriaGroupId... searchCriteriaGroupId) -
getSearchCriteriaGroupId
-
setSearchCriteriaExactServiceProvider
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaExactServiceProvider(SearchCriteriaExactServiceProvider searchCriteriaExactServiceProvider) -
getSearchCriteriaExactServiceProvider
-
setSearchCriteriaServiceProviderId
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaServiceProviderId(SearchCriteriaServiceProviderId... searchCriteriaServiceProviderId) -
getSearchCriteriaServiceProviderId
-
setSearchCriteriaResellerId
public User.UserGetServiceInstanceListInSystemRequest setSearchCriteriaResellerId(SearchCriteriaResellerId... searchCriteriaResellerId) -
getSearchCriteriaResellerId
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<User.UserGetServiceInstanceListInSystemResponse>
-