Uses of Class
com.avoka.fc.core.entity.UserGroup
Packages that use UserGroup
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of UserGroup in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type UserGroupModifier and TypeFieldDescription_Group.USER_GROUPS
Provides the 'USER_GROUPS' property._UserAccount.USER_GROUPS
Provides the 'USER_GROUPS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type UserGroupModifier and TypeMethodDescription_Group.getUserGroups()
Return the UserGroups._UserAccount.getUserGroups()
Return the UserGroups.Methods in com.avoka.fc.core.entity.auto with parameters of type UserGroupModifier and TypeMethodDescriptionvoid
_Group.addToUserGroups
(UserGroup obj) Add the UserGroups object.void
_UserAccount.addToUserGroups
(UserGroup obj) Add the UserGroups object.void
_Group.removeFromUserGroups
(UserGroup obj) Remove the UserGroups object.void
_UserAccount.removeFromUserGroups
(UserGroup obj) Remove the UserGroups object. -
Uses of UserGroup in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return UserGroupModifier and TypeMethodDescriptionMockEntityService.addUserToGroup
(Group group, UserAccount userAccount, Date expiryDatetime) Create a user group association.