Uses of Interface
overit.geocall.edm.model.DataAttributesHolder
Packages that use DataAttributesHolder
Package
Description
-
Uses of DataAttributesHolder in overit.geocall.basic.bl.auth.da
Classes in overit.geocall.basic.bl.auth.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclass -
Uses of DataAttributesHolder in overit.geocall.basic.bl.company.da
Classes in overit.geocall.basic.bl.company.da that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocall.basic.bl.message.da
Classes in overit.geocall.basic.bl.message.da that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocall.basic.bl.profile.da
Classes in overit.geocall.basic.bl.profile.da that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocall.basic.bl.user.da
Classes in overit.geocall.basic.bl.user.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassThis DAO represents a tool to interacts with the users table on the db.
This DAO works with all the application's user and doesn't make a segregation by the current company.classDAOuseful to dealing withmessageinstances.classclassclassclassclassThis DAO represents a tool to interacts with the users table on the db.class -
Uses of DataAttributesHolder in overit.geocall.basic.bl.usertype.da
Classes in overit.geocall.basic.bl.usertype.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclassExtension of theDAOUserTypesthat limit the CRUD operations to the company the current identity belongs toclassDAO used to retrieve all the user types, without any filtering by company.classDAO object to extract the additional roles assigned to a user -
Uses of DataAttributesHolder in overit.geocall.basic.company
Classes in overit.geocall.basic.company that implement DataAttributesHolderModifier and TypeClassDescriptionclassoverit.geocall.basic.company.DAOAziendeDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataAttributesHolder in overit.geocall.basic.ms.auth
Classes in overit.geocall.basic.ms.auth that implement DataAttributesHolderModifier and TypeClassDescriptionclassoverit.geocall.basic.ms.auth.DAOSession -
Uses of DataAttributesHolder in overit.geocall.da
Classes in overit.geocall.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassAbstract class to extend when you want to create an object that accesses a table of the database.classClass to extend when you want to create an object that accesses a table of the database.classDAO used ONLY as a base class for the ones generated automatically by the evolver's static view converterMethods in overit.geocall.da with parameters of type DataAttributesHolderModifier and TypeMethodDescriptionDistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull String table, @NotNull String alias, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull String table, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull List<String> tables, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull TablesWithAliases tablesWithAliases, @NotNull PooledConnection pooledConnection, @NotNull Company company) -
Uses of DataAttributesHolder in overit.geocall.edm.model
Subinterfaces of DataAttributesHolder in overit.geocall.edm.modelModifier and TypeInterfaceDescriptioninterfaceInterface that represents a service that can be configured to be managed by theEDMframework.interfaceRepresents adatabase indexassociated with anEDM entity.
An index is used to improve query performance by creating a data structure that allows faster access to records based on specific fields. -
Uses of DataAttributesHolder in overit.geocall.sql
Subinterfaces of DataAttributesHolder in overit.geocall.sqlModifier and TypeInterfaceDescriptioninterfaceThe class is an Interface that defines the operativity of a generic statement used to access the databaseClasses in overit.geocall.sql that implement DataAttributesHolderModifier and TypeClassDescriptionfinal recordDBStatementtools useful during theResultSetiteration.classThe class is the standard implementation of theDBStatementinterfaceMethods in overit.geocall.sql with parameters of type DataAttributesHolderModifier and TypeMethodDescriptionColumnExtractor.extract(@NotNull PooledConnection pooledConnection, @NotNull String table, @NotNull String alias, @NotNull DataAttributesHolder dataAttributesHolder, @NotNull Company company) ColumnExtractor.extract(@NotNull PooledConnection pooledConnection, @NotNull String table, @NotNull DataAttributesHolder dataAttributesHolder, @NotNull Company company) -
Uses of DataAttributesHolder in overit.geocallapp.logger.bl.detail.data
Classes in overit.geocallapp.logger.bl.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for log detailclassDAO for search logs details -
Uses of DataAttributesHolder in overit.geocallapp.logger.bl.master.data
Classes in overit.geocallapp.logger.bl.master.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for log masterclassDAO for search logs -
Uses of DataAttributesHolder in overit.geocallapp.logger.bl.processinglog.data
Classes in overit.geocallapp.logger.bl.processinglog.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.logger.bl.state.data
Classes in overit.geocallapp.logger.bl.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.replicator.basic.base.DataSource
Classes in overit.geocallapp.replicator.basic.base.DataSource that implement DataAttributesHolderModifier and TypeClassDescriptionclassoverit.geocallapp.replicator.basic.base.DataSource.DABaseReplicator -
Uses of DataAttributesHolder in overit.geocallapp.utilities.core.data
Classes in overit.geocallapp.utilities.core.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassAbstractDAOimplementation that restricts operations to read-only queries. -
Uses of DataAttributesHolder in overit.geocallapp.utilities.dataaccess
Methods in overit.geocallapp.utilities.dataaccess with parameters of type DataAttributesHolderModifier and TypeMethodDescriptionDBUtils.getDistinctFieldsExcludingCLOB(DataAttributesHolder dataAttributesHolder, String table, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for a single table, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBFromTables(DataAttributesHolder dataAttributesHolder, List<String> tables, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for multiple tables, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBFromTablesWithAliases(DataAttributesHolder dataAttributesHolder, List<String> tables, List<String> aliases, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for multiple tables with corresponding aliases, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBWithAlias(DataAttributesHolder dataAttributesHolder, String table, String alias, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for a single table with alias, excluding CLOB/BLOB fields. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.account.contact.data
Classes in overit.geocallapp.wfm.accounts.bl.account.contact.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for contact info.classDAO for contact info history.classDAO for search account contacts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.account.contact.type.data
Classes in overit.geocallapp.wfm.accounts.bl.account.contact.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for contact types.classDAO for contact types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.account.data
Classes in overit.geocallapp.wfm.accounts.bl.account.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for accounts.classDAO for accounts history.classDAO used to search accounts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.account.entitytype.data
Classes in overit.geocallapp.wfm.accounts.bl.account.entitytype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.account.status.data
Classes in overit.geocallapp.wfm.accounts.bl.account.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset status.classDAO for account status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.account.status.type.data
Classes in overit.geocallapp.wfm.accounts.bl.account.status.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for account status types.classDAO for account status types search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.account.type.data
Classes in overit.geocallapp.wfm.accounts.bl.account.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for account types.classDAO for account types search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.converter.data
Classes in overit.geocallapp.wfm.accounts.bl.converter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for converter types.classDAO for converter types search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.accessibility.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.accessibility.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Meter Accessibility.classDAO for search meter Accessibility. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.brand.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.brand.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter brands.classDAO for meter brands. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.converter.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.converter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter converterclassDAO for customer meter converters history.classDAO for meter converter search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for customer meters.classDAO for customer meters history.classDAO for search account meters. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.location.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.location.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter locations.classDAO for meter locations search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.meterclass.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.meterclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter classes.classDAO for meter classes search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.accounts.bl.meter.type.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter types.classDAO for meter types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.agendaaffinity.data
Classes in overit.geocallapp.wfm.ai.bl.agendaaffinity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassSearch operations affinity for Agenda Affinity algorithm.classclassSearch operations affinity for Agenda Affinity algorithm is the same as the Team Suggestion algorithmclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data
Classes in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used for the operations shown in Automatic Meter Reading Monitor (main table)classDAO for table AAIMETERPREDICTIONSclassDAO for search the info needed for the details of Automatic Meter Reading Monitor details.classDAO for Automatic Meter Reading Dashboard -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.configuration.models.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.models.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.configuration.rules.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.rules.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.configuration.template.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.template.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO class for store measures for meter readings.classDAO class for store templates for meter readings. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.customersearch.meters.data
Classes in overit.geocallapp.wfm.ai.bl.customersearch.meters.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the table containing the relations between template and meter.classDAO for the table under customer search - customer data - Meters. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.duration.prediction
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.duration.prediction.data
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data
Classes in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for prediction result for algorithm Predictive Parts ManagementclassDAO for query extraction for orders used for training task.classDAO for query extraction for predictionclassDAO for search attributes between the tables AAIPARTSMANAGEMENT, RWOOMATERIAL, AWWOPERATION, AMATERIAL.classDAO for skills extraction -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.processing.data
Classes in overit.geocallapp.wfm.ai.bl.processing.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the table containing the execution processes that should be launched after a work order insertionclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.processing.history.data
Classes in overit.geocallapp.wfm.ai.bl.processing.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.teamexperience.data
Classes in overit.geocallapp.wfm.ai.bl.teamexperience.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.teamsuggestion.data
Classes in overit.geocallapp.wfm.ai.bl.teamsuggestion.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data
Classes in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.data
Classes in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used to show all the info related to a meter reading prediction. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.replicator.meterreading.data
Classes in overit.geocallapp.wfm.ai.replicator.meterreading.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassData extraction queries for AI ModuleclassDAO used for data extraction in DATRAIMeterPrediction -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.data
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.data
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.data
Classes in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search informations needed forPPartsManagementMonitorand forPPartsManagementDashboard -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.characteristicvalue.data
Classes in overit.geocallapp.wfm.assets.bl.characteristicvalue.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for characteristic values.classDAO for asset characteristic value history.classDAO for search a characteristic values. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.contact.data
Classes in overit.geocallapp.wfm.assets.bl.contact.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for contact info.classDAO for contact info history.classDAO for search asset contacts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.contact.type.data
Classes in overit.geocallapp.wfm.assets.bl.contact.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for contact types.classDAO for contact types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.data
Classes in overit.geocallapp.wfm.assets.bl.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for assets.classDAO used to search asset's descendants.classDAO for assets historyclassDAO used to search assets. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.entitytype.data
Classes in overit.geocallapp.wfm.assets.bl.entitytype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.operationcenter.data
Classes in overit.geocallapp.wfm.assets.bl.operationcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset operation centerclassDAO for asset operation center search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.status.data
Classes in overit.geocallapp.wfm.assets.bl.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset status.classDAO for asset status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.status.type.data
Classes in overit.geocallapp.wfm.assets.bl.status.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset status types.classDAO for asset status types search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.type.admittedstatus.data
Classes in overit.geocallapp.wfm.assets.bl.type.admittedstatus.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset type admitted status.classDAO for asset type admitted status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.type.data
Classes in overit.geocallapp.wfm.assets.bl.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset types.classDAO for account types search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.type.operationcenter.data
Classes in overit.geocallapp.wfm.assets.bl.type.operationcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset type operation center.classDAO for asset type operation center search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.type.template.characteristic.data
Classes in overit.geocallapp.wfm.assets.bl.type.template.characteristic.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset type characteristics.classDAO used to search asset type template characteristics. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.assets.bl.type.template.data
Classes in overit.geocallapp.wfm.assets.bl.type.template.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for asset template.classDAO for asset type templates. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.bundleRequirement.data
Classes in overit.geocallapp.wfm.bundler.bl.bundleRequirement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for bundle requirementclassDAO for bundle requirement search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.data
Classes in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for extracting bundle requirements from ABUNDLE table. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.data
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassBundle operations ordering DAO. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.data
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.data
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for bundling rule headers.classDAO used only in order to search bundling rule headers. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.data
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassBundling rule ordering DAO.classDAO used only in order to search bundling rule orderings. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.criterion.data
Classes in overit.geocallapp.wfm.bundler.bl.criterion.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for bundle's aggregation criterion. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.header.data
Classes in overit.geocallapp.wfm.bundler.bl.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for bundle header.classDAO used to search for bundle headers. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.header.status.data
Classes in overit.geocallapp.wfm.bundler.bl.header.status.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.operation.data
Classes in overit.geocallapp.wfm.bundler.bl.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for bundle operation.classDAO used to search for bundle operations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.operation.status.data
Classes in overit.geocallapp.wfm.bundler.bl.operation.status.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.skill.data
Classes in overit.geocallapp.wfm.bundler.bl.skill.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.bundler.bl.skilldivision.data
Classes in overit.geocallapp.wfm.bundler.bl.skilldivision.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the bundle skill divisions relation. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.availability.type.data
Classes in overit.geocallapp.wfm.calendars.bl.availability.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Availability Types.classDAO to search for Availability Types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shifts.classDAO to search for Work Shifts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.exception.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Exceptions.classDAO to search for Work Shift Exceptions. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Exception Class.classDAO to search for Work Shift Exception Classes. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Exception Class Type.classDAO to search for Work Shift Exception Class Types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Exception Impacts.classDAO to search for Work Shift Exception Impacts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Exception Managements.classDAO to search for Work Shift Exception Managements. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Exception Type.classDAO to search for Work Shift Exception Types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.type.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Types.classDAO to search for Work Shift Types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Type Class.classDAO to search for Work Shift Type Classes. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Work Shift Exception Work Shifts.classDAO to search for Work Shift Exception Work Shifts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.catalogs.bl.catalogcode.data
Classes in overit.geocallapp.wfm.catalogs.bl.catalogcode.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for catalog code.classDAO for catalog code search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.catalogs.bl.cataloggroup.data
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for catalog group.classDAO for catalog group search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.data
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for catalog group type.classDAO for catalog group type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.data
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for catalog group entity types.classDAO for catalog group entity type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.cee.bl.da
Classes in overit.geocallapp.wfm.cee.bl.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassDAO class for extracting intervention informationsclassDAO class for extracting planned intervention informations -
Uses of DataAttributesHolder in overit.geocallapp.wfm.cee.bl.survey.da
Classes in overit.geocallapp.wfm.cee.bl.survey.da that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.cee.bl.vcappointment.da
Classes in overit.geocallapp.wfm.cee.bl.vcappointment.da that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.cee.replicator.datasource
Classes in overit.geocallapp.wfm.cee.replicator.datasource that implement DataAttributesHolderModifier and TypeClassDescriptionclassDABase for extraction queries related to CEE interventions -
Uses of DataAttributesHolder in overit.geocallapp.wfm.characteristics.bl.characteristicclass.data
Classes in overit.geocallapp.wfm.characteristics.bl.characteristicclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for characteristic classes.classDAO for search characteristic classes. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.data
Classes in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for characteristic class types.classDAO for search characteristic class types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.characteristics.bl.data
Classes in overit.geocallapp.wfm.characteristics.bl.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for characteristics.classDAO to search characteristics. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.characteristics.bl.usage.data
Classes in overit.geocallapp.wfm.characteristics.bl.usage.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for characteristic usages.classDAO for search characteristic usages. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.characteristics.bl.valuedomain.data
Classes in overit.geocallapp.wfm.characteristics.bl.valuedomain.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for feature value domains.classDAO for search feature value domains. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.data
Classes in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for feature value domain items.classDAO for search feature value domain items. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.automaton.state.data
Classes in overit.geocallapp.wfm.core.bl.base.automaton.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.datatype.data
Classes in overit.geocallapp.wfm.core.bl.base.datatype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.externalsystem.data
Classes in overit.geocallapp.wfm.core.bl.base.externalsystem.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for external systems.classDAO for external systems. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.measureunit.data
Classes in overit.geocallapp.wfm.core.bl.base.measureunit.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for measure units. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.ocgroups.data
Classes in overit.geocallapp.wfm.core.bl.base.ocgroups.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.operationcenter.address.data
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.address.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for operation centers addresses.classDAO for operation centers addresses. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.operationcenter.data
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.data
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for operation center work center.classDAO for search operation center work center. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.structure.data
Classes in overit.geocallapp.wfm.core.bl.base.structure.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search structuresclassDAO for structures. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.da
Classes in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.teamcardinality.data
Classes in overit.geocallapp.wfm.core.bl.base.teamcardinality.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.workcenter.data
Classes in overit.geocallapp.wfm.core.bl.base.workcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work centers.classDAO for work centers. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.zone.data
Classes in overit.geocallapp.wfm.core.bl.base.zone.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.base.zone.rzonemicroclusteraggregate.data
Classes in overit.geocallapp.wfm.core.bl.base.zone.rzonemicroclusteraggregate.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.bundler.bundling.data
Classes in overit.geocallapp.wfm.core.bl.bundler.bundling.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for bundle work order operations search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.bundler.data
Classes in overit.geocallapp.wfm.core.bl.bundler.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.bundler.operation.data
Classes in overit.geocallapp.wfm.core.bl.bundler.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used only in order to search work order operations and the related bundle operations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.address.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.address.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassBase DAO for crew shell address address. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.composition.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO to search crew shell members (with user data). -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for crew shell technician.classDAO to search crew shell technician. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassBase DAO for crew shell composition mismatch.classBase DAO for crew shell composition mismatch search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.configuration.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.configuration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for crew shell configuration. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for crew shell operation center. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for searching crew shell by schedulings. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO Users for Work Day Closure for crew shells -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.skill.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.skill.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.crewshell.user.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.user.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for crew shell and fictitious user -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.criticalactivity.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the Critical Activity.classDAO for the Critical Activity search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for critical activity detect process.classDAO used only in order to search the critical activity detect process.classDAO used only in order to update the critical activity detect process.classDAO used to search work order operations inside the critical activity detect process. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the Critical Activity Rule Criterion.classDAO for the Critical Activity Rule Criterion search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the Critical Activity Rule Header.classDAO for the Critical Activity Rule Header search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the Critical Activity Rule WO Filter.classDAO for the Critical Activity Rule WO Filter search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection sheet conversion.classDAO for the data collection sheet conversion search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.massive.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.massive.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection sheet conversion massive search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection sheet conversion subset.classDAO for the data collection sheet conversion subset search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Data Collection Table Node Conversion Log -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.template.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Data Collection Template Conversion LogclassDAO for Data Collection Template Conversion Log Search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.massive.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.massive.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection template conversion massive search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection template conversion subset.classDAO for the data collection template conversion subset search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection template version (structure) conversion.classDAO for the data collection template version (structure) conversion search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection outcome reasons. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection work cycle rule conversion. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Data Collection Template Type Conversion Log -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.rule.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.rule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection template wo creation rule search.classDAO for work cycle operation data collection. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.sheet.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.sheet.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection sheet search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.datacollection.template.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.template.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.features.facilitytype.data
Classes in overit.geocallapp.wfm.core.bl.features.facilitytype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for features facility type.classDAO used to search feature facility type.classDAO for features facility type. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.features.feature.data
Classes in overit.geocallapp.wfm.core.bl.features.feature.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.features.featureclass.data
Classes in overit.geocallapp.wfm.core.bl.features.featureclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for feature classes.classDAO for search feature classes. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.features.featureclasstype.data
Classes in overit.geocallapp.wfm.core.bl.features.featureclasstype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for feature class types.classDAO for search feature class types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.features.usage.data
Classes in overit.geocallapp.wfm.core.bl.features.usage.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for feature usages.classDAO for search feature usages. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.features.valuedomain.data
Classes in overit.geocallapp.wfm.core.bl.features.valuedomain.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for feature value domains.classDAO for search feature value domains. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.features.valuedomainitem.data
Classes in overit.geocallapp.wfm.core.bl.features.valuedomainitem.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for feature value domain items. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.gis.offline.data
Classes in overit.geocallapp.wfm.core.bl.gis.offline.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.data
Classes in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.gis.offline.type.data
Classes in overit.geocallapp.wfm.core.bl.gis.offline.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.gis.rule.data
Classes in overit.geocallapp.wfm.core.bl.gis.rule.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.loan.data
Classes in overit.geocallapp.wfm.core.bl.loan.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource loan.classDAO for resource loan search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.address.data
Classes in overit.geocallapp.wfm.core.bl.location.address.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for addresses.classclassDAO for addresses. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.address.type.data
Classes in overit.geocallapp.wfm.core.bl.location.address.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for address type.classDAO for search address types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.district.data
Classes in overit.geocallapp.wfm.core.bl.location.district.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for districts.classDAO for search districts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.geocoding.state.data
Classes in overit.geocallapp.wfm.core.bl.location.geocoding.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.geocoding.type.data
Classes in overit.geocallapp.wfm.core.bl.location.geocoding.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassThis is a specific DAO for extract data of microclusters aggregates -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.microcluster.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassThis is a specific DAO to extract bounding box data for microclustersclassThis is a specific DAO for extract available e/o occupied areas of a zone.classThis is a specific DAO for extract available e/o occupied microclusters for a scheduling area -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling area microcluster. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.microcluster.zone.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.zone.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.municipality.data
Classes in overit.geocallapp.wfm.core.bl.location.municipality.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.nation.data
Classes in overit.geocallapp.wfm.core.bl.location.nation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for nations.classDAO for search nations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.region.data
Classes in overit.geocallapp.wfm.core.bl.location.region.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.location.schedulingarea.data
Classes in overit.geocallapp.wfm.core.bl.location.schedulingarea.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.log.detail.data
Classes in overit.geocallapp.wfm.core.bl.log.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for log detailclassDAO for search logs details -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.log.master.data
Classes in overit.geocallapp.wfm.core.bl.log.master.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for log masterclassDAO for search logs -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.log.processinglog.data
Classes in overit.geocallapp.wfm.core.bl.log.processinglog.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.log.state.data
Classes in overit.geocallapp.wfm.core.bl.log.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.data
Classes in overit.geocallapp.wfm.core.bl.material.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for material.classDAO for search materials. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.goodsgroup.data
Classes in overit.geocallapp.wfm.core.bl.material.goodsgroup.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.history.data
Classes in overit.geocallapp.wfm.core.bl.material.history.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.itemtype.data
Classes in overit.geocallapp.wfm.core.bl.material.itemtype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.managementtype.data
Classes in overit.geocallapp.wfm.core.bl.material.managementtype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.materialclass.data
Classes in overit.geocallapp.wfm.core.bl.material.materialclass.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.serialized.accounted.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.accounted.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Accounted Serialized Materials -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.serialized.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for accounted serialized material search.classDAO for serialized material. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.serialized.history.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for serialized material history. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.serialized.model.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.model.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for serialized material model.classDAO for serialized material model search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.material.type.data
Classes in overit.geocallapp.wfm.core.bl.material.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multimedia.mediafile.data
Classes in overit.geocallapp.wfm.core.bl.multimedia.mediafile.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.data
Classes in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Multistage dependency type. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.common.management.data
Classes in overit.geocallapp.wfm.core.bl.multistage.common.management.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.configuration.data
Classes in overit.geocallapp.wfm.core.bl.multistage.configuration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for multistage configuration.classDAO used only for multistage configuration research. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.group.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used only for multistage group complete work order. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.group.dependency.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.dependency.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Multistage group dependency. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.group.header.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Multistage group header.classDAO for Multistage group header. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Multistage group header sequence number. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.group.header.state.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.group.operation.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Multistage group operation.classDAO for Multistage group work order operation. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.violation.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for multistage violation header and message. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.violation.header.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for multistage violation header. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.violation.message.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.message.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for multistage violation message. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.multistage.violation.type.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Multistage violation type. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.notification.data
Classes in overit.geocallapp.wfm.core.bl.notification.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used for extract notifiable users. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.ossvehicle.data
Classes in overit.geocallapp.wfm.core.bl.ossvehicle.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.converter.data
Classes in overit.geocallapp.wfm.core.bl.permits.converter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for the permit type convertion.classDAO for the work cycle permit convertion.classDAO for the work cycle permit convertion.classDAO for the work cycle permit convertion. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.type.data
Classes in overit.geocallapp.wfm.core.bl.permits.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Permit Type.classDAO for the permit type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.data
Classes in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.workcycle.data
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.data
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.data
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.data
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.data
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.workorder.required.data
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.required.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.data
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.bundler.data
Classes in overit.geocallapp.wfm.core.bl.schedule.bundler.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used only in order to search scheduling of a work order operation that is part of a bundle. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.data
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for daily plan order configuration detailclassDAO for daily plan order configuration detail search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.data
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for daily plan order configuration headerclassDAO for daily plan order configuration header search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.data
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for tooltip configuration.classDAO to search tooltip configuration. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.data
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for tooltip configuration rule. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda history.classDAO used only in order to search agenda history. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda resources.classDAO used only for delete empty agenda resource.classDAO for agenda resource searches (with agenda and work order data as well). -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.hourtype.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.hourtype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda team resource extraction to populate RAGENDATEAMRESOURCE.classDAO for agendateamresource.classDAO for deleting RAGENDATEAMRESOURCE records based on WorkOrder AWORINSERTDATE. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for appointment.classDAO DAO used only for search appointments. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for interventions.classDAO for scheduled interventions. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for material accounting type -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda materialclassDAO for agenda material -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.state.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for intervention group state. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for outcome validation state. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.resourcerole.data
Classes in overit.geocallapp.wfm.core.bl.schedule.resourcerole.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.data
Classes in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource workshifts agenda affinity -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.role.data
Classes in overit.geocallapp.wfm.core.bl.schedule.role.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.state.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for operation center resource addresses search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource addresses.classDAO for resource address searches. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling users.classDAO for scheduling users. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling resource types.classDAO for search scheduling resource types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for not scheduled agenda for Work Day ClosureclassDAO for scheduled agenda for Work Day ClosureclassDAO Users for Work Day Closure -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.data
Classes in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation accounted materials.classDAO for agenda material -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling creation proposal. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedulingproposal.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling proposal.classDAO for the Scheduling Proposal search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search Scheduling Proposal Detail. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling creation proposal. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedulingproposal.state.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the Scheduling Proposal State.classDAO for the Scheduling Proposal State search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.schedulingproposal.type.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the Scheduling Proposal Type.classDAO for the Scheduling Proposal Type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.team.data
Classes in overit.geocallapp.wfm.core.bl.team.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.team.resource.data
Classes in overit.geocallapp.wfm.core.bl.team.resource.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.team.shift.data
Classes in overit.geocallapp.wfm.core.bl.team.shift.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for team shifts.classDAO for searching team shifts and its composition.classDAO for searching team shifts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.contact.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.contact.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for contact info.classDAO for contact info history. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for contact types.classDAO for contact types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.feature.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.feature.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object's feature values.classDAO for technical object's feature values.classDAO for search a technical object's feature values. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.header.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for customer search.classDAO for technical objects.classDAO for technical objects full search.classDAO for hierarchical technical objects search.class -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter brands.classDAO for meter brands. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for converter types.classDAO for converter types search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for customer meters.classDAO for customer meters history.classDAO for search customer meters. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter locations.classDAO for meter locations search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter classes.classDAO for meter classes search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for meter types.classDAO for meter types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.state.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search technical object admitted states.classDAO for technical object admitted states.classDAO for technical object states.classDAO for technical object states search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.statetype.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.statetype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object states types.classDAO for technical object states types search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.type.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object types.classDAO for technical object types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.technicalobject.type.template.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.type.template.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object template.classDAO for technical object type tepmlates. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for task categories.classDAO for task category search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the relation between task category and event type. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used only for research in the timesheet monitor. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.header.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.header.history.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for timesheet header history. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.header.state.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for timesheet task.classDAO used only for timesheet task research. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for event entities.classDAO used for event entities research. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.type.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.warning.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.warning.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.timesheet.warning.type.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.warning.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.user.data
Classes in overit.geocallapp.wfm.core.bl.user.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for check users.classDAO used for extract users or scheduling resources visible for the current user.classDAO used for extract users for export process.classDAO for users.class -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.user.type.data
Classes in overit.geocallapp.wfm.core.bl.user.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.user.type.function.data
Classes in overit.geocallapp.wfm.core.bl.user.type.function.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.audit.data
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search WorkOrder intervention plannings -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.data
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for intervention planning history table -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.data
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for intervention - resource history relations -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.data
Classes in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.header.data
Classes in overit.geocallapp.wfm.core.bl.workorder.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order headersclassDAO for work order headers search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.data
Classes in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for wo type admitted material -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.operation.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order's operations.classDAO for work order's operations search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.operation.material.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.material.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation materials.classDAO for work order operation material search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.operation.state.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation states.classDAO for work order operation states. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.operation.type.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation types.classDAO for work order operation types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.operationactivity.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operationactivity.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order type activity. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.operationtype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operationtype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.requesttype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.requesttype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.servicetype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.servicetype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.source.data
Classes in overit.geocallapp.wfm.core.bl.workorder.source.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.state.data
Classes in overit.geocallapp.wfm.core.bl.workorder.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassDAO for work order states.classDAO for work order states. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.data
Classes in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order team affinity. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.type.data
Classes in overit.geocallapp.wfm.core.bl.workorder.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order typesclassDAO for work order types -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.urgency.data
Classes in overit.geocallapp.wfm.core.bl.workorder.urgency.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order urgencies.classDAO for work order urgencies. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.data
Classes in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.data
Classes in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.data
Classes in overit.geocallapp.wfm.core.bl.workshift.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work shifts.classDAO for work shift searches. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.data
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource shift exception requests. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.data
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource shift exception request status. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.data
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource shift exception request types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.oncall.data
Classes in overit.geocallapp.wfm.core.bl.workshift.oncall.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.receipt.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for receipts.classDAO for receipt searches. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.receipt.type.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for receipt types.classDAO for receipt class type searches. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionimpact.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionimpact.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for shift exception impact types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionmanagement.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionmanagement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for shift exception management types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.bl.workshift.type.data
Classes in overit.geocallapp.wfm.core.bl.workshift.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work shift types.classDAO for work shift types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.data
Classes in overit.geocallapp.wfm.core.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.core.data.ReadOnlyDAODeprecated, for removal: This API element is subject to removal in a future version.UseReadOnlyDAO -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.data
Classes in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.ux.schedule.tooltip.data
Classes in overit.geocallapp.wfm.core.ux.schedule.tooltip.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO to retrieve the tool-tip data for an accounted activity.classDAO to retrieve the tool-tip data for a planned activity.classDAO to decode the intervention execution time -
Uses of DataAttributesHolder in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data
Classes in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.crewshell.bl.composition.data
Classes in overit.geocallapp.wfm.crewshell.bl.composition.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for crew shell composition.classDAO to search crew shell composition. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.crewshell.bl.data
Classes in overit.geocallapp.wfm.crewshell.bl.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for crew shell.classDAO for crew shell search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.crewshell.bl.type.data
Classes in overit.geocallapp.wfm.crewshell.bl.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for crew shell type.classDAO to search crew shell type. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.crewshell.bl.workshift.data
Classes in overit.geocallapp.wfm.crewshell.bl.workshift.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Crew Shell Work Shifts.classDAO to search for Crew Shell Work Shifts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.documents.bl.attachment.data
Classes in overit.geocallapp.wfm.documents.bl.attachment.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.documents.bl.attachment.data.DAOAttachmentDAO for attachments. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.census.rule.data
Classes in overit.geocallapp.wfm.execution.bl.census.rule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object census rule.classDAO for technical object census rule search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.census.type.data
Classes in overit.geocallapp.wfm.execution.bl.census.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.encodednote.data
Classes in overit.geocallapp.wfm.execution.bl.encodednote.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for encoded note.classDAO for search encoded note. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.intervention.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for interventions.classDAO for intervention search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.intervention.resource.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for intervention Resources.classDAO to search for intervention Resources. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation resource.classDAO for work order operation resource search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.intervention.status.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for intervention status.classDAO intervention status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.data
Classes in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for intervention group census rule.classDAO for intervention group census rule search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcome.intervention.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.intervention.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda outcomeclassDAO for intervention outcome search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcome.reason.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for outcome reason.classDAO for outcome reason search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for outcome reason encoded note.classDAO used to search for outcome reason encoded note. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcome.reason.type.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for outcome reason type.classDAO for outcome reason type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcome.type.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for outcome typeclassDAO for outcome type search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcome.validation.status.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.validation.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for validation status.classDAO for validation status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for outcome work order origin.classDAO to search for outcome work order origin. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.execution.bl.outcomeclass.data
Classes in overit.geocallapp.wfm.execution.bl.outcomeclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for outcome classes.classDAO for outcome class search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.activity.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.activity.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for capacity planning result. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for capacity planning activity result detail.classDAO for capacity planning resource coverage scenario detail.classDAO for capacity planning resource result detail.classDAO for capacity planning result detail.classDAO for capacity planning result detail committed capacity.classDAO for capacity planning result detail committed capacity. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for capacity planning scenario.classDAO for capacity planning scenario search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search Capacity Planning Scenario Detail. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for activity forecast header.classDAO for search activity forecast header. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for forecast activity detail.classDAO for search forecast activity detail demand.classDAO for search forecast activity detail demand.classDAO for search forecast activity detail. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for forecast activity.classDAO for search forecast activity for the gantt view.classDAO for search forecast activity. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search forecast activity detail for the gantt visualization. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for forecast activity import filterclassDAO for forecast activity import filter search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassBase DAO for forecast activity priority.classDAO used to search forecast activity priority. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used to search forecast activity filtered by all given skill.classBase DAO for forecast activity skill.classDAO used to search forecast activity skill. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.workloaddistribution.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.workloaddistribution.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for forecast grouping constraint.classDAO used to search forecast grouping constraint. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for forecast resource header.class -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for CRUD operations on forecast resource detail.classDAO to Search forecast resource detail available capacity.classDAO to Search forecast resource detail available capacity.classDAO to Search forecast resource detail. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for CRUD operations on forecast resource.classDAO for search forecast resource. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassBase DAO for forecast resource grouping constraint. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for forecast shift model.classDAO for search forecast shift model. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for forecast shift model detail.classDAO for search forecast shift model detail. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used to search forecast resource filtered by all given skill.classBase DAO for forecast resource skill.classDAO used to search forecast resource skill. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.exception.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.exception.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.resource.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.resource.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.resource.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.resource.skill.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.forecastcapacity.bl.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.skill.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.gpstracking.bl.resource.position.data
Classes in overit.geocallapp.wfm.gpstracking.bl.resource.position.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource GPS position.classDAO for resource GPS position search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.data
Classes in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource last GPS position.classDAO for resource last GPS position search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.importexport.material.data
Classes in overit.geocallapp.wfm.inventory.bl.importexport.material.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.central.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.central.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for central warehouse.classDAO for central warehouse search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the warehouse operation centers relation. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search the relations between central and mobile warehouses.classDAO for search the relations between central and mobile warehouses. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse.classDAO for search warehouses. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOWarehouseAgendaMaterial.classDAO used to search theBOWarehouseAgendaMaterial.classDAO for warehouse agenda material search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse agenda serialized material -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search warehouse materials availability. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.material.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search warehouse materials. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search expected materials.classDAO for search material expected quantities. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse material stock search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search serialized materials on stocks -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for mobile warehouse.classDAO for mobile warehouse search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation header -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation header source -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation header state -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation item. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation item serialized material -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation item state -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for warehouse operation type -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search serialized material in a stock. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.state.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Stock ChangeclassDAO for search stocks change. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.stock.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for StockclassDAO for search stocks. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for stock history.classDAO for search stock history. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Stock Serialized Material -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for transactions.classDAO for warehouse transactions search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the relations between a warehouse transaction and a serialized material. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for transfer request item serialized material. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.bl.warehouse.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.inventory.replicator.data
Classes in overit.geocallapp.wfm.inventory.replicator.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassData extraction queries for Inventory Management ModuleclassDAO for relations between centrals and mobile warehouses in replicator extractions -
Uses of DataAttributesHolder in overit.geocallapp.wfm.locations.bl.address.data
Classes in overit.geocallapp.wfm.locations.bl.address.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for addresses.classclassDAO used to search addresses.classDAO to retrieve the coordinates of scheduling addresses. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.locations.bl.address.type.data
Classes in overit.geocallapp.wfm.locations.bl.address.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for address type.classDAO for search address types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.locations.bl.country.data
Classes in overit.geocallapp.wfm.locations.bl.country.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for nations.classDAO for search nations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.locations.bl.district.data
Classes in overit.geocallapp.wfm.locations.bl.district.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for districts.classDAO for search districts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.locations.bl.geocoding.status.data
Classes in overit.geocallapp.wfm.locations.bl.geocoding.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for geocoding status.classDAO used to search geocoding status. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.locations.bl.municipality.data
Classes in overit.geocallapp.wfm.locations.bl.municipality.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for municipalities.classDAO for municipalities. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.materials.bl.goodsgroup.data
Classes in overit.geocallapp.wfm.materials.bl.goodsgroup.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for goods group.classDAO for material class. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.materials.bl.item.data
Classes in overit.geocallapp.wfm.materials.bl.item.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for material item type.classDAO for material item class. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.materials.bl.managementtype.data
Classes in overit.geocallapp.wfm.materials.bl.managementtype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for material item class. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.materials.bl.material.data
Classes in overit.geocallapp.wfm.materials.bl.material.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for material.classDAO for search materials. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.materials.bl.material.history.data
Classes in overit.geocallapp.wfm.materials.bl.material.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for material history.classDAO for search materials. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.materials.bl.materialclass.data
Classes in overit.geocallapp.wfm.materials.bl.materialclass.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for material class.classDAO for material class. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.materials.bl.type.data
Classes in overit.geocallapp.wfm.materials.bl.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for material type.classDAO for material item class. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.measuringelements.bl.counterdirection.data
Classes in overit.geocallapp.wfm.measuringelements.bl.counterdirection.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for counter direction.classDAO for counter direction search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.measuringelements.bl.measuringelement.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for measuring element.classDAO for measuring element search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for measure.classDAO for measures history.classDAO for measure search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for measuring element status.classDAO for measuring element status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.errorlog.data
Classes in overit.geocallapp.wfm.mobile.core.bl.errorlog.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for mobile error logclassDAO for mobile error log search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.data
Classes in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.multistage.data
Classes in overit.geocallapp.wfm.mobile.core.bl.multistage.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used to extract dependent operation extended data. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.notification.data
Classes in overit.geocallapp.wfm.mobile.core.bl.notification.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for mobile technical object attachments search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.technicalobject.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object mobile search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for interventions history mobile search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.workorder.data
Classes in overit.geocallapp.wfm.mobile.core.bl.workorder.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.data
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order creation request headers. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.data
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order creation request states. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.data
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order creation request operations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.bundler.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.bundler.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassData extraction queries for Bundler entities -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.multistage.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.multistage.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used for data extraction in DATRAMultistageGroupclassDAO used for data extraction in DATRAMultistageGroupOperation -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.outcome.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.outcome.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassReplication DAO for ROUTCOMEREASONWONOTE. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassReplication DABase for AMEDIAFILE. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobile.core.replicator.workorder.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.workorder.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDABase for the replication of user accountings.classDABase for the replication process of work order operation - resources relations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.data
Classes in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the data collection options group.classDAO for the data collection options group search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.outcomerule.data
Classes in overit.geocallapp.wfm.mobileforms.bl.outcomerule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for the research ofBODataCollectionTemplateStructureOutcomeRule. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.rule.data
Classes in overit.geocallapp.wfm.mobileforms.bl.rule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection template wo creation rule.classDAO for data collection template wo creation rule search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.sheet.data
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection sheet.classDAO for the data collection sheet search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.data
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection sheet scope. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.sheet.state.data
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection sheet state. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.template.header.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection template header.classDAO for data collection template header search.class -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.template.structure.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.structure.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection template structure.classDAO for data collection template structure search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for data collection template structure release.classDAO for data collection template structure release search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for template visibility ruleclassDAO for template visibility rule search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for d c template visibility rule rowclassDAO for d c template visibility rule row search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.mobileforms.bl.type.data
Classes in overit.geocallapp.wfm.mobileforms.bl.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Data Collection Type.classDAO for Data Collection Type Search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.notifications.dashboard
Classes in overit.geocallapp.wfm.notifications.dashboard that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.notifications.notification.da
Classes in overit.geocallapp.wfm.notifications.notification.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassEdited by rcasasola 15/03/18class -
Uses of DataAttributesHolder in overit.geocallapp.wfm.orchestrator.assets.bl.type.data
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object types.classDAO for technical object types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.orchestrator.assets.bl.type.entitytype.data
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.type.entitytype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for technical object types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for operation centers addresses.classDAO for operation centers addresses. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for operation centers.classDAO for operation centers. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.organizationalstructures.bl.structure.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.structure.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for structureclassDAO for structure search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work centers.classDAO for work center search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.organizationalstructures.bl.zone.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.zone.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.activity.da
Classes in overit.geocallapp.wfm.project.bl.activity.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.activity.type.data
Classes in overit.geocallapp.wfm.project.bl.activity.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.activitydebriefing.da
Classes in overit.geocallapp.wfm.project.bl.activitydebriefing.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.activityrelation.da
Classes in overit.geocallapp.wfm.project.bl.activityrelation.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.calendarunit.data
Classes in overit.geocallapp.wfm.project.bl.calendarunit.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.configuration.da
Classes in overit.geocallapp.wfm.project.bl.configuration.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.diary.da
Classes in overit.geocallapp.wfm.project.bl.diary.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.header.da
Classes in overit.geocallapp.wfm.project.bl.header.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.management.planning.da
Classes in overit.geocallapp.wfm.project.bl.management.planning.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.profile.da
Classes in overit.geocallapp.wfm.project.bl.profile.da that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.bl.type.data
Classes in overit.geocallapp.wfm.project.bl.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.project.da
Classes in overit.geocallapp.wfm.project.da that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.activity.data
Classes in overit.geocallapp.wfm.projects.bl.activity.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.activity.status.data
Classes in overit.geocallapp.wfm.projects.bl.activity.status.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.activity.userstatus.data
Classes in overit.geocallapp.wfm.projects.bl.activity.userstatus.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for search project activity user status. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.activityrelation.type.data
Classes in overit.geocallapp.wfm.projects.bl.activityrelation.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for project activity relation types.classDAO for search project activity relation types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.header.data
Classes in overit.geocallapp.wfm.projects.bl.header.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.profile.data
Classes in overit.geocallapp.wfm.projects.bl.profile.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.profile.startdate.data
Classes in overit.geocallapp.wfm.projects.bl.profile.startdate.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for project activity start date.classDAO for search project activity start date. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.status.data
Classes in overit.geocallapp.wfm.projects.bl.status.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.data
Classes in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.projects.bl.userstatus.data
Classes in overit.geocallapp.wfm.projects.bl.userstatus.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.replicator.datasource
Classes in overit.geocallapp.wfm.replicator.datasource that implement DataAttributesHolderModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.replicator.datasource.DAReplicatorWfmBaseDABase di utilità per gestire repliche con unico DA per transazione -
Uses of DataAttributesHolder in overit.geocallapp.wfm.resources.bl.resource.address.data
Classes in overit.geocallapp.wfm.resources.bl.resource.address.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource addresses.classDAO for search Resource Managements. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.resources.bl.resource.data
Classes in overit.geocallapp.wfm.resources.bl.resource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resources.classDAO for search resources. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.resources.bl.resource.management.data
Classes in overit.geocallapp.wfm.resources.bl.resource.management.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Resource Managements.classDAO for search Resource Managements. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.resources.bl.resource.qualification.data
Classes in overit.geocallapp.wfm.resources.bl.resource.qualification.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource Qualification.classDAO for search Resource Qualifications. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.resources.bl.resource.skill.data
Classes in overit.geocallapp.wfm.resources.bl.resource.skill.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOResourceSkillentity.classDAO to search resource skill. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.resources.bl.resource.type.data
Classes in overit.geocallapp.wfm.resources.bl.resource.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for resource types.classDAO to search for resource types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.activity.result.data
Classes in overit.geocallapp.wfm.roughplanning.bl.activity.result.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning resource result.classDAO for rough planning activity result search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.activity.workloaddistribution.data
Classes in overit.geocallapp.wfm.roughplanning.bl.activity.workloaddistribution.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.bucket.data
Classes in overit.geocallapp.wfm.roughplanning.bl.bucket.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning bucket.classDAO for rough planning bucket search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.capacity.data
Classes in overit.geocallapp.wfm.roughplanning.bl.capacity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning capacity summary. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.creationfilter.data
Classes in overit.geocallapp.wfm.roughplanning.bl.creationfilter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning creation filterclassDAO for rough planning activity import filter search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.data
Classes in overit.geocallapp.wfm.roughplanning.bl.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning.classDAO for rough planning search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.demand.data
Classes in overit.geocallapp.wfm.roughplanning.bl.demand.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning demand summary. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.demand.detail.data
Classes in overit.geocallapp.wfm.roughplanning.bl.demand.detail.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning demand summary detail. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.resource.data
Classes in overit.geocallapp.wfm.roughplanning.bl.resource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning resource.classDAO for rough planning resource search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.resource.result.data
Classes in overit.geocallapp.wfm.roughplanning.bl.resource.result.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning resource result.classDAO for rough planning resource result search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.data
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning bucket movementclassDAO for rough planning bucket movement search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.data
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning bucket movement state -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.data
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for rough planning order movementclassDAO for rough planning order movement search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.roughplanning.bl.state.data
Classes in overit.geocallapp.wfm.roughplanning.bl.state.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.agenda.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda.classDAO agenda search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.agenda.history.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda history.classDAO history agenda search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda resource role.classDAO for agenda resource role search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.agenda.status.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for agenda status.classDAO agenda status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.appointment.data
Classes in overit.geocallapp.wfm.scheduling.bl.appointment.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for appointment.classDAO appointment search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.appointment.status.data
Classes in overit.geocallapp.wfm.scheduling.bl.appointment.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for appointment status.classDAO appointment status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.clocking.type.data
Classes in overit.geocallapp.wfm.scheduling.bl.clocking.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Clocking Types.classDAO to search for Clocking Types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling configurationclassDAO for immediate scheduling configuration search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling position typeclassDAO for immediate scheduling position type search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling reprocessing modeclassDAO for immediate scheduling reprocessing mode search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling w o sortclassDAO for immediate scheduling w o sort search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling calendarclassDAO for immediate scheduling calendar search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling processingclassDAO for immediate scheduling processing search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling last processingclassDAO for immediate scheduling last processing search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling resource processingclassDAO for immediate scheduling resource processing search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling resource exclusionclassDAO for immediate scheduling resource exclusion search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling exclusion reasonclassDAO for immediate scheduling exclusion reason search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling stateclassDAO for immediate scheduling state search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling trackingclassDAO for immediate scheduling tracking search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling work orderclassDAO for immediate scheduling work order searchclassDAO for selecting and updating immediate scheduling work orders atomically. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling work order historyclassDAO for immediate scheduling work order history search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for immediate scheduling w o wostateclassDAO for immediate scheduling w o wostate search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.model.data
Classes in overit.geocallapp.wfm.scheduling.bl.model.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling model.class -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.model.row.data
Classes in overit.geocallapp.wfm.scheduling.bl.model.row.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for OSS integration configuration with external systems (e.g., Solvice).classDAO to search for OSS Integration Configuration. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for integration vehicle type. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.oss.matrix.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.matrix.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.oss.response.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.response.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for theAOSSRESPONSELOGtable.classDAO for theLOSSRESPONSELOGLEVELtable.classDAO for searching and aggregating OSS response log data.classDAO for theLOSSRESPONSETYPEtable. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.oss.space.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.space.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.oss.vehicle.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.vehicle.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.data
Classes in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for planning action historyclassDAO for planning action history search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.data
Classes in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Planning Action History TypeclassDAO Planning Action History Type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for cancellation activity status.classDAO to search for cancellation activity status. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Activity to cancel.classDAO to search for activity to cancel. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling to cancel.classDAO for scheduling to cancel search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.scheduling.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for scheduling.classDAO scheduling search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling mode.classDAO scheduling mode search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for operation center scheduling configuration. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.scheduling.status.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for scheduling status.classDAO scheduling status search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.teamdislocation.data
Classes in overit.geocallapp.wfm.scheduling.bl.teamdislocation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Team Dislocation.classDAO to search for Team Dislocation. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.teamlocation.data
Classes in overit.geocallapp.wfm.scheduling.bl.teamlocation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Team Location.classDAO to search for Team Location. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.bl.transfertimetype.data
Classes in overit.geocallapp.wfm.scheduling.bl.transfertimetype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Transfer Time TypeclassDAO Transfer Time Type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.scheduling.timeslot.bl.data
Classes in overit.geocallapp.wfm.scheduling.timeslot.bl.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for scheduling timeslot search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.configuration.activity.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.activity.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.configuration.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOSkillConfiguration.classDAO for skill configurations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.configuration.division.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.division.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOSkillConfigurationDivision.classDAO for skill configuration division relations. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.configuration.division.history.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.division.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclass -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.configuration.history.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.history.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for skill configuration history. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.configuration.skill.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.skill.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOSkillConfigurationSkill.classDAO to searchBOSkillConfigurationSkill. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.configuration.skill.history.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.skill.history.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.division.data
Classes in overit.geocallapp.wfm.skills.bl.division.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOSkillDivision.classDAO used for skill division search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.division.history.data
Classes in overit.geocallapp.wfm.skills.bl.division.history.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.division.skill.data
Classes in overit.geocallapp.wfm.skills.bl.division.skill.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used to search forSkillDivisionSkillGroupedRelation.classDAO forBOSkillDivisionSkill.classDAO used for skill division search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.division.skill.history.data
Classes in overit.geocallapp.wfm.skills.bl.division.skill.history.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.level.data
Classes in overit.geocallapp.wfm.skills.bl.level.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for skill level.classDAO for skill level search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.overrideconfiguration.data
Classes in overit.geocallapp.wfm.skills.bl.overrideconfiguration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for skill override configurationclassDAO for skill override configuration search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.data
Classes in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for skill override configuration skillclassDAO for skill override configuration skill search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.qualification.data
Classes in overit.geocallapp.wfm.skills.bl.qualification.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for qualifications.classDAO to search qualifications. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.skill.data
Classes in overit.geocallapp.wfm.skills.bl.skill.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.skills.bl.skill.qualification.data
Classes in overit.geocallapp.wfm.skills.bl.skill.qualification.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOSkillQualification.classDAO used for skill qualification search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.data
Classes in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for holidays.classDAO used to search for holidays. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.systemsettings.bl.datatype.data
Classes in overit.geocallapp.wfm.systemsettings.bl.datatype.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.systemsettings.bl.externalsystem.data
Classes in overit.geocallapp.wfm.systemsettings.bl.externalsystem.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for external systems.classDAO for external systems. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.systemsettings.bl.measurementunit.data
Classes in overit.geocallapp.wfm.systemsettings.bl.measurementunit.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for measure units. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.systemsettings.bl.systemsetting.data
Classes in overit.geocallapp.wfm.systemsettings.bl.systemsetting.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.cardinality.data
Classes in overit.geocallapp.wfm.teams.bl.team.cardinality.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.data
Classes in overit.geocallapp.wfm.teams.bl.team.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Teams.classDAO to search teams. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.data
Classes in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOFormationSkillConfiguration.classDAO used for formation skill configuration search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.data
Classes in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO forBOFormationSkillDivision.classDAO used for formation skill division search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.level.data
Classes in overit.geocallapp.wfm.teams.bl.team.level.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Team Levels.classDAO for search Team Levels. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.member.data
Classes in overit.geocallapp.wfm.teams.bl.team.member.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Team Members.classDAO for search Team Types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.shift.data
Classes in overit.geocallapp.wfm.teams.bl.team.shift.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Team Shifts.classDAO to search for Team Shifts. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.shift.resource.data
Classes in overit.geocallapp.wfm.teams.bl.team.shift.resource.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO to search for Team Shift using the resources.classDAO for Team Shift Resources.classDAO to search for Team Shift Resources. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.teams.bl.team.type.data
Classes in overit.geocallapp.wfm.teams.bl.team.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Team Types.classDAO for search Team Types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.timerange.configuration.bl.da
Classes in overit.geocallapp.wfm.timerange.configuration.bl.da that implement DataAttributesHolderModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.timerange.configuration.bl.da.DAOATimeRangeConfiguration -
Uses of DataAttributesHolder in overit.geocallapp.wfm.timesheets.bl.clocking.data
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Clockings.classDAO to search for Clockings. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.data
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.timesheets.bl.clocking.type.data
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.type.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.vehicles.bl.data
Classes in overit.geocallapp.wfm.vehicles.bl.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for Vehicles.classDAO to search for Vehicles. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.activity.data
Classes in overit.geocallapp.wfm.workorders.bl.activity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO used to search for activities. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.data
Classes in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.data
Classes in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used for cancellation/suspension reasons.classDAO used to search for cancellation/suspension reasons. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.header.data
Classes in overit.geocallapp.wfm.workorders.bl.header.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order headersclassclassDAO for work order headers search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.meter.data
Classes in overit.geocallapp.wfm.workorders.bl.meter.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassclassDAO for work order meters search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.note.data
Classes in overit.geocallapp.wfm.workorders.bl.note.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order notes.classDAO for searching work order notes. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.operation.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operations.classclassDAO for work order operations search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for operation requirementclassDAO for operation requirement search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for extracting operation requirements from AWOOPERATION table. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.operation.status.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation status.classDAO for work order operation status. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.operation.type.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation types.classDAO for work order operation types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.operationtypecategory.data
Classes in overit.geocallapp.wfm.workorders.bl.operationtypecategory.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order operation type categoryclassDAO for work order operation type category search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.origin.data
Classes in overit.geocallapp.wfm.workorders.bl.origin.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order source.classDAO for work order source. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.requesttype.data
Classes in overit.geocallapp.wfm.workorders.bl.requesttype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for request types.classDAO used to search for request types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.sequencenumber.data
Classes in overit.geocallapp.wfm.workorders.bl.sequencenumber.data that implement DataAttributesHolder -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.servicetype.data
Classes in overit.geocallapp.wfm.workorders.bl.servicetype.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for service types.classDAO for service types. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.status.data
Classes in overit.geocallapp.wfm.workorders.bl.status.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order status.classDAO for work order status. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.status.user.type.data
Classes in overit.geocallapp.wfm.workorders.bl.status.user.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO used to search for work order editable status for user types.classDAO for work order status user type.classDAO for work order status user type search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.type.activity.data
Classes in overit.geocallapp.wfm.workorders.bl.type.activity.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order type activity relations.classDAO for work order operation type activity search. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.type.data
Classes in overit.geocallapp.wfm.workorders.bl.type.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order typesclassDAO for work order types -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.type.eventmanager.data
Classes in overit.geocallapp.wfm.workorders.bl.type.eventmanager.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for the relation event manager configuration - wo typeclassDAO for search the relations event manager configuration - wo type -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.type.structure.data
Classes in overit.geocallapp.wfm.workorders.bl.type.structure.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order type structure.classDAO used to search for work order type structure. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.urgency.data
Classes in overit.geocallapp.wfm.workorders.bl.urgency.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work order urgencies.classDAO for work order urgencies. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.workcycle.data
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work cycles.classDAO for search work cycles. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.workcycle.rule.data
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.rule.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work cycle ruleclassDAO for work cycle rule search -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.workcycle.structure.data
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.structure.data that implement DataAttributesHolderModifier and TypeClassDescriptionclassDAO for work cycles structure.classDAO for search work cycle structures. -
Uses of DataAttributesHolder in overit.geocallapp.wfm.workorders.bl.workload.data
Classes in overit.geocallapp.wfm.workorders.bl.workload.data that implement DataAttributesHolder
DAOAziendeinstead