| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.logging.ApplicationLoggingImpl
atg.commerce.order.processor.LoadProperties
public abstract class LoadProperties
This abstract class stores a list of properties to be loaded for a bean. Processors which extend this class inherit the loadProperties and propertyDescriptorToBeanPropertyMap properties for listing the property names and mapping them.
ChangedProperties| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
|---|
| DEFAULT_LOG_TRACE_STATUS | 
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging | 
|---|
| DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS | 
| Constructor Summary | |
|---|---|
| LoadProperties() | |
| Method Summary | |
|---|---|
|  java.lang.String[] | getLoadProperties()Returns the loadProperties | 
|  java.lang.String | getMappedPropertyName(java.lang.String pBeanPropertyName)Returns the repository property name mapped to the bean property name. | 
|  java.util.Properties | getPropertyDescriptorToBeanPropertyMap()Returns the propertyDescriptorToBeanPropertyMap | 
|  void | setLoadProperties(java.lang.String[] pLoadProperties)Sets the loadProperties | 
|  void | setPropertyDescriptorToBeanPropertyMap(java.util.Properties pPropertyDescriptorToBeanPropertyMap)Sets the propertyDescriptorToBeanPropertyMap | 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
|---|
| vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public LoadProperties()
| Method Detail | 
|---|
public java.lang.String[] getLoadProperties()
public void setLoadProperties(java.lang.String[] pLoadProperties)
public java.util.Properties getPropertyDescriptorToBeanPropertyMap()
public void setPropertyDescriptorToBeanPropertyMap(java.util.Properties pPropertyDescriptorToBeanPropertyMap)
public java.lang.String getMappedPropertyName(java.lang.String pBeanPropertyName)
pBeanPropertyName - the bean property name
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||