Uses of Class
com.avoka.fc.core.entity.ClientUser
-
Packages that use ClientUser Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service.test Provides web automated test services. -
-
Uses of ClientUser in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ClientUser Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<ClientUser>>
_Client. CLIENT_USERS
Provides the 'CLIENT_USERS' property.static org.apache.cayenne.exp.Property<List<ClientUser>>
_UserAccount. CLIENT_USERS
Provides the 'CLIENT_USERS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ClientUser Modifier and Type Method Description List<ClientUser>
_Client. getClientUsers()
Return the ClientUsers.List<ClientUser>
_UserAccount. getClientUsers()
Return the ClientUsers.Methods in com.avoka.fc.core.entity.auto with parameters of type ClientUser Modifier and Type Method Description void
_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
Methods in com.avoka.fc.core.service.test that return ClientUser Modifier and Type Method Description ClientUser
MockEntityService. 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.
-