Uses of Class
com.avoka.fc.core.entity.ClientUser
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of ClientUser in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ClientUser>>
_Client.CLIENT_USERS
Provides the 'CLIENT_USERS' property.static final org.apache.cayenne.exp.Property<List<ClientUser>>
_UserAccount.CLIENT_USERS
Provides the 'CLIENT_USERS' property.Modifier and TypeMethodDescription_Client.getClientUsers()
Return the ClientUsers._UserAccount.getClientUsers()
Return the ClientUsers.Modifier and TypeMethodDescriptionvoid
_Client.addToClientUsers
(ClientUser obj) Add the ClientUsers object.void
_UserAccount.addToClientUsers
(ClientUser obj) Add the ClientUsers object.void
_Client.removeFromClientUsers
(ClientUser obj) Remove the ClientUsers object.void
_UserAccount.removeFromClientUsers
(ClientUser obj) Remove the ClientUsers object. -
Uses of ClientUser in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.addClientToUser
(UserAccount userAccount, Client client) Add a client to the specified user account This method does NOT check if the user already has that client.