gran.app.adapter.email
Interface MsgFormat

All Known Implementing Classes:
HtmlMsgFormat, TextMsgFormat

public interface MsgFormat

This adapter used for email notification


Method Summary
 java.lang.String getIText(java.lang.String s)
           
 java.lang.String getMessages(java.util.Collection col, boolean addForm, gran.cache.TaskCacheItem tci)
           
 java.lang.String getSubtasks(java.util.Collection items)
           
 java.lang.String getTaskHeader(gran.cache.TaskCacheItem tci)
           
 

Method Detail

getIText

public java.lang.String getIText(java.lang.String s)
                          throws gran.exception.GranException
Throws:
gran.exception.GranException

getTaskHeader

public java.lang.String getTaskHeader(gran.cache.TaskCacheItem tci)
                               throws gran.exception.GranException
Throws:
gran.exception.GranException

getSubtasks

public java.lang.String getSubtasks(java.util.Collection items)
                             throws gran.exception.GranException
Throws:
gran.exception.GranException

getMessages

public java.lang.String getMessages(java.util.Collection col,
                                    boolean addForm,
                                    gran.cache.TaskCacheItem tci)
                             throws gran.exception.GranException
Throws:
gran.exception.GranException


Copyright © 2002-2003 TrackStudio, Ltd. All Rights Reserved.