|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalizedMessageWrapper | |
---|---|
org.kuali.kfs.module.bc.document.service | |
org.kuali.kfs.module.bc.document.service.impl |
Uses of ExternalizedMessageWrapper in org.kuali.kfs.module.bc.document.service |
---|
Method parameters in org.kuali.kfs.module.bc.document.service with type arguments of type ExternalizedMessageWrapper | |
---|---|
void |
PayrateImportService.generatePdf(List<ExternalizedMessageWrapper> logMessages,
ByteArrayOutputStream baos)
Generates the log file |
boolean |
PayrateImportService.importFile(InputStream fileImportStream,
List<ExternalizedMessageWrapper> messageList,
String principalId)
Parses file and creates payrate holding records for each import line |
void |
PayrateImportService.update(Integer budgetYear,
org.kuali.rice.kim.bo.Person user,
List<ExternalizedMessageWrapper> messageList,
String principalId)
Processes all payrate holding records |
Uses of ExternalizedMessageWrapper in org.kuali.kfs.module.bc.document.service.impl |
---|
Method parameters in org.kuali.kfs.module.bc.document.service.impl with type arguments of type ExternalizedMessageWrapper | |
---|---|
void |
PayrateImportServiceImpl.generatePdf(List<ExternalizedMessageWrapper> logMessages,
ByteArrayOutputStream baos)
|
protected boolean |
PayrateImportServiceImpl.getPayrateLock(List<PendingBudgetConstructionAppointmentFunding> lockedRecords,
List<ExternalizedMessageWrapper> messageList,
Integer budgetYear,
org.kuali.rice.kim.bo.Person user,
List<BudgetConstructionPayRateHolding> records)
Retrieves Account locks for payrate import records |
boolean |
PayrateImportServiceImpl.importFile(InputStream fileImportStream,
List<ExternalizedMessageWrapper> messageList,
String principalId)
|
void |
PayrateImportServiceImpl.update(Integer budgetYear,
org.kuali.rice.kim.bo.Person user,
List<ExternalizedMessageWrapper> messageList,
String principalId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |