public interface UserTeamAssociationServiceInterface extends Remote
UserTeamAssociation createUserTeamAssociation(UserTeamAssociation userTeamAssociation) throws RemoteException, ApiException
UserTeamAssociation.
The following fields are required:
userTeamAssociation - the user team association to createRemoteExceptionApiExceptionUserTeamAssociation[] createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociation objects.userTeamAssociations - the user team associations to createRemoteExceptionApiExceptionUserTeamAssociation getUserTeamAssociation(Long teamId, Long userId) throws RemoteException, ApiException
UserTeamAssociation uniquely identified
by the given
user and team IDs.teamId - the ID of the team, which must already existuserId - the ID of the user, which must already existUserTeamAssociation uniquely identified by the
user and team IDsRemoteExceptionApiExceptionUserTeamAssociationPage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of user team associationsRemoteExceptionApiExceptionUpdateResult performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction, Statement statement) throws RemoteException, ApiException
UserTeamAssociation objects that
match the
given Statement.query.userTeamAssociationAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of user team associationsRemoteExceptionApiExceptionUserTeamAssociation updateUserTeamAssociation(UserTeamAssociation userTeamAssociation) throws RemoteException, ApiException
UserTeamAssociation.userTeamAssociation - the user team association to updateRemoteExceptionApiExceptionUserTeamAssociation[] updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociation objects.userTeamAssociations - the user team associations to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.