|
||||||||||
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.BudgetConstructionReportsServiceHelperImpl
public class BudgetConstructionReportsServiceHelperImpl
This implements the methods described in BudgetConstructionReportsServiceHelper
Constructor Summary | |
---|---|
BudgetConstructionReportsServiceHelperImpl()
|
Method Summary | |
---|---|
void |
generatePdf(List<String> errorMessages,
ByteArrayOutputStream baos)
generates PFD file containing the errorMessages passed in |
BudgetConstructionAdministrativePost |
getBudgetConstructionAdministrativePost(PendingBudgetConstructionAppointmentFunding appointmentFundingEntry)
get a budget construction administrative post |
BudgetConstructionIntendedIncumbent |
getBudgetConstructionIntendedIncumbent(PendingBudgetConstructionAppointmentFunding appointmentFundingEntry)
get a budget construction intended incumbent for an appointment funding |
BudgetConstructionPosition |
getBudgetConstructionPosition(Integer universityFiscalYear,
PendingBudgetConstructionAppointmentFunding appointmentFundingEntry)
get a budget construction position for an appointment funding |
BudgetConstructionSalarySocialSecurityNumber |
getBudgetConstructionSalarySocialSecurityNumber(String principalName,
BudgetConstructionSalaryFunding salaryFunding)
gets a budget construction salary ssn for salary funding |
Collection |
getDataForBuildingReports(Class clazz,
Map searchCriteria,
List<String> orderList)
generates the data for an object representing the report data |
Collection |
getDataForBuildingReports(Class clazz,
String principalName,
List<String> orderList)
generates the data for an object representing the report data from temporary storage for a specific user |
ObjectCode |
getObjectCode(Integer universityFiscalYear,
String chartOfAccountsCode,
String financialObjectCode)
get an object code |
Collection<PendingBudgetConstructionAppointmentFunding> |
getPendingBudgetConstructionAppointmentFundingList(Integer universityFiscalYear,
BudgetConstructionObjectDump budgetConstructionObjectDump)
gets the budget construction appointment fundings for an object dump |
Collection<BudgetConstructionSalaryFunding> |
getSalaryFunding(String principalName,
String emplid)
gets salary funding from temporary storage for a specific user |
String |
getSelectedObjectCodes(String principalName)
get the selected object codes from the list displayed to the user |
String |
getSelectedReasonCodes(String principalName)
get the selected reason codes from the list displayed to the user |
void |
setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
sets the budgetConstructionOrganizationReportsService attribute value |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
sets the businessObjectService attribute value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionReportsServiceHelperImpl()
Method Detail |
---|
@Transactional public Collection getDataForBuildingReports(Class clazz, String principalName, List<String> orderList)
BudgetConstructionReportsServiceHelper
getDataForBuildingReports
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getDataForBuildingReports(java.lang.Class,
java.lang.String, java.util.List)
@Transactional public Collection getDataForBuildingReports(Class clazz, Map searchCriteria, List<String> orderList)
BudgetConstructionReportsServiceHelper
getDataForBuildingReports
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getDataForBuildingReports(java.lang.Class,
java.util.Map, java.util.List)
public void generatePdf(List<String> errorMessages, ByteArrayOutputStream baos) throws com.lowagie.text.DocumentException
BudgetConstructionReportsServiceHelper
generatePdf
in interface BudgetConstructionReportsServiceHelper
com.lowagie.text.DocumentException
BudgetConstructionReportsServiceHelper.generatePdf(java.util.List,
java.io.ByteArrayOutputStream)
@Transactional public ObjectCode getObjectCode(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
BudgetConstructionReportsServiceHelper
getObjectCode
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getObjectCode(java.lang.Integer,
java.lang.String, java.lang.String)
@Transactional public String getSelectedObjectCodes(String principalName)
BudgetConstructionReportsServiceHelper
getSelectedObjectCodes
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getSelectedObjectCodes(java.lang.String)
@Transactional public String getSelectedReasonCodes(String principalName)
BudgetConstructionReportsServiceHelper
getSelectedReasonCodes
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getSelectedReasonCodes(java.lang.String)
@Transactional public BudgetConstructionAdministrativePost getBudgetConstructionAdministrativePost(PendingBudgetConstructionAppointmentFunding appointmentFundingEntry)
BudgetConstructionReportsServiceHelper
getBudgetConstructionAdministrativePost
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getBudgetConstructionAdministrativePost(org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
@Transactional public BudgetConstructionPosition getBudgetConstructionPosition(Integer universityFiscalYear, PendingBudgetConstructionAppointmentFunding appointmentFundingEntry)
BudgetConstructionReportsServiceHelper
getBudgetConstructionPosition
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getBudgetConstructionPosition(java.lang.Integer,
org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
@Transactional public BudgetConstructionIntendedIncumbent getBudgetConstructionIntendedIncumbent(PendingBudgetConstructionAppointmentFunding appointmentFundingEntry)
BudgetConstructionReportsServiceHelper
getBudgetConstructionIntendedIncumbent
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getBudgetConstructionIntendedIncumbent(org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
@Transactional public BudgetConstructionSalarySocialSecurityNumber getBudgetConstructionSalarySocialSecurityNumber(String principalName, BudgetConstructionSalaryFunding salaryFunding)
BudgetConstructionReportsServiceHelper
getBudgetConstructionSalarySocialSecurityNumber
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getBudgetConstructionSalarySocialSecurityNumber(java.lang.String,
org.kuali.kfs.module.bc.businessobject.BudgetConstructionSalaryFunding)
@Transactional public Collection<BudgetConstructionSalaryFunding> getSalaryFunding(String principalName, String emplid)
BudgetConstructionReportsServiceHelper
getSalaryFunding
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getSalaryFunding(java.lang.String,
java.lang.String)
@Transactional public Collection<PendingBudgetConstructionAppointmentFunding> getPendingBudgetConstructionAppointmentFundingList(Integer universityFiscalYear, BudgetConstructionObjectDump budgetConstructionObjectDump)
BudgetConstructionReportsServiceHelper
getPendingBudgetConstructionAppointmentFundingList
in interface BudgetConstructionReportsServiceHelper
BudgetConstructionReportsServiceHelper.getPendingBudgetConstructionAppointmentFundingList(java.lang.Integer,
org.kuali.kfs.module.bc.businessobject.BudgetConstructionObjectDump)
public void setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
budgetConstructionOrganizationReportsService
- public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |