Class Update
java.lang.Object
com.almis.awe.model.entities.queries.Query
com.almis.awe.model.entities.maintain.MaintainQuery
com.almis.awe.model.entities.maintain.Update
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Update Class
Used to parse the file Maintain.xml with XStream Target for update records. Generates a query which allows to update records from the table
- Author:
- Ismael SERRANO - 28/JUN/2010
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.almis.awe.model.entities.maintain.MaintainQuery
isBatch, toString
Methods inherited from class com.almis.awe.model.entities.queries.Query
copy, getElementKey, getFieldList, getVariableDefinition, isCacheable, isDistinct, isPaginationManaged, isPostProcessed, isPublic
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
getMaintainType
Description copied from class:MaintainQuery
Returns the maintain type- Overrides:
getMaintainType
in classMaintainQuery
- Returns:
- Maintain type
-