Class GroupWrapper
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper<GroupTO>
-
- org.apache.syncope.client.console.wizards.any.GroupWrapper
-
- All Implemented Interfaces:
Serializable
public class GroupWrapper extends AnyWrapper<GroupTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
anyTO
-
-
Constructor Summary
Constructors Constructor Description GroupWrapper(GroupTO groupTO)GroupWrapper(GroupTO previousGroupTO, GroupTO groupTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupTOfillDynamicConditions()Map<String,List<SearchClause>>getADynClauses()Map<String,String>getADynMembershipConds()GroupTOgetPreviousGroupTO()List<SearchClause>getUDynClauses()StringgetUDynMembershipCond()voidsetADynClauses(Map<String,List<SearchClause>> aDynClauses)voidsetUDynClauses(List<SearchClause> uDynClauses)-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
getInnerObject
-
-
-
-
Method Detail
-
getPreviousGroupTO
public GroupTO getPreviousGroupTO()
-
getUDynClauses
public final List<SearchClause> getUDynClauses()
-
setUDynClauses
public void setUDynClauses(List<SearchClause> uDynClauses)
-
getADynClauses
public final Map<String,List<SearchClause>> getADynClauses()
-
setADynClauses
public void setADynClauses(Map<String,List<SearchClause>> aDynClauses)
-
getUDynMembershipCond
public String getUDynMembershipCond()
-
fillDynamicConditions
public GroupTO fillDynamicConditions()
-
-