Uses of Class
com.avoka.fc.core.entity.Permission
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of Permission in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionPermissionDao.getPermission
(Object id) Return the permission with the specified OIDPermissionDao.getPermissionByName
(String name, String portalId) Return the permission with the given namePermissionDao.getPermissionByNameAndPortal
(String name, Portal portal) Return the permission with the given name belonging to the portal with the given namePermissionDao.getPermissionByNameAndPortal
(String name, String portalName) Return the permission with the given name belonging to the portal with the given nameModifier and TypeMethodDescriptionPermissionDao.getPermissionsForPortal
(String portalId) Return all permissions for a specific portal, ordered by namePermissionDao.getPermissionsForPortalName
(String portalName) Return all permissions for a specific portal, ordered by name -
Uses of Permission in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<Permission>
_RolePermission.PERMISSION
Provides the 'PERMISSION' property.static final org.apache.cayenne.exp.Property<List<Permission>>
_Portal.PERMISSIONS
Provides the 'PERMISSIONS' property.Modifier and TypeMethodDescriptionvoid
_Portal.addToPermissions
(Permission obj) Add the Permissions object.void
_Portal.removeFromPermissions
(Permission obj) Remove the Permissions object.void
_RolePermission.setPermission
(Permission permission) Set the Permission. -
Uses of Permission in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.addPortalPermission
(String permissionName, Portal portal) Add a permission for a portal, if it doesn't already exist.MockEntityService.createPermission
(String permissionName, Portal portal) Create a permission with the given name and portal.Modifier and TypeMethodDescriptionMockEntityService.createRole
(String roleName, Set<Permission> permissionSet) Create an active role with the given name and permissions.