Show/Hide Toolbars

GroupAccountRepository Requests Summary

Request

Description

deleteGroupAccount

Deletes the group account specified by the unique key.

insertGroupAccount

Saves a new group account object to the repository.

readGroupAccount

Retrieves a group account from the repository based on a unique key. For a list of available properties, see the type class, groupAccount.

readGroupAccountsByCriteria

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.

readRecentlyViewedGroupAccounts

Read and return recently viewed group accounts.

updateGroupAccount

Updates a previously saved group account.

GroupAccountRepository Data Objects Summary

Data Object

Description

1 groupAccount

2 groupAccountCreate

3 groupAccountUpdate

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.