Class ReportAndProcessAccessInjector
- java.lang.Object
-
- org.openbravo.role.inheritance.access.AccessTypeInjector
-
- org.openbravo.role.inheritance.access.ReportAndProcessAccessInjector
-
- All Implemented Interfaces:
Comparable<AccessTypeInjector>
public class ReportAndProcessAccessInjector extends AccessTypeInjector
AccessTypeInjector for the org.openbravo.model.ad.access.ProcessAccess class
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openbravo.role.inheritance.access.AccessTypeInjector
AccessTypeInjector.Qualifier, AccessTypeInjector.Selector
-
-
Constructor Summary
Constructors Constructor Description ReportAndProcessAccessInjector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSecuredElementGetter()
Returns the secured object.String
getSecuredElementName()
Returns the secured element name.-
Methods inherited from class org.openbravo.role.inheritance.access.AccessTypeInjector
addEntityWhereClause, checkAccessExistence, clearInheritedFromField, clearInheritedFromField, clearInheritFromFieldInChilds, compareTo, doEntityParameterReplacement, findAccess, getAccessList, getClassName, getPriority, getRole, getRoleProperty, getSecuredElementIdentifier, getSkippedProperties, isInheritable, removeReferenceInParentList, setParent
-
-
-
-
Method Detail
-
getSecuredElementGetter
public String getSecuredElementGetter()
Description copied from class:AccessTypeInjector
Returns the secured object.- Specified by:
getSecuredElementGetter
in classAccessTypeInjector
- Returns:
- a String with the name of the method to retrieve the secured element
-
getSecuredElementName
public String getSecuredElementName()
Description copied from class:AccessTypeInjector
Returns the secured element name.- Specified by:
getSecuredElementName
in classAccessTypeInjector
- Returns:
- a String with the name of the secured element
-
-