Package co.ecg.alpaca.toolkit.generated
Class Group.GroupGetListInSystemRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Group.GroupGetListInSystemResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupGetListInSystemRequest
- Enclosing class:
- Group
public static class Group.GroupGetListInSystemRequest
extends Request<Group.GroupGetListInSystemResponse>
Request the list of groups 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 groups in the administrator's reseller meeting the search criteria are returned. The response is either a GroupGetListInSystemResponse 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
FieldsModifier and TypeFieldDescriptionprotected Integerprotected @Valid SearchCriteriaExactServiceProviderprotected @Valid SearchCriteriaGroupId[]protected @Valid SearchCriteriaGroupName[]protected @Valid SearchCriteriaResellerId[]protected @Valid SearchCriteriaServiceProviderId[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.setResponseSizeLimit(Integer responseSizeLimit) setSearchCriteriaExactServiceProvider(SearchCriteriaExactServiceProvider searchCriteriaExactServiceProvider) setSearchCriteriaGroupId(SearchCriteriaGroupId... searchCriteriaGroupId) setSearchCriteriaGroupName(SearchCriteriaGroupName... searchCriteriaGroupName) setSearchCriteriaResellerId(SearchCriteriaResellerId... searchCriteriaResellerId) setSearchCriteriaServiceProviderId(SearchCriteriaServiceProviderId... searchCriteriaServiceProviderId) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
responseSizeLimit
-
searchCriteriaGroupId
-
searchCriteriaGroupName
-
searchCriteriaExactServiceProvider
-
searchCriteriaServiceProviderId
-
searchCriteriaResellerId
-
-
Constructor Details
-
GroupGetListInSystemRequest
public GroupGetListInSystemRequest() -
GroupGetListInSystemRequest
-
-
Method Details
-
setResponseSizeLimit
-
getResponseSizeLimit
-
setSearchCriteriaGroupId
public Group.GroupGetListInSystemRequest setSearchCriteriaGroupId(SearchCriteriaGroupId... searchCriteriaGroupId) -
getSearchCriteriaGroupId
-
setSearchCriteriaGroupName
public Group.GroupGetListInSystemRequest setSearchCriteriaGroupName(SearchCriteriaGroupName... searchCriteriaGroupName) -
getSearchCriteriaGroupName
-
setSearchCriteriaExactServiceProvider
public Group.GroupGetListInSystemRequest setSearchCriteriaExactServiceProvider(SearchCriteriaExactServiceProvider searchCriteriaExactServiceProvider) -
getSearchCriteriaExactServiceProvider
-
setSearchCriteriaServiceProviderId
public Group.GroupGetListInSystemRequest setSearchCriteriaServiceProviderId(SearchCriteriaServiceProviderId... searchCriteriaServiceProviderId) -
getSearchCriteriaServiceProviderId
-
setSearchCriteriaResellerId
public Group.GroupGetListInSystemRequest setSearchCriteriaResellerId(SearchCriteriaResellerId... searchCriteriaResellerId) -
getSearchCriteriaResellerId
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<Group.GroupGetListInSystemResponse>
-