public abstract class BusinessObjectStringParserFieldUtils extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
BusinessObjectStringParserFieldUtils() |
Modifier and Type | Method and Description |
---|---|
abstract Class<? extends org.kuali.rice.krad.bo.BusinessObject> |
getBusinessObjectClass() |
Map<String,Integer> |
getFieldBeginningPositionMap() |
Map<String,Integer> |
getFieldLengthMap() |
abstract String[] |
getOrderedProperties() |
protected void |
initializeFieldBeginningPositionMap()
Calculates the beginning positions of each field in the array returned by getOrderedProperties, based on
the length map calculated by getFieldLengthMap().
|
protected void |
initializeFieldLengthMap()
Calculates a map with the field length of all of the attributes of the class given by the
getBusinessObjectClass method
|
protected org.apache.log4j.Logger LOG
public BusinessObjectStringParserFieldUtils()
public Map<String,Integer> getFieldLengthMap()
protected void initializeFieldLengthMap()
public abstract Class<? extends org.kuali.rice.krad.bo.BusinessObject> getBusinessObjectClass()
public Map<String,Integer> getFieldBeginningPositionMap()
protected void initializeFieldBeginningPositionMap()
public abstract String[] getOrderedProperties()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.