Uses of Class
overit.geocallapp.wfm.mobileforms.bl.template.export.DTODataCollectionTemplateExport
Packages that use DTODataCollectionTemplateExport
-
Uses of DTODataCollectionTemplateExport in overit.geocallapp.wfm.mobileforms.bl.template.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.task that return DTODataCollectionTemplateExportModifier and TypeMethodDescriptionprotected DTODataCollectionTemplateExportBTDataCollectionTemplateImportRelease.deserializeJson(String templateJson) Deserializes the JSON string to export DTO.protected DTODataCollectionTemplateExportBTDataCollectionTemplateExportRelease.mapDataCollectionTemplateToExportDTO(DataCollectionTemplate template) Maps a DataCollectionTemplate to DTODataCollectionTemplateExport.Methods in overit.geocallapp.wfm.mobileforms.bl.template.task with parameters of type DTODataCollectionTemplateExportModifier and TypeMethodDescriptionprotected BODataCollectionTemplateHeaderBTDataCollectionTemplateImportRelease.convertToTemplateHeader(DTODataCollectionTemplateExport exportDTO) Converts the export DTO template to business object.protected BODataCollectionTemplateStructureBTDataCollectionTemplateImportRelease.convertToTemplateStructure(DTODataCollectionTemplateExport exportDTO) Converts the export DTO structure to business object.protected StringBTDataCollectionTemplateExportRelease.serializeToJson(DTODataCollectionTemplateExport exportDTO) Serializes the export DTO to JSON string.protected StringBTDataCollectionTemplateImportRelease.serializeTree(DTODataCollectionTemplateExport exportDTO) Serializes the tree model to JSON string.protected voidBTDataCollectionTemplateImportRelease.setTreeModel(DataCollectionTemplateWorkingCopy workingCopy, DTODataCollectionTemplateExport exportDTO) Sets the tree model on the working copy.