Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Java by sasha ( 15 years ago )
public PSISServiceResult createTemplate(MailMerge mailMerge) throws PSISServiceException;
 public PaginatedData<MailMerge> findTemplatesByCriteria(Criteria criteria, int pageSize, int pageNumber) throws PSISServiceException;
 public PSISServiceResult deleteTemplate(MailMerge mailMerge) throws PSISServiceException;
 public int generateDocuments(MailMerge mailMerge, it.dcs.commons.criteria.Criteria criteria ,List<Integer> selectedUsersId) throws PSISServiceException;
 public List<LinkContainer> generateDocumentsByIds(MailMerge mailMerge, List<Integer> regUserIds) throws PSISServiceException;
 public List<LinkContainer> generateDocumentsByCriteria(MailMerge mailMerge, it.dcs.commons.criteria.Criteria criteria) throws PSISServiceException;

 

Revise this Paste

Your Name: Code Language: