gran.app.adapter
Interface FilterNotifyAdapter
- All Superinterfaces:
- Adapter
- All Known Implementing Classes:
- BaseFilterNotifyAdapter
- public interface FilterNotifyAdapter
- extends Adapter
This adapter used for email notification
|
Method Summary |
java.util.LinkedList |
findNotificationImpl(java.lang.String taskid,
java.lang.String userid,
java.util.LinkedList result)
|
java.util.Map |
getDataMapImpl(SessionContext sc,
SecuredTaskBean task,
java.lang.String filterInfo,
java.lang.String filterId,
java.util.ArrayList items)
|
void |
sendMsgImpl(java.lang.String filterInfo,
java.lang.String templateId,
java.lang.String fi,
java.lang.String fromUser,
java.lang.String toUser,
java.lang.String task)
|
void |
sendNotificationImpl(java.lang.String messageid,
java.lang.String taskid,
java.lang.String fromUser,
java.lang.String toUser,
boolean checkUDF)
|
void |
sendNotifyForTaskImpl(java.lang.String messageId,
java.lang.String taskId,
java.lang.String userId,
java.lang.String mstatusId,
boolean checkMessages)
|
sendMsgImpl
public void sendMsgImpl(java.lang.String filterInfo,
java.lang.String templateId,
java.lang.String fi,
java.lang.String fromUser,
java.lang.String toUser,
java.lang.String task)
throws GranException
- Throws:
GranException
getDataMapImpl
public java.util.Map getDataMapImpl(SessionContext sc,
SecuredTaskBean task,
java.lang.String filterInfo,
java.lang.String filterId,
java.util.ArrayList items)
throws GranException
- Throws:
GranException
sendNotificationImpl
public void sendNotificationImpl(java.lang.String messageid,
java.lang.String taskid,
java.lang.String fromUser,
java.lang.String toUser,
boolean checkUDF)
throws GranException
- Throws:
GranException
findNotificationImpl
public java.util.LinkedList findNotificationImpl(java.lang.String taskid,
java.lang.String userid,
java.util.LinkedList result)
throws GranException
- Throws:
GranException
sendNotifyForTaskImpl
public void sendNotifyForTaskImpl(java.lang.String messageId,
java.lang.String taskId,
java.lang.String userId,
java.lang.String mstatusId,
boolean checkMessages)
throws GranException
- Throws:
GranException
Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.