|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.TaskNotifyMyLuteceConfig
@NotifyMyLuteceConfig public class TaskNotifyMyLuteceConfig
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 |
---|
public TaskNotifyMyLuteceConfig()
Method Detail |
---|
public int getIdDirectory()
public void setIdDirectory(int idDirectory)
idDirectory
- id directorypublic int getPositionEntryDirectoryUserGuid()
public void setPositionEntryDirectoryUserGuid(int nPositionEntryDirectoryUserGuid)
nPositionEntryDirectoryUserGuid
- position of Entry directory user guidpublic java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
- the subject of the messagepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message of the notificationpublic java.lang.String getSenderName()
public void setSenderName(java.lang.String senderName)
senderName
- the sender namepublic void setListIdsNotificationType(java.lang.Integer[] listIdsNotificationType)
listIdsNotificationType
- the list of ids notification typepublic java.lang.Integer[] getListIdsNotificationType()
public java.util.List<INotificationType> getNotificationTypes()
public void setListIdsRetrievalType(java.lang.Integer[] listIdsRetrievalType)
listIdsRetrievalType
- the ids retrieval typepublic java.lang.Integer[] getListIdsRetrievalType()
public java.util.List<IRetrievalType> getRetrievalTypes()
public void setListUserGuid(java.lang.String[] listUserGuid)
listUserGuid
- the list of user guidpublic java.lang.String[] getListUserGuid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |