Class DTODataCollectionTemplateExport
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.template.export.DTODataCollectionTemplateExport
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for exporting data collection template with filtered fields.
Contains only the essential fields needed for template export.
- Since:
- 22.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the global expressions.Returns the template structure.Returns the template header.getTree()Returns the tree model.voidsetGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions) Sets the global expressions.voidSets the template structure.voidSets the template header.voidsetTree(TreeModel<DataCollectionNode> tree) Sets the tree model.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTODataCollectionTemplateExport
public DTODataCollectionTemplateExport()
-
-
Method Details
-
getTemplate
Returns the template header.- Returns:
- the template header
-
setTemplate
Sets the template header.- Parameters:
template- the template header
-
getStructure
Returns the template structure.- Returns:
- the template structure
-
setStructure
Sets the template structure.- Parameters:
structure- the template structure
-
getTree
Returns the tree model.- Returns:
- the tree model
-
setTree
Sets the tree model.- Parameters:
tree- the tree model
-
getGlobalExpressions
Returns the global expressions.- Returns:
- the global expressions
-
setGlobalExpressions
Sets the global expressions.- Parameters:
globalExpressions- the global expressions
-