Class RoleWrapper
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper<RoleTO>
-
- org.apache.syncope.client.console.wizards.role.RoleWrapper
-
- All Implemented Interfaces:
Serializable
public class RoleWrapper extends EntityWrapper<RoleTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper
entityTO
-
-
Constructor Summary
Constructors Constructor Description RoleWrapper(RoleTO roleTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleTO
fillDynamicConditions()
List<SearchClause>
getDynClauses()
String
getDynMembershipCond()
void
setDynClauses(List<SearchClause> dynClauses)
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper
getInnerObject
-
-
-
-
Constructor Detail
-
RoleWrapper
public RoleWrapper(RoleTO roleTO)
-
-
Method Detail
-
getDynClauses
public final List<SearchClause> getDynClauses()
-
setDynClauses
public void setDynClauses(List<SearchClause> dynClauses)
-
getDynMembershipCond
public String getDynMembershipCond()
-
fillDynamicConditions
public RoleTO fillDynamicConditions()
-
-