|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.logging.ApplicationLoggingImpl
atg.commerce.order.processor.SavedProperties
public abstract class SavedProperties
This abstract class stores a list of properties to be saved for a bean. Processors which extend this class inherit the functionality for turning on and off the support for ChangedProperties for their processor. In addition, they inherit the savedProperties and propertyDescriptorToBeanPropertyMap properties for listing the property names and mapping them.
ChangedProperties
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
protected static java.lang.String |
ORDER_PROPERTY
|
protected static java.lang.String |
TYPE_PROPERTY
|
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 | |
---|---|
SavedProperties()
|
Method Summary | |
---|---|
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 list |
boolean |
getSaveChangedPropertiesOnly()
Returns the saveChangedPropertiesOnly flag |
java.lang.String[] |
getSavedProperties()
Returns the savedProperties list |
void |
setPropertyDescriptorToBeanPropertyMap(java.util.Properties pPropertyDescriptorToBeanPropertyMap)
Sets the propertyDescriptorToBeanPropertyMap list |
void |
setSaveChangedPropertiesOnly(boolean pSaveChangedPropertiesOnly)
Sets the saveChangedPropertiesOnly flag |
void |
setSavedProperties(java.lang.String[] pSavedProperties)
Sets the savedProperties list |
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
protected static final java.lang.String ORDER_PROPERTY
protected static final java.lang.String TYPE_PROPERTY
Constructor Detail |
---|
public SavedProperties()
Method Detail |
---|
public boolean getSaveChangedPropertiesOnly()
public void setSaveChangedPropertiesOnly(boolean pSaveChangedPropertiesOnly)
public java.lang.String[] getSavedProperties()
public void setSavedProperties(java.lang.String[] pSavedProperties)
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 |