public interface UserTeamAssociationServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
UserTeamAssociation[] |
createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
Creates new
UserTeamAssociation objects. |
UserTeamAssociationPage |
getUserTeamAssociationsByStatement(Statement filterStatement)
Gets a
UserTeamAssociationPage of UserTeamAssociation
objects that satisfy the
given Statement.query. |
UpdateResult |
performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction,
Statement statement)
Performs actions on
UserTeamAssociation objects that
match the given Statement.query. |
UserTeamAssociation[] |
updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
Updates the specified
UserTeamAssociation objects. |
UserTeamAssociation[] createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociation objects.RemoteExceptionApiExceptionUserTeamAssociationPage getUserTeamAssociationsByStatement(Statement filterStatement) throws RemoteException, ApiException
UserTeamAssociationPage of UserTeamAssociation
objects that satisfy the
given Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
userId |
UserTeamAssociation.userId |
teamId |
UserRecordTeamAssociation.teamId |
RemoteExceptionApiExceptionUpdateResult performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction, Statement statement) throws RemoteException, ApiException
UserTeamAssociation objects that
match the given Statement.query.RemoteExceptionApiExceptionUserTeamAssociation[] updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociation objects.RemoteExceptionApiExceptionCopyright © 2024. All rights reserved.