com.ontimize.util.notice
Interface INoticeSendMails
- All Known Implementing Classes:
- ReferenceLocator, SecureReferenceLocator
- public interface INoticeSendMails
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