fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification
Interface INotificationType

All Known Implementing Classes:
AbstractNotificationType, NotificationTypeEmail, NotificationTypeWS

public interface INotificationType

INotificationType


Method Summary
 java.lang.String getCommentKey()
          Get the comment key
 int getIdType()
          Get the id type
 java.lang.String getTitle(java.util.Locale locale)
          Get the title
 java.lang.String getTitleKey()
          Get the title key
 void notify(java.lang.String strObject, java.lang.String strMessage, java.lang.String strSender, java.lang.String strReceiver)
          Notify
 void setCommentKey(java.lang.String strCommentKey)
          Set the comment key
 void setIdType(int nIdType)
          Set the id type
 void setTitleKey(java.lang.String strTitleKey)
          Set the title key
 

Method Detail

getIdType

int getIdType()
Get the id type

Returns:
the id type

setIdType

void setIdType(int nIdType)
Set the id type

Parameters:
nIdType - the id ty^pe

getTitleKey

java.lang.String getTitleKey()
Get the title key

Returns:
the title key

setTitleKey

void setTitleKey(java.lang.String strTitleKey)
Set the title key

Parameters:
strTitleKey - the title key

getTitle

java.lang.String getTitle(java.util.Locale locale)
Get the title

Parameters:
locale - the locale
Returns:
the title

setCommentKey

void setCommentKey(java.lang.String strCommentKey)
Set the comment key

Parameters:
strCommentKey - the comment key

getCommentKey

java.lang.String getCommentKey()
Get the comment key

Returns:
the comment key

notify

void notify(java.lang.String strObject,
            java.lang.String strMessage,
            java.lang.String strSender,
            java.lang.String strReceiver)
Notify

Parameters:
strObject - the object
strMessage - the message
strSender - the sender
strReceiver - the receiver


Copyright © 2012 Mairie de Paris. All Rights Reserved.