Uses of Class
com.avoka.fc.core.entity.Permission
Packages that use 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
Methods in com.avoka.fc.core.dao that return PermissionModifier 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 nameMethods in com.avoka.fc.core.dao that return types with arguments of type PermissionModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type PermissionModifier 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.Methods in com.avoka.fc.core.entity.auto that return PermissionMethods in com.avoka.fc.core.entity.auto that return types with arguments of type PermissionMethods in com.avoka.fc.core.entity.auto with parameters of type PermissionModifier 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
Methods in com.avoka.fc.core.service.test that return PermissionModifier 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.Method parameters in com.avoka.fc.core.service.test with type arguments of type PermissionModifier and TypeMethodDescriptionMockEntityService.createRole
(String roleName, Set<Permission> permissionSet) Create an active role with the given name and permissions.