|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INotificationType | |
---|---|
fr.paris.lutece.plugins.workflow.modules.notifymylutece.business | |
fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification |
Uses of INotificationType in fr.paris.lutece.plugins.workflow.modules.notifymylutece.business |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.notifymylutece.business that return types with arguments of type INotificationType | |
---|---|
java.util.List<INotificationType> |
TaskNotifyMyLuteceConfig.getNotificationTypes()
Get the notification types |
Uses of INotificationType in fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification |
---|
Classes in fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification that implement INotificationType | |
---|---|
class |
AbstractNotificationType
AbstractNotificationType |
class |
NotificationTypeEmail
NotificationTypeEmail |
class |
NotificationTypeWS
NotificationTypeWS |
Methods in fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification that return INotificationType | |
---|---|
INotificationType |
NotificationTypeFactory.getNotificationType(int nIdNotificationType)
Get the notification type given an id |
Methods in fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification that return types with arguments of type INotificationType | |
---|---|
java.util.Map<java.lang.String,INotificationType> |
NotificationTypeFactory.getNotificationTypes()
Get the notification types |
Method parameters in fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification with type arguments of type INotificationType | |
---|---|
void |
NotificationTypeFactory.setNotificationTypes(java.util.Map<java.lang.String,INotificationType> mapNotificationTypes)
Set the notification types |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |