Uses of Class
com.avoka.fc.core.entity.UserGroup
-
Packages that use UserGroup 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 UserGroup in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type UserGroup Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<UserGroup>>
_Group. USER_GROUPS
Provides the 'USER_GROUPS' property.static org.apache.cayenne.exp.Property<List<UserGroup>>
_UserAccount. USER_GROUPS
Provides the 'USER_GROUPS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type UserGroup Modifier and Type Method Description List<UserGroup>
_Group. getUserGroups()
Return the UserGroups.List<UserGroup>
_UserAccount. getUserGroups()
Return the UserGroups.Methods in com.avoka.fc.core.entity.auto with parameters of type UserGroup Modifier and Type Method Description void
_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 UserGroup Modifier and Type Method Description UserGroup
MockEntityService. addUserToGroup(Group group, UserAccount userAccount, Date expiryDatetime)
Create a user group association.
-