Uses of Class
overit.geocallapp.wfm.mobileforms.bl.template.release.DataCollectionTemplateRelease
Packages that use DataCollectionTemplateRelease
Package
Description
-
Uses of DataCollectionTemplateRelease in overit.geocallapp.wfm.core.bl.datacollection.converter.template.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.template.event with parameters of type DataCollectionTemplateReleaseModifierConstructorDescriptionInstantiates a new data collection template release save event. -
Uses of DataCollectionTemplateRelease in overit.geocallapp.wfm.core.bl.datacollection.template.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.template.task that return DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected DataCollectionTemplateReleaseBTDynamicFormsTemplateAutoGenerableRequiredSearch.loadTemplateRelease(Long templateId, PoolKit poolKit) Loads the current release for a template.Methods in overit.geocallapp.wfm.core.bl.datacollection.template.task that return types with arguments of type DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected List<DataCollectionTemplateRelease> BTDynamicFormsTemplateAutoGenerableRequiredSearch.collectAutoGenerableTemplates(MobileCardConfiguration mobileCardConfiguration, PoolKit poolKit) Collects all template IDs marked as auto generable from mobile in the Mobile Card configuration and loads their current releases.protected Collection<DataCollectionTemplateRelease> BTDynamicFormsTemplateAutoGenerableRequiredSearch.filterRequiredTemplates(List<DataCollectionTemplateRelease> autoGenerableTemplates, Long outcomeReasonId, Long workOrderOperation, PoolKit poolKit) Filters templates that have an outcome rule with the required flag set for the given outcome reason and returns the whole template object.Methods in overit.geocallapp.wfm.core.bl.datacollection.template.task with parameters of type DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected BODataCollectionSheetBTDataCollectionTemplateApplyWOCreationRule.createSheet(Long operationCenter, BODataCollectionTemplateWOCreationRule rule, DataCollectionTemplateRelease template) Creates a new sheet.protected LongBTDataCollectionTemplateApplyWOCreationRule.insertSheet(DataCollectionTemplateRelease template, BODataCollectionSheet sheet, PoolKit poolKit) Inserts the sheet.Method parameters in overit.geocallapp.wfm.core.bl.datacollection.template.task with type arguments of type DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected Collection<DataCollectionTemplateRelease> BTDynamicFormsTemplateAutoGenerableRequiredSearch.filterRequiredTemplates(List<DataCollectionTemplateRelease> autoGenerableTemplates, Long outcomeReasonId, Long workOrderOperation, PoolKit poolKit) Filters templates that have an outcome rule with the required flag set for the given outcome reason and returns the whole template object. -
Uses of DataCollectionTemplateRelease in overit.geocallapp.wfm.core.ux.datacollection.template.structure
Fields in overit.geocallapp.wfm.core.ux.datacollection.template.structure declared as DataCollectionTemplateReleaseModifier and TypeFieldDescriptionprotected DataCollectionTemplateReleasePanelEditDataCollectionTemplateStructureRelease.template -
Uses of DataCollectionTemplateRelease in overit.geocallapp.wfm.mobileforms.bl.sheet.task
Methods in overit.geocallapp.wfm.mobileforms.bl.sheet.task that return types with arguments of type DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected Collection<DataCollectionTemplateRelease> BTDynamicFormsSheetAutomaticInitializationFromOutcome.launchTemplateSearch(DynamicFormsTemplateAutoGenerableRequiredSearchInput searchInput, PoolKit poolKit) Launches the template search event.protected Collection<DataCollectionTemplateRelease> BTDynamicFormsSheetAutomaticInitializationFromOutcome.searchMissingAutoGenerableTemplates(DynamicFormsSheetAutomaticInitializationFromOutcomeInput input, PoolKit poolKit) Searches for missing auto generable templates that need to be initialized.Method parameters in overit.geocallapp.wfm.mobileforms.bl.sheet.task with type arguments of type DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected voidBTDynamicFormsSheetAutomaticInitializationFromOutcome.createSheetsForTemplates(Collection<DataCollectionTemplateRelease> templates, DynamicFormsSheetAutomaticInitializationFromOutcomeInput input, PoolKit poolKit) Creates sheets for all the given templates. -
Uses of DataCollectionTemplateRelease in overit.geocallapp.wfm.mobileforms.bl.template.release.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.release.event with parameters of type DataCollectionTemplateReleaseModifierConstructorDescriptionInstantiates a new data collection template release save event. -
Uses of DataCollectionTemplateRelease in overit.geocallapp.wfm.mobileforms.bl.template.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.task that return DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected DataCollectionTemplateReleaseBTDataCollectionTemplateExportRelease.loadCurrentRelease(Long templateId, PoolKit poolKit) Loads the current release for a template.Methods in overit.geocallapp.wfm.mobileforms.bl.template.task with parameters of type DataCollectionTemplateReleaseModifier and TypeMethodDescriptionprotected StringBTDataCollectionTemplateExportRelease.generateFileName(DataCollectionTemplateRelease template) Generates the file name for the exported template.