| java.lang.Object com.flexive.shared.AbstractSelectableObjectWithName com.flexive.shared.security.ACL
ACL_CONTACTDATA | final public static long ACL_CONTACTDATA(Code) | | Contact Data ACL
|
MAX_INTERNAL_ID | final public static long MAX_INTERNAL_ID(Code) | | Max. id for internal ACL's (needed for internal checks)
|
ACL | public ACL()(Code) | | Constructor
|
ACL | public ACL(ACL acl)(Code) | | Copy Constructor
Parameters: acl - ACL to copy |
ACL | public ACL(long id, String name, FxString label, long mandatorId, String mandator, String description, String color, Category category, LifeCycleInfo lifeCycleInfo)(Code) | | Constructor.
Parameters: id - the unique id Parameters: name - the name Parameters: label - display label Parameters: mandatorId - the id of the mandator the acl belongs to Parameters: mandator - the name of the mandator Parameters: description - the description Parameters: color - the color (RGB code or style class) Parameters: category - the category Parameters: lifeCycleInfo - lifecycle information |
getCategory | public Category getCategory()(Code) | | Returns the category of the ACL.
the category of the ACL |
getColor | public String getColor()(Code) | | Returns the color of the ACL.
A empty String may be returned if the default color should be used.
the color of the ACL |
getDescription | public String getDescription()(Code) | | Returns the description of the ACL.
The desciption is never null, but may be a empty String.
the description of the ACL. |
getId | public long getId()(Code) | | Returns the unique id of the ACL.
the unique id of the ACL |
getLabel | public FxString getLabel()(Code) | | Get the display label of this ACL
display label |
getLifeCycleInfo | public LifeCycleInfo getLifeCycleInfo()(Code) | | Get lifecycle information
lifecycle information |
getMandatorId | public long getMandatorId()(Code) | | Returns the mandator the ACL belongs to.
the mandator the ACL belongs to |
getMandatorName | public String getMandatorName()(Code) | | Returns the name of the mandator.
the name of the mandator |
getName | public String getName()(Code) | | Returns the unique name of the ACL.
the unique name of the ACL. |
setCategory | public void setCategory(Category cat)(Code) | | Returns the category of the ACL.
Parameters: cat - the category of the ACL |
setColor | public void setColor(String color)(Code) | | Sets the color of the ACL.
Parameters: color - the color of the ACL |
setDescription | public void setDescription(String desc)(Code) | | Sets the the description of the ACL.
Parameters: desc - the new description |
setLabel | public void setLabel(FxString label)(Code) | | Set the display label of this ACL
Parameters: label - display label |
setName | public void setName(String name)(Code) | | Sets the unique name of the ACL.
Parameters: name - the new name |
|
|