Ontimize 5.2072EN

com.ontimize.util.notice
Interface INoticeSendMails

All Known Implementing Classes:
ReferenceLocator, SecureReferenceLocator

public interface INoticeSendMails


Method Summary
 void checkNoticeAsSend(java.lang.Object noticeKey)
          This method marks the specified notice as sent
 EntityResult getNewMailNotice()
          This method allows to get all e-mail notices not yet sent
 

Method Detail

getNewMailNotice

public EntityResult getNewMailNotice()
                              throws java.lang.Exception
This method allows to get all e-mail notices not yet sent

Returns:
Throws:
java.lang.Exception

checkNoticeAsSend

public void checkNoticeAsSend(java.lang.Object noticeKey)
                       throws java.lang.Exception
This method marks the specified notice as sent

Parameters:
noticeKey - Notice key
Throws:
java.lang.Exception

Ontimize