Class NotificationWrapper
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper<NotificationTO>
-
- org.apache.syncope.client.console.notifications.NotificationWrapper
-
- All Implemented Interfaces:
Serializable
public class NotificationWrapper extends EntityWrapper<NotificationTO>
- 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 NotificationWrapper(NotificationTO notificationTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationTO
fillAboutConditions()
NotificationTO
fillRecipientConditions()
List<Pair<String,List<SearchClause>>>
getAboutClauses()
Map<String,String>
getAboutFIQLs()
String
getKey()
List<SearchClause>
getRecipientClauses()
void
setAboutClauses(List<Pair<String,List<SearchClause>>> dynClauses)
void
setRecipientClauses(List<SearchClause> dynClauses)
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper
getInnerObject
-
-
-
-
Constructor Detail
-
NotificationWrapper
public NotificationWrapper(NotificationTO notificationTO)
-
-
Method Detail
-
getKey
public final String getKey()
-
getAboutClauses
public List<Pair<String,List<SearchClause>>> getAboutClauses()
-
setAboutClauses
public void setAboutClauses(List<Pair<String,List<SearchClause>>> dynClauses)
-
getRecipientClauses
public List<SearchClause> getRecipientClauses()
-
setRecipientClauses
public void setRecipientClauses(List<SearchClause> dynClauses)
-
fillAboutConditions
public NotificationTO fillAboutConditions()
-
fillRecipientConditions
public NotificationTO fillRecipientConditions()
-
-