|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportingService
The Interface ReportingService.
| Method Summary | |
|---|---|
void |
archiveInstancePdfReport()
Archive instance pdf report. |
java.io.File |
createInstancePdfReport(ItemInstance instance)
Creates the instance pdf report. |
java.io.File |
createTreePdfReport(File file)
Creates the tree pdf report. |
java.util.List<DailyInstance> |
findInstanceReport(java.util.Date fromDate,
java.util.Date toDate)
Find instance report. |
java.io.ByteArrayOutputStream |
instanceMailReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
Instance mail report. |
void |
mail(java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String subject,
java.lang.String body)
Mail. |
void |
mail(it.neverworks.security.User sender,
java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String subject,
java.util.Map<java.lang.String,java.lang.Object> data,
java.lang.String template)
Mail. |
java.util.List<ReportingServiceImpl.MessageBoxReport> |
messageBoxesReport()
Message boxes report. |
java.lang.String |
prepareTweet(it.neverworks.security.User from,
it.neverworks.security.User to,
Tweet.Type type,
java.lang.String group,
java.lang.String title,
java.util.Map<java.lang.String,java.lang.Object> data,
java.lang.String template)
Prepare tweet. |
void |
sendDailyReport()
Send daily report. |
void |
sendDailyReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
Send daily report. |
void |
sendDeadlinesReport(java.util.List<java.lang.String> mailAddresses,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Send deadlines report. |
void |
sendInstanceMailReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
Send instance mail report. |
void |
sendMailReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
Send mail report. |
| Method Detail |
|---|
java.lang.String prepareTweet(it.neverworks.security.User from,
it.neverworks.security.User to,
Tweet.Type type,
java.lang.String group,
java.lang.String title,
java.util.Map<java.lang.String,java.lang.Object> data,
java.lang.String template)
from - the fromto - the totype - the typegroup - the grouptitle - the titledata - the datatemplate - the template
void mail(java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String subject,
java.lang.String body)
throws java.lang.Exception
from - the fromto - the tocc - the ccsubject - the subjectbody - the body
java.lang.Exception - the exception
void mail(it.neverworks.security.User sender,
java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String subject,
java.util.Map<java.lang.String,java.lang.Object> data,
java.lang.String template)
throws java.lang.Exception
sender - the senderfrom - the fromto - the tocc - the ccsubject - the subjectdata - the datatemplate - the template
java.lang.Exception - the exception
java.util.List<DailyInstance> findInstanceReport(java.util.Date fromDate,
java.util.Date toDate)
fromDate - the from datetoDate - the to date
void archiveInstancePdfReport()
java.io.File createInstancePdfReport(ItemInstance instance)
instance - the instance
java.io.File createTreePdfReport(File file)
file - the file
void sendDailyReport()
void sendDailyReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
parameters - the parameters
void sendDeadlinesReport(java.util.List<java.lang.String> mailAddresses,
java.util.Map<java.lang.String,java.lang.Object> parameters)
mailAddresses - the mail addressesparameters - the parametersvoid sendInstanceMailReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
parameters - the parametersvoid sendMailReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
parameters - the parametersjava.io.ByteArrayOutputStream instanceMailReport(java.util.Map<java.lang.String,java.lang.Object> parameters)
parameters - the parameters
java.util.List<ReportingServiceImpl.MessageBoxReport> messageBoxesReport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||