Class Delete
java.lang.Object
com.almis.awe.model.entities.queries.Query
com.almis.awe.model.entities.maintain.MaintainQuery
com.almis.awe.model.entities.maintain.Delete
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Delete Class
Used to parse the file Maintain.xml with XStream Target for delete records. Generates a query which allows to filter a group of records and delete them
- 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
-
Delete
public Delete()
-
-
Method Details
-
getMaintainType
Description copied from class:MaintainQuery
Returns the maintain type- Overrides:
getMaintainType
in classMaintainQuery
- Returns:
- Maintain type
-