|
Public Member Functions |
| int | CreateOrUpdateAccountGroup (string ticket, TransitAccountGroup t_instance) |
| | Create or update an account group.
|
| TransitAccountGroup | GetAccountGroupById (string ticket, int id) |
| | Get an account group.
|
| List< TransitAccountGroup > | GetAccountGroups (string ticket, ServiceQueryOptions options) |
| | Get all account groups.
|
| int | GetAccountGroupsCount (string ticket) |
| | Get all account groups count.
|
| List< TransitAccountGroup > | GetPublicAccountGroups (string ticket, ServiceQueryOptions options) |
| | Get public account groups.
|
| int | GetPublicAccountGroupsCount (string ticket) |
| | Get public account groups count.
|
| void | DeleteAccountGroup (string ticket, int id) |
| | Delete an account group.
|
| int | CreateOrUpdateAccountGroupAccount (string ticket, TransitAccountGroupAccount t_instance) |
| | Create or update an account group account.
|
| TransitAccountGroupAccount | GetAccountGroupAccountById (string ticket, int id) |
| | Get an account group account.
|
| List< TransitAccountGroupAccount > | GetAccountGroupAccounts (string ticket, int groupid, ServiceQueryOptions options) |
| | Get all account group accounts.
|
| int | GetAccountGroupAccountsCount (string ticket, int groupid) |
| | Get all account group accounts count.
|
| List< TransitAccountGroupAccount > | GetAccountGroupAccountsByAccountId (string ticket, int accountid, ServiceQueryOptions options) |
| | Get all account group accounts for a given account.
|
| int | GetAccountGroupAccountsByAccountIdCount (string ticket, int accountid) |
| | Get all account group accounts count for a given account.
|
| List< TransitAccountGroupAccount > | GetPublicAccountGroupAccountsByAccountId (string ticket, int accountid, ServiceQueryOptions options) |
| | Get all public account group accounts for a given account.
|
| int | GetPublicAccountGroupAccountsByAccountIdCount (string ticket, int accountid) |
| | Get all public account group accounts count for a given account.
|
| void | DeleteAccountGroupAccount (string ticket, int id) |
| | Delete an account group account.
|
| TransitAccountGroupAccount | GetAccountGroupAccountByAccountGroupId (string ticket, int accountid, int groupid) |
| | Retreive an account group account for a specific group.
|
| int | CreateOrUpdateAccountGroupPicture (string ticket, TransitAccountGroupPicture t_instance) |
| | Create or update an account group picture.
|
| TransitAccountGroupPicture | GetAccountGroupPictureById (string ticket, int id) |
| | Get an account group picture.
|
| List< TransitAccountGroupPicture > | GetAccountGroupPictures (string ticket, int groupid, ServiceQueryOptions options) |
| | Get all account group pictures.
|
| void | MoveAccountGroupPicture (string ticket, int id, int disp) |
| | Move a group picture.
|
| int | GetAccountGroupPicturesCount (string ticket, int groupid) |
| | Get all account group pictures count.
|
| void | DeleteAccountGroupPicture (string ticket, int id) |
| | Delete an account group picture.
|
| TransitAccountGroupPicture | GetAccountGroupPictureIfModifiedSinceById (string ticket, int id, DateTime ifModifiedSince) |
| | Get group picture if modified since.
|
| int | CreateOrUpdateAccountGroupPlace (string ticket, TransitAccountGroupPlace t_instance) |
| | Create or update an account group place.
|
| TransitAccountGroupPlace | GetAccountGroupPlaceById (string ticket, int id) |
| | Get an account group place.
|
| List< TransitAccountGroupPlace > | GetAccountGroupPlaces (string ticket, int groupid, ServiceQueryOptions options) |
| | Get all account group places.
|
| int | GetAccountGroupPlacesCount (string ticket, int groupid) |
| | Get all account group places count.
|
| void | DeleteAccountGroupPlace (string ticket, int id) |
| | Delete an account group place.
|
| int | CreateOrUpdateAccountGroupAccountInvitation (string ticket, TransitAccountGroupAccountInvitation t_instance) |
| | Create or update an account group account invitation.
|
| TransitAccountGroupAccountInvitation | GetAccountGroupAccountInvitationById (string ticket, int id) |
| | Get an account group account invitation.
|
List
< TransitAccountGroupAccountInvitation > | GetAccountGroupAccountInvitations (string ticket, int groupid, ServiceQueryOptions options) |
| | Get all account group account invitations.
|
| int | GetAccountGroupAccountInvitationsCount (string ticket, int groupid) |
| | Get all account group account invitations count.
|
List
< TransitAccountGroupAccountInvitation > | GetAccountGroupAccountInvitationsByAccountId (string ticket, int accountid, ServiceQueryOptions options) |
| | Get all account group account invitations by account id.
|
| int | GetAccountGroupAccountInvitationsByAccountIdCount (string ticket, int accountid) |
| | Get all account group account invitations count by account id.
|
| void | DeleteAccountGroupAccountInvitation (string ticket, int id) |
| | Delete an account group account invitation.
|
| void | AcceptAccountGroupAccountInvitation (string ticket, int id, string message) |
| | Accept an invitation.
|
| void | RejectAccountGroupAccountInvitation (string ticket, int id, string message) |
| | Reject an invitation.
|
| int | CreateOrUpdateAccountGroupAccountRequest (string ticket, TransitAccountGroupAccountRequest t_instance) |
| | Create or update an account group account request.
|
| TransitAccountGroupAccountRequest | GetAccountGroupAccountRequestById (string ticket, int id) |
| | Get an account group account request.
|
List
< TransitAccountGroupAccountRequest > | GetAccountGroupAccountRequests (string ticket, int groupid, ServiceQueryOptions options) |
| | Get all account group account requests.
|
| int | GetAccountGroupAccountRequestsCount (string ticket, int groupid) |
| | Get all account group account requests count.
|
List
< TransitAccountGroupAccountRequest > | GetAccountGroupAccountRequestsByAccountId (string ticket, int accountid, ServiceQueryOptions options) |
| | Get all account group account requests by account id.
|
| int | GetAccountGroupAccountRequestsByAccountIdCount (string ticket, int accountid) |
| | Get all account group account requests count by account id.
|
| void | DeleteAccountGroupAccountRequest (string ticket, int id) |
| | Delete an account group account request.
|
| void | AcceptAccountGroupAccountRequest (string ticket, int id, string message) |
| | Accept a membership request.
|
| void | RejectAccountGroupAccountRequest (string ticket, int id, string message) |
| | Reject a membership request.
|