|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.stratelia.silverpeas.notificationserver.channel.silvermail.SILVERMAILSessionController
public class SILVERMAILSessionController
Class declaration
Field Summary | |
---|---|
protected String |
currentFunction
|
protected long |
currentMessageId
|
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
CHARACTER_ENCODING, context |
Constructor Summary | |
---|---|
SILVERMAILSessionController(MainSessionController mainSessionCtrl,
ComponentContext context)
Constructor declaration |
Method Summary | |
---|---|
void |
deleteAllSentNotif()
|
void |
deleteMessage(String notifId)
Delete the message notification |
void |
deleteSentNotif(String notifId)
Delete the sent message notification |
protected String |
getComponentInstName()
|
String |
getCurrentFunction()
Method declaration |
SILVERMAILMessage |
getCurrentMessage()
|
long |
getCurrentMessageId()
Method declaration |
Collection<SILVERMAILMessage> |
getFolderMessageList(String folderName)
Method declaration |
SILVERMAILMessage |
getMessage(long messageId)
Method declaration |
SentNotificationDetail |
getSentNotification(String notifId)
Method declaration |
List<SentNotificationDetail> |
getUserMessageList()
Method declaration |
void |
setCurrentFunction(String currentFunction)
Method declaration |
void |
setCurrentMessageId(long value)
Method declaration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String currentFunction
protected long currentMessageId
Constructor Detail |
---|
public SILVERMAILSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Method Detail |
---|
protected String getComponentInstName()
public void setCurrentFunction(String currentFunction)
currentFunction
-
public String getCurrentFunction()
public Collection<SILVERMAILMessage> getFolderMessageList(String folderName) throws SILVERMAILException
folderName
-
SILVERMAILException
public List<SentNotificationDetail> getUserMessageList() throws NotificationManagerException
userId
-
NotificationManagerException
public SentNotificationDetail getSentNotification(String notifId) throws NotificationManagerException
userId
-
NotificationManagerException
public void deleteSentNotif(String notifId) throws NotificationManagerException
notifId
-
NotificationManagerException
public void deleteAllSentNotif() throws NotificationManagerException
NotificationManagerException
public SILVERMAILMessage getMessage(long messageId) throws SILVERMAILException
messageId
-
SILVERMAILException
public long getCurrentMessageId()
public void setCurrentMessageId(long value)
value
-
public SILVERMAILMessage getCurrentMessage() throws SILVERMAILException
SILVERMAILException
public void deleteMessage(String notifId) throws SILVERMAILException
notifId
-
SILVERMAILException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |