public abstract class AwardBudgetBaseStream extends Object implements XmlStream
This class will contain all common methods that can be used across all XML generator streams related to Award budget hierarchy and Award budget history . All award report XML stream implementations need to extend and use the functions defined in this class.
| Modifier and Type | Field and Description |
|---|---|
protected static String |
AWARD_NUMBER_PARAMETER |
protected org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
protected org.kuali.rice.core.api.datetime.DateTimeService |
dateTimeService |
protected static String |
DOCUMENT_NUMBER |
| Constructor and Description |
|---|
AwardBudgetBaseStream() |
| Modifier and Type | Method and Description |
|---|---|
protected noNamespace.AwardType.AwardTransactionInfo |
getAwardTransactiontInfo(Award award)
This method will set the values to award transaction info xml object
attributes
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Getter for
BusinessObjectService |
org.kuali.rice.core.api.datetime.DateTimeService |
getDateTimeService() |
org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService()
Gets the parameterService attribute.
|
protected noNamespace.SchoolInfoType2 |
getSchoolInfoType()
This method will set the values to school info attributes and finally
returns SchoolInfoType XmlObject.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Setter for
BusinessObjectService |
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Sets the parameterService attribute value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateXmlStreamprotected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
protected org.kuali.rice.core.api.datetime.DateTimeService dateTimeService
protected static final String AWARD_NUMBER_PARAMETER
protected static final String DOCUMENT_NUMBER
protected noNamespace.AwardType.AwardTransactionInfo getAwardTransactiontInfo(Award award)
This method will set the values to award transaction info xml object attributes
.protected noNamespace.SchoolInfoType2 getSchoolInfoType()
This method will set the values to school info attributes and finally returns SchoolInfoType XmlObject.
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
XmlStreamBusinessObjectServicegetBusinessObjectService in interface XmlStreamBusinessObjectServicepublic void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
XmlStreamBusinessObjectServicesetBusinessObjectService in interface XmlStreampublic org.kuali.rice.core.api.datetime.DateTimeService getDateTimeService()
getDateTimeService in interface XmlStreampublic void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
setDateTimeService in interface XmlStreamdateTimeService - the dateTimeService to setpublic org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
parameterService - The parameterService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.