Class Permission

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

@CacheGroups("CONFIG") public class Permission extends _Permission
Provides an entity representing the privilege to access restricted content. All permissions listed in this file apply to the SmartForm Manager administration console. Other portals may define their own permissions.
See Also:
  • Constructor Details

    • Permission

      public Permission()
  • Method Details

    • getPermissionLabel

      public String getPermissionLabel()
      Return the display label for a permission
      Returns:
      the label string
    • getPermissionLabelWithPortal

      public String getPermissionLabelWithPortal()
      Return the display label for a permission, also appending the name of the associated portal
      Returns:
      the label string