|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.bc.document.service.impl.PayrateExportServiceImpl
public class PayrateExportServiceImpl
Constructor Summary | |
---|---|
PayrateExportServiceImpl()
|
Method Summary | |
---|---|
StringBuilder |
buildExportFile(Integer budgetYear,
String positionUnionCode,
String csfFreezeDate,
String principalId)
Builds the Payrate Export File |
protected StringBuilder |
buildExportLine(BudgetConstructionPayRateHolding holdingRecord,
String csfFreezeDate)
Creates the export line |
boolean |
isValidPositionUnionCode(String positionUnionCode)
Checks if this position object code is valid |
protected String |
padString(String stringToPad,
int fieldSize,
boolean leftJustifiy)
Returns a field that is the length of fieldSize, to facilitate formatting payrate export file |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
|
void |
setPayrateExportDao(PayrateExportDao payrateExportDao)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PayrateExportServiceImpl()
Method Detail |
---|
@Transactional(propagation=REQUIRES_NEW) public StringBuilder buildExportFile(Integer budgetYear, String positionUnionCode, String csfFreezeDate, String principalId)
PayrateExportService
buildExportFile
in interface PayrateExportService
org.kuali.kfs.module.bc.service.PayrateExportService#buildExportFile()
@Transactional public boolean isValidPositionUnionCode(String positionUnionCode)
PayrateExportService
isValidPositionUnionCode
in interface PayrateExportService
PayrateExportService.isValidPositionUnionCode(java.lang.String)
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- public void setPayrateExportDao(PayrateExportDao payrateExportDao)
payrateExportDao
- protected StringBuilder buildExportLine(BudgetConstructionPayRateHolding holdingRecord, String csfFreezeDate)
holdingRecord
-
protected String padString(String stringToPad, int fieldSize, boolean leftJustifiy)
stringToPad
- fieldSize
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |