org.kuali.kfs.gl.report
Class TransactionListingReportBusinessObjectReportHelper

java.lang.Object
  extended by org.kuali.kfs.sys.report.BusinessObjectReportHelper
      extended by org.kuali.kfs.gl.report.TransactionListingReportBusinessObjectReportHelper

public class TransactionListingReportBusinessObjectReportHelper
extends BusinessObjectReportHelper


Field Summary
protected static int TRANSACTION_LEDGER_ENTRY_DESCRIPTION_MAX_LENGTH
           
 
Fields inherited from class org.kuali.kfs.sys.report.BusinessObjectReportHelper
dataDictionaryBusinessObjectClass, dataDictionaryService, LEFT_ALIGNMENT, LINE_BREAK, messageLabel, minimumMessageLength, orderedPropertyNameToHeaderLabelMap, RIGHT_ALIGNMENT
 
Constructor Summary
TransactionListingReportBusinessObjectReportHelper()
           
 
Method Summary
protected  Object retrievePropertyValue(org.kuali.rice.kns.bo.BusinessObject businessObject, String propertyName)
          Returns a value for a given property, can be overridden to allow for pseudo-properties
protected  int retrievePropertyValueMaximumLength(Class<? extends org.kuali.rice.kns.bo.BusinessObject> businessObjectClass, String propertyName)
          Returns the maximum length of a value for a given propery, can be overridden to allow for pseudo-properties
 
Methods inherited from class org.kuali.kfs.sys.report.BusinessObjectReportHelper
applyColspanOnCellValues, applyColspanOnCellWidth, getBlankValues, getNumberFormatters, getSepartorLine, getTableCellAlignment, getTableCellFormat, getTableCellValues, getTableCellValuesPaddingWithEmptyCell, getTableCellWidth, getTableDefinition, getTableHeader, getValues, paddingTableCellValues, retrievePropertyFormatterClass, setColumnCount, setColumnSpanDefinition, setDataDictionaryBusinessObjectClass, setDataDictionaryService, setMessageLabel, setMinimumMessageLength, setOrderedPropertyNameToHeaderLabelMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSACTION_LEDGER_ENTRY_DESCRIPTION_MAX_LENGTH

protected static final int TRANSACTION_LEDGER_ENTRY_DESCRIPTION_MAX_LENGTH
See Also:
Constant Field Values
Constructor Detail

TransactionListingReportBusinessObjectReportHelper

public TransactionListingReportBusinessObjectReportHelper()
Method Detail

retrievePropertyValue

protected Object retrievePropertyValue(org.kuali.rice.kns.bo.BusinessObject businessObject,
                                       String propertyName)
Description copied from class: BusinessObjectReportHelper
Returns a value for a given property, can be overridden to allow for pseudo-properties

Overrides:
retrievePropertyValue in class BusinessObjectReportHelper
Returns:
See Also:
BusinessObjectReportHelper.retrievePropertyValue(org.kuali.rice.kns.bo.BusinessObject, java.lang.String)

retrievePropertyValueMaximumLength

protected int retrievePropertyValueMaximumLength(Class<? extends org.kuali.rice.kns.bo.BusinessObject> businessObjectClass,
                                                 String propertyName)
Description copied from class: BusinessObjectReportHelper
Returns the maximum length of a value for a given propery, can be overridden to allow for pseudo-properties

Overrides:
retrievePropertyValueMaximumLength in class BusinessObjectReportHelper
Returns:
See Also:
BusinessObjectReportHelper.retrievePropertyValueMaximumLength(java.lang.Class, java.lang.String)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.