|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification.NotificationTypeFactory
public final class NotificationTypeFactory
NotificationTypeFactory
Method Summary | |
---|---|
static NotificationTypeFactory |
getFactory()
Get the factory |
INotificationType |
getNotificationType(int nIdNotificationType)
Get the notification type given an id |
java.util.Map<java.lang.String,INotificationType> |
getNotificationTypes()
Get the notification types |
void |
setNotificationTypes(java.util.Map<java.lang.String,INotificationType> mapNotificationTypes)
Set the notification types |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NotificationTypeFactory getFactory()
public void setNotificationTypes(java.util.Map<java.lang.String,INotificationType> mapNotificationTypes)
mapNotificationTypes
- a list of INotificationType
public java.util.Map<java.lang.String,INotificationType> getNotificationTypes()
INotificationType
public INotificationType getNotificationType(int nIdNotificationType)
nIdNotificationType
- the id notification type
INotificationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |