GroupAccountRepository Requests Summary
Request |
Description |
Deletes the group account specified by the unique key. |
|
Saves a new group account object to the repository. |
|
Retrieves a group account from the repository based on a unique key. For a list of available properties, see the type class, groupAccount. |
|
Retrieves a set of group accounts based on specified criteria. If the criteria is empty, then the search will be for all group accounts. The specified limit takes precedence over the current system setting for the maximum number of search results to obtain. For a list of available properties, see the type class, groupAccount. |
|
Read and return recently viewed group accounts. |
|
Updates a previously saved group account. |
GroupAccountRepository Data Objects Summary
Data Object |
Description |
1 Group account record property container returned when you read or search groups. 2 Group account record property container used to set a new group's properties. This object is passed as a request parameter when you create (insert) a group. 3 Group account record property container used to update or clear a group's properties. This object is passed as a request parameter when you update a group. Note: For more information about the data restrictions for properties that belong to the above-mentioned objects, see the Object Model Reference for the YGroup object. |