fr.paris.lutece.plugins.workflow.modules.notifymylutece.business
Class TaskNotifyMyLuteceConfig

java.lang.Object
  extended by fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
      extended by fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.TaskNotifyMyLuteceConfig
All Implemented Interfaces:
fr.paris.lutece.plugins.workflowcore.business.config.ITaskConfig

@NotifyMyLuteceConfig
public class TaskNotifyMyLuteceConfig
extends fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig

TaskNotifyDirectoryConfig


Constructor Summary
TaskNotifyMyLuteceConfig()
           
 
Method Summary
 int getIdDirectory()
          Get the id directory
 java.lang.Integer[] getListIdsNotificationType()
          Get the list of ids of notification type
 java.lang.Integer[] getListIdsRetrievalType()
          Get the list of ids retrieval type
 java.lang.String[] getListUserGuid()
          Get the list of user guid
 java.lang.String getMessage()
          Get the message
 java.util.List<INotificationType> getNotificationTypes()
          Get the notification types
 int getPositionEntryDirectoryUserGuid()
          Get the position of the entry directory associated to the user guid
 java.util.List<IRetrievalType> getRetrievalTypes()
          Get the retrieval types
 java.lang.String getSenderName()
          Get the sender name
 java.lang.String getSubject()
          Get the subject
 void setIdDirectory(int idDirectory)
          Set id directory
 void setListIdsNotificationType(java.lang.Integer[] listIdsNotificationType)
          Set the list of ids notification types
 void setListIdsRetrievalType(java.lang.Integer[] listIdsRetrievalType)
          Set the list of ids retrieval type
 void setListUserGuid(java.lang.String[] listUserGuid)
          Set the list of user guid
 void setMessage(java.lang.String message)
          Set the message of the notification
 void setPositionEntryDirectoryUserGuid(int nPositionEntryDirectoryUserGuid)
          Set position Entry directory user guid
 void setSenderName(java.lang.String senderName)
          Set the sender name
 void setSubject(java.lang.String subject)
          Set the subject of the message
 
Methods inherited from class fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
getIdTask, setIdTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskNotifyMyLuteceConfig

public TaskNotifyMyLuteceConfig()
Method Detail

getIdDirectory

public int getIdDirectory()
Get the id directory

Returns:
id directory

setIdDirectory

public void setIdDirectory(int idDirectory)
Set id directory

Parameters:
idDirectory - id directory

getPositionEntryDirectoryUserGuid

public int getPositionEntryDirectoryUserGuid()
Get the position of the entry directory associated to the user guid

Returns:
position Entry directory user guid

setPositionEntryDirectoryUserGuid

public void setPositionEntryDirectoryUserGuid(int nPositionEntryDirectoryUserGuid)
Set position Entry directory user guid

Parameters:
nPositionEntryDirectoryUserGuid - position of Entry directory user guid

getSubject

public java.lang.String getSubject()
Get the subject

Returns:
the subject of the message

setSubject

public void setSubject(java.lang.String subject)
Set the subject of the message

Parameters:
subject - the subject of the message

getMessage

public java.lang.String getMessage()
Get the message

Returns:
the message of the notification

setMessage

public void setMessage(java.lang.String message)
Set the message of the notification

Parameters:
message - the message of the notification

getSenderName

public java.lang.String getSenderName()
Get the sender name

Returns:
the sender name

setSenderName

public void setSenderName(java.lang.String senderName)
Set the sender name

Parameters:
senderName - the sender name

setListIdsNotificationType

public void setListIdsNotificationType(java.lang.Integer[] listIdsNotificationType)
Set the list of ids notification types

Parameters:
listIdsNotificationType - the list of ids notification type

getListIdsNotificationType

public java.lang.Integer[] getListIdsNotificationType()
Get the list of ids of notification type

Returns:
the list of ids notification type

getNotificationTypes

public java.util.List<INotificationType> getNotificationTypes()
Get the notification types

Returns:
the notification types

setListIdsRetrievalType

public void setListIdsRetrievalType(java.lang.Integer[] listIdsRetrievalType)
Set the list of ids retrieval type

Parameters:
listIdsRetrievalType - the ids retrieval type

getListIdsRetrievalType

public java.lang.Integer[] getListIdsRetrievalType()
Get the list of ids retrieval type

Returns:
the list of ids retrieval type

getRetrievalTypes

public java.util.List<IRetrievalType> getRetrievalTypes()
Get the retrieval types

Returns:
the retrieval types

setListUserGuid

public void setListUserGuid(java.lang.String[] listUserGuid)
Set the list of user guid

Parameters:
listUserGuid - the list of user guid

getListUserGuid

public java.lang.String[] getListUserGuid()
Get the list of user guid

Returns:
the list of user guid


Copyright © 2012 Mairie de Paris. All Rights Reserved.