Class DynRealmWrapper
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper<DynRealmTO>
-
- org.apache.syncope.client.console.wizards.DynRealmWrapper
-
- All Implemented Interfaces:
Serializable
public class DynRealmWrapper extends EntityWrapper<DynRealmTO>
- 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 DynRealmWrapper(DynRealmTO dynRealmTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynRealmTO
fillDynamicConditions()
Map<String,List<SearchClause>>
getDynClauses()
Map<String,String>
getDynMembershipConds()
void
setDynClauses(Map<String,List<SearchClause>> dynClauses)
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper
getInnerObject
-
-
-
-
Constructor Detail
-
DynRealmWrapper
public DynRealmWrapper(DynRealmTO dynRealmTO)
-
-
Method Detail
-
getDynClauses
public final Map<String,List<SearchClause>> getDynClauses()
-
setDynClauses
public void setDynClauses(Map<String,List<SearchClause>> dynClauses)
-
fillDynamicConditions
public DynRealmTO fillDynamicConditions()
-
-