Uses of Interface
overit.geocall.util.Tool
Packages that use Tool
Package
Description
-
Uses of Tool in overit.geocall.aws.sts.task
Classes in overit.geocall.aws.sts.task that implement ToolModifier and TypeClassDescriptionclassUsage: roleArn - The Amazon Resource Name (ARN) of the role to assume (for example, arn:aws:iam::000008047983:role/s3role). -
Uses of Tool in overit.geocall.basic
Classes in overit.geocall.basic that implement ToolModifier and TypeClassDescriptionclassclassThis class provides the methods signature that must be set if you have to manage the unhandled exceptions. -
Uses of Tool in overit.geocall.basic.bl
Classes in overit.geocall.basic.bl that implement ToolModifier and TypeClassDescriptionclassDataLogReactor<T extends BusinessEvent<?>>Abstract class that manages the insertion of data logs. -
Uses of Tool in overit.geocall.basic.bl.auth.da
Classes in overit.geocall.basic.bl.auth.da that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocall.basic.bl.auth.task
Classes in overit.geocall.basic.bl.auth.task that implement ToolModifier and TypeClassDescriptionclassclassTask to clear the redis cache to remove the secret reference.classTask to delete a specific secret saved in the database.classTask to delete a secret value of a specific secret saved in the database.classTask to edit an existing secret saved in the database.classclassTask to extract the latest versions of a secret saved in the database.classTask to extract the specific value of a secret saved in the database.classclassTask to create a secret saved in the database.classTask to create a new value for a specific secret.classclassTask to load the historical secret values saved in the database.classclassTask that listen theSystemUserIdentificationEventand identify the system user.classclassclass -
Uses of Tool in overit.geocall.basic.bl.company.da
Classes in overit.geocall.basic.bl.company.da that implement Tool -
Uses of Tool in overit.geocall.basic.bl.company.task
Classes in overit.geocall.basic.bl.company.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theCompanyCreateEventand add the new company into the database.classTask that listen theCompanyCreateEventand add the new company into the database.classTask that listen theCompanyUpdateEventand update the company information into the database.classTask that listen theCompanyUpdateEventand update the company information into the database. -
Uses of Tool in overit.geocall.basic.bl.config.task
Classes in overit.geocall.basic.bl.config.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theConfigChangeEventand log the data of the configuration. -
Uses of Tool in overit.geocall.basic.bl.container.task
Classes in overit.geocall.basic.bl.container.task that implement ToolModifier and TypeClassDescriptionclassTask triggered by the eventStartupEventwhich load, from the static view, the list of companies present on database and for each of them launch the eventTenantServiceStartupEvent -
Uses of Tool in overit.geocall.basic.bl.datalog.task
Classes in overit.geocall.basic.bl.datalog.task that implement Tool -
Uses of Tool in overit.geocall.basic.bl.dictionary.task
Classes in overit.geocall.basic.bl.dictionary.task that implement ToolModifier and TypeClassDescriptionclassTask that listens to theTranslationsCreateEventand creates the translations in a dictionary.classTask that listens to theTranslationsLoadEventand fetches the translations of a dictionary. -
Uses of Tool in overit.geocall.basic.bl.encryption.task
Classes in overit.geocall.basic.bl.encryption.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocall.basic.bl.event.consumer
Classes in overit.geocall.basic.bl.event.consumer that implement ToolModifier and TypeClassDescriptionclassThis task is used to update the consumers defined only on system configurations in order to subscribe the consumers at the topic related to the new company only if the topic segregation is enabledConsumerProperties.isTopicSegregation() -
Uses of Tool in overit.geocall.basic.bl.login.task
Classes in overit.geocall.basic.bl.login.task that implement Tool -
Uses of Tool in overit.geocall.basic.bl.message.da
Classes in overit.geocall.basic.bl.message.da that implement Tool -
Uses of Tool in overit.geocall.basic.bl.message.task
Classes in overit.geocall.basic.bl.message.task that implement ToolModifier and TypeClassDescriptionclassTask fired when the index of an entity is updated.
It writes a notification within the messages db table to the tenant admins to notify them about the index update.class -
Uses of Tool in overit.geocall.basic.bl.profile.da
Classes in overit.geocall.basic.bl.profile.da that implement Tool -
Uses of Tool in overit.geocall.basic.bl.profile.task
Classes in overit.geocall.basic.bl.profile.task that implement ToolModifier and TypeClassDescriptionclassTask that listens to theUserProfileCreateEventand creates a new user profile in the database.classTask that listens to theUserProfileDeleteEventand deletes the user profile from the database.classTask that listens to theUserProfileLoadEventand fetches the user profile information from the database.classTask that listens to theUserProfilesDBViewLoadEventand fetches the user profiles information from the database, returning aDBViewof it.classTask that listens to theUserProfilesLoadEventand fetches the user profiles information from the database.classTask that listens to theUserProfileStateLoadEventand fetches the user profile state from theSideCache.classTask that listens to theUserProfileStateUpdateEventand updates the user profile state in the database.classTask that listens to theUserProfileUpdateEventand updates the user profile information in the database.class -
Uses of Tool in overit.geocall.basic.bl.secret.task
Classes in overit.geocall.basic.bl.secret.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theDeleteSecretEventand save the log relative to the deleted secret.classTask that listen theDeleteSecretValueEventand save the log relative to the deleted secret value.classTask that listen theEditSecretEventand save the log relative to the edited secret.classTask that listen theGenerateSecretEventand save the log relative to the created secret.classTask that listen theGenerateSecretValueEventand save the log relative to the created secret value. -
Uses of Tool in overit.geocall.basic.bl.sts.task
Classes in overit.geocall.basic.bl.sts.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theAssumeRoleEventand update the sts assume role session information into the database. -
Uses of Tool in overit.geocall.basic.bl.token.task
Classes in overit.geocall.basic.bl.token.task that implement ToolModifier and TypeClassDescriptionclassTask that handle theGenerateTokenEventand generates a new access token or refresh the one that is contained into the session.classTask that handle theInvalidateTokenEventand invalidate the session related to the token passed by. -
Uses of Tool in overit.geocall.basic.bl.user.da
Classes in overit.geocall.basic.bl.user.da that implement ToolModifier 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 Tool in overit.geocall.basic.bl.user.task
Classes in overit.geocall.basic.bl.user.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theAnonymizeUserEventand anonymize the user information saved into the database.classTask that listen theAnonymizeUserEventand anonymize the user profile picture saved into the database.classTask that listen thePasswordChangeEventand change the user password into the database.classDeprecated, for removal: This API element is subject to removal in a future version.classTask used to save a copy of the user information into a table containing the historic user's data.classclassDeprecated, 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.classDeprecated, 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.class -
Uses of Tool in overit.geocall.basic.bl.usertype.da
Classes in overit.geocall.basic.bl.usertype.da that implement ToolModifier 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 Tool in overit.geocall.basic.bl.usertype.task
Classes in overit.geocall.basic.bl.usertype.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theUserTypeAuthPolicyLoadEventand load the user type resource authorization policy into the database.classTask that listen theUserTypeAuthPolicyUpdateEventand update the user type resource authorization policy into the database.classTask that listen theUserTypeAuthPolicyUpdateEventand log the data of a user type.classTask that listen theUserTypeCreateEventand add the new user type into the database.classTask that listen theUserTypeCreateEventand log the data of a user type.classBusiness task that handles the duplication of user types.classTask that listen theUserTypeGrantsLoadEventand update the user type grants into the database.classTask that listen theUserTypeGrantsUpdateEventand log the data of a user type.classTask that listen theUserTypeGrantsUpdateEventand update the user type grants into the database.classTask that listen theUserTypeLoadEventand fetch the user's type information from the database.classTask that listen theUserTypesLoadEventand fetch the users information from the database.classTask that listen theUserTypeUpdateEventand update the user type information into the database.classTask that listen theUserTypeUpdateEventand log the data of a user type. -
Uses of Tool in overit.geocall.basic.bl.wsc.task
Classes in overit.geocall.basic.bl.wsc.task that implement ToolModifier and TypeClassDescriptionclassBusinessTask<PageGenerationEvent> to handle aPageGenerationEventwhen it is triggered. -
Uses of Tool in overit.geocall.basic.company
Classes in overit.geocall.basic.company that implement ToolModifier and TypeClassDescriptionclassoverit.geocall.basic.company.DAOAziendeDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of Tool in overit.geocall.basic.geos.ui
Classes in overit.geocall.basic.geos.ui that implement ToolModifier and TypeClassDescriptionclassoverit.geocall.basic.geos.ui.AbstractMapPanelclassoverit.geocall.basic.geos.ui.MapContainerclassoverit.geocall.basic.geos.ui.OpenLayersMapPanelOpenLayers based map panel. -
Uses of Tool in overit.geocall.basic.mail
Classes in overit.geocall.basic.mail that implement ToolModifier and TypeClassDescriptionclassoverit.geocall.basic.mail.EmailEditorclassoverit.geocall.basic.mail.OutputEmail -
Uses of Tool in overit.geocall.basic.mm.authoring
Classes in overit.geocall.basic.mm.authoring that implement ToolModifier and TypeClassDescriptionclassoverit.geocall.basic.mm.authoring.CListTemplate -
Uses of Tool in overit.geocall.basic.ms.auth
Classes in overit.geocall.basic.ms.auth that implement ToolModifier and TypeClassDescriptionclassoverit.geocall.basic.ms.auth.DAOSession -
Uses of Tool in overit.geocall.basic.ui
Classes in overit.geocall.basic.ui that implement ToolModifier and TypeClassDescriptionclassThe class extendsControland has the purpose of provide an user interface element that allows to arrange the position, and manages the behaviors, of its child components.protected classclassThis class is used to make assertions at the graphical interface level.classThis abstract class must be extended to implement a Container object that represents a page of the application -
Uses of Tool in overit.geocall.basic.ui.container
Classes in overit.geocall.basic.ui.container that implement ToolModifier and TypeClassDescriptionclassThe class extendsServerTableViewand implements the user interface objects that allows to show the records as cards.classThis container must be used to define a page to manage the system's properties with UI widget.classThis class extendsContainerand implements the logic to populateTableViewandServerTableViewthrough aDABaseorDAO.classThe class extendsContainerand implements the html form element, the user interface element that allows to arranges the positions and manages the behaviors of the child components, that are mainly input and output fields.classThis class extendsDAContainerand implements the user interface element that allows to contain and render one or more jobs.classThis class extendsDAContainerand implements the user interface element that allows to contain and render one or more job queues.classThe class that extendsContainerimplements the user interface element that represents a portion of the page that can be showed or hidden and pops-up, on demand, overlapping the user window.classThe class extendsTableViewand implements the table used to arranges and manages the web resources (directories, files) of the application.classclassThe class extendsTableViewand implements a table, the user interface element that allows to arranges the data in tabular format and manages the behaviors of the child components, that are mainly columns and some particular kind of buttons.classThis class extendsDAContainerand implements a table, the user interface element that allows to arranges the data in tabular format and manages the behaviors of the child components, that are mainly columns and some particular kind of buttons.classThe class extendsContainerand implements a table, the user interface element that allows to arranges the data in tabular format and manages the behaviors of the child components, that are mainly columns and some particular kind of buttons.classThe class that extendsContainerit implements the user interface elements that appear on the left of the page and contains the logo, the information about the user currently logged in and the menu voices of the applicationclassThe class extendsWindowand implements the most external container that is used to create every page of the applicationclassThe class implements the user interface element, that extendsContainer, and allows the hierarchical display of data through a tree structure, also allowing to compress / expand sub-branches or to modify the structure by adding new nodes, or, again, moving the nodes from one branch to another.classThe class extendsTreeEditor, and allows to manage the selection and deselection operations on the tree's nodes. -
Uses of Tool in overit.geocall.basic.ui.control
Classes in overit.geocall.basic.ui.control that implement ToolModifier and TypeClassDescriptionclassThis class extendsInputDecoderand implementsArrangeable.
This class allow to implements an ajax communication from component and server, to retrieve datas to decode inside the InputDecoder component.
The communication with the server, the datas retireve and the refresh operation of the component will be managed from js script with the server that will only have to provide the data to be decoded.classThe class represents the title of the page.classThis component extendsGridand like all the grid components it contains and orginizes the elements that belong to it.classSeeNullComponentclassDeprecated.this component does nothingclassThe class extendsControland implements the button, the user interface element that allows to throw events.classThis class implements the graphic user interface element that is used to display the captcha test, where the user is asked to write down the letters or numbers in a sequence, which appears distorted or blurred on the screen.classThe base UI component for ChartsclassThis class extendsJFCMessageand implements a button that appears in the top right corner of theChartBase.classThis class extendsChartBaseand implements a pie chart.classThis class extendsChartBaseand implements a serie chart.classThis class extendsJFCStyleand implements a style for the charts.classclassThis class extendsControland implements the user interface object that represents a column of a table and allows to arranges the data of string type in tabular format.classThis component extendsColumnand must be used to represent the boolean values of the cellsclassThis component extendsColumnand must be used to insert a button inside the column's cell that allows to throw events (the same event for all the rows of the column)classThis class extendsColumnButtonand implements a column that can be hidden or set readonly based on certain conditions.classThis class extendsColumnand allows to set a color of a cell.classThis class implements the column used to display values that must respect the format of currency.classThis component extendsColumnand must be used to represent Date valuesclassThis class implements the user interface object that allows to represent a table's column containing images loaded by theGate, a component that provide the access to the resources located either in filesystem or database, trough theWebResource.classThis class implements the user interface object that allows to represent a table's column containing floating point numbersclassThis component will insert an icon in every cell of the Column to indicate that the table supports the drag & drop functionality.classThis component extendsColumnand must be used to represent date, time and time zone values.classThis component is an extension ofColumnthat is used to contain imagesclassThis component extendsColumnand must be used to insert a input field as a column.classThis component extendsColumnInputand must be used to insert a boolean input field as a column.classThis component extendsColumnInputRegExpand must be used to insert an input field for the currency as a column.classThis component extendsColumnInputRegExpand must be used to insert a date input field as a column.classThis component extendsColumnInputRegExpand must be used to insert an double input field as a column.classThis component extendsColumnInputDoubleand must be used to insert an double input field as a column.classThis component extendsColumnInputDoubleand must be used to insert an double input field as a column.classThis component extendsColumnInputRegExpand must be used to insert an long input field as a column.classThis component extendsColumnInputLongand must be used to insert an long input field as a column.classThis component extendsColumnInputLongand must be used to insert an long input field as a column.classThis component extendsColumnInputLongand must be used to insert a long input field as a column.classThe class implements and manages the conversion between different units of measure.classThis component extendsColumnInputand must be used to insert an input field as a column.classThis component extendsColumnInputand must be used to insert a input field as a column.classThis component extendsColumnInputRegExpand must be used to insert a time input field as a column.classThis component extendsColumnand can be used to insert an empty column.
It's possible to use this column to insert two icons that differentiate its semantic use: An icon represent that the name fild of this column is not null, and the other represent taht the column is null.classThis component extendsColumnButtonand must be used to insert a button to open new tab in browser to link set in the row.classThis class implements the user interface object that represents a column of a table and allows to arranges the data of Long type in tabular format.classThis component extendsColumnand must be used to insert a column with the value of a field of aStaticViewor with aDBViewloaded in the session.classThis component extendsColumnand must be used to insert a column with the values of theInputOptionelements children of this element.classThe class implements and manages the conversion between different units of measure.classThis component extendsColumnButtonand must be used to insert a button inside the column's cell that allows to throw events(the same event for all the rows of the column); the graphics of these buttons are different, simpler and cleaner, without background and edges.classThis class implements the user interface object that represents a column of a table and allows to display the correct icon for theMimeTypeobject valueclassThis component extendsColumnDoubleand must be used to insert a progress bar inside the column's cell.classThis class implements the user interface object that represents a column of a table that will contains the numer of the row.classThis component extendsColumnand can be used to select a single row or multiple row in aServerTableVieworTableView.classThis component extendsColumnand can be used to insert a column built from the combination of several columns.classThis component extendsColumnand must be used to insert a column with the value of a field of aStaticView.classThis element extendsColumnButtonand must be used to create a button in a column that valid data as well as submit them.classThis component extendsColumnand can be used to insert different columns based on the received value.classThis component extendsColumnand must be used to represent time valuesclassThis component extendsGridand like all the grid components it contains and orginizes the elements that belong to it.classThis component extendsGridand like all the grid components it contains and orginizes the elements that belong to it.classThis class, that extendsContainer, implements a graphic interface object that is not visible, but serves as a container for other objects, and is positioned on one side of the window and remains attached to it even after resizing.classThis class implements a non active graphic user interface element that consist in an icon used with the purpose to indicate that one component (possibly located in the close proximity of the icon itself) supports the drag & drop functionality.classclassThis component wraps the inner children into a scrollable frame (only the horizontal way).classThe class implements a spacer and it can be used to create space between two elements.
The gap that is created between the two elements will have a height equal to all the available space.classclassThis is an abstract class that must be extended to implements a component to use to position the elements within the window.classThis class serves as a container for multiple components derivated of theGrid(seeArrangingGrid,ContainerGridandControlGrid).
Each Grid elements added to the mask aligns without considering the alignement of the elements belonging to the objects external to it.classThis class, that extendsComponentis used to add rawHTMLtext inside a page.classclassThis class, that extendsComponent, is used to add an<img> HTMLelement inside a pageclassThe class implements a generic textual Input fieldclassThis components implements an input checkbox, a field that the user can mark as checked (truevalue), unchecked (falsevalue) or neither (nullvalue).classThis class extendsInputRadioand must be used to add the following three buttons to a set of checkboxes:CHECKALL,CHECKNONE,CHECKINVERSE.classThis component provides a text editor for coding.
It's based on CodeMirror v 5.65.1 and it usefull for many programming languages like: Java Javascript Css/Scss XML HTML SQL PropertiesclassThis class implements an Input component that shows a palette of 64 predefined colors (InputColorBar.COLORS).classThis class, that extendsInputRegExpimplements the graphic user interface element that allows the user to insert values that must respect the format of currency.classThis class extendsInputfield to work with dates.
The default date format set is dd/MM/yy.classThis class implements the graphic user interface elements that is used to decode an input in the corresponding value, input selected by the user from aStaticViewrather than from the database through a task.classThe class implements a numeric input field in which the user can insert a double number with separation from the integer part and the decimal one.classThe class implements anInputfield to work with date, time and time zone.classThis class extends the behaviour of theInputRegExpadding a particular regular expression allowing the user to insert values that must respect the format of an email address (something like: name@domain.com)classThis class extends the behaviour of theInputRegExpadding a particular regular expression allowing the user to insert values that can contains only characters assignable to file names: lowercase characters, uppercase characters, digits, spaces and the special characters + _ . , @ ( ) & $ £ % = \ ' -classThis class implements an input field that, using the quill library, renders also a toolbar that allows the user to apply to the inserted text some complex html formatting.classThis class extendsInputand implementsArrangeable.classThis component provides the possibility to manage the translation of a field's value over several languages.classThe class implements a numeric input field in which the user can insert a long number.classThis class extendsInputand implements the graphic user interface element that presents a set of values selectable through a drop-down menu that appears when the user clicks on the field.classThe class implements and manages the conversion between different units of measure.classThis component allows to search one or more value from aStaticView,DABase, select and decode them.classThis class extendsInputand implements the graphic user interface element that presents a set of values selectable through a drop-down menu that appears when the user clicks on the field.classThis class extendsInputLookupand implements a componenet that allows user to select multiple values from a drop-down menu that appears when the user clicks on the field.classThis class implements a control that must be used within others and allows to indicate an option item.classThis class implements an input field that hides the characters while the user types in his password.classThis class extendsControland implements the graphic user interface object that allows to capture an image from the file system, position it in the field and trim it.classThis class extendsInputand implements the graphic user interface element that render a classic radio button.classThis class extends the behaviour of theInputadding a particular validation.classThis Class extendsInputand implementsArrangeable.
This component shows a set of symbol images and allow to select them.classThis class, that extendsInputRegExp, implements the graphic user interface element that allows the user to insert a value that must respect the format of a telephone number (a string that can start with the + symbol and contains only digits)classThe class implements a textual InputText field.classThe class implements a textual Input field for the timeclassThis component extendsInputRegExpand must be used to create an input field for a range of time.classThis class implements the graphic user interface element that allows you to select a resource from the filesystem that will be sent to the server when theFormis submitted.classclassThis class implements the pie chart object, using the JFreeChart libraryclassThis class implements the serie chart object, using the JFreeChart library.classclassThis class, that extendsControl, implements the component used to display a simple labelclassThis component only takes effect within the ResponsiveGrid and defines the child component's arrangement, referencing it or via the correspondingLAYOUTNAME(as shown in the example) or, without this, via theNAME.
To visualize the components in line it is sufficient to define a layout by writing theLAYOUTNAMEof the various components one after the other (the number of spaces inserted between a LAYOUTNAME and the other has no graphic effect, but allows to align the columns making them easier readable).classThis component extendsComponentand it's used to execute a JavaScript code when the component is created and/or displayed.classThis class extendsControland implements a graphical object that is used to present the list of translations and its subsets, stored by the systemclassThis element extendsComponentand serves to graphically position its child elements in a matrix manner.classThis class implements the graphic user interface elements that is used to decode a list of inputs in the corresponding values, inputs selected by the user from aStaticViewrather than from the database through a task, or aDBView.classThis component extendsControland can be used for two purposes: take up space or group multiple elements.classThis class, that extendsContainer, implements a graphic interface object that is not visible, but serves as a container for other objects, and is positioned on one side of the window and remains attached to it even after resizing.classThis class, which extendsControl, implements the graphic user interface object that must be used for the presentation of non-modifiable data.classThis class implements the graphic user interface element that allows the generation of two-dimensional barcodesclassThis class implements an output checkbox, a field which value can betrue,falseornullclassThis class implements an output object that is used to display a certain color.classThis class implements the graphic user interface element that displays values that must respect the format of currency.classThis class implements a the graphic user interface element used to display a date in outputclassThis class implements the graphic user interface element used to display a floating point number.classThe class implements anOutputfield to the graphic user interface element used to display a date, a time and a time zone in output.classThis class extendsOutputECSand serves to put in output an ECS element (see interfaceElementor its html implementations likeH1for example).classThis element extendsFormand must be used to collect a set of outputs.classThis class implements the graphic user interface element used to display an integer number.classThis class extendsOutputand implements the graphic user interface element used to display a lookup field.classThe class implements and manages the conversion between different units of measure.classThis component extendsOutputand must be used to put in output a progress bar.classThis component extendsOutputand can be used to insert an output field built from the combination of several outputs.classThis class extendsOutputand implements the graphic user interface that put in output a string using aStaticViewto decode the input passed to the element and create the output.classThis component extendsOutputand can be used to show different output field based on the received value.classThis class implements the graphic user interface element used to display a time in outputclassThis component extendsOutputand must be used to show in output a range of time.classThis component extendsOutputand must be used to put in output a xml text.classThe class extendsControland implements a button, the user interface element that allows to throw events.classclassThis component is used to organize the components that belong to it within a grid.classThis class serves as a container for multiple components derivated of theResponsiveGrid
Each ResponsiveGrid elements added to the mask aligns without considering the alignement of the elements belonging to the objects external to it.classclassThis class implements a component that must be inserted as a child of aTableView.classThis component is use to display the new search box when the hideable favorites mode is active
When it's active this new mode the search bar, into the identity box, will be placed above the favorites box and will be displayed an icon on its left side that allows the user to hide/show the entire favorites boxclassThis component extendsControland it serves to create a section in the mask delimitated by a line.classDeprecated.UseServerMultiFormclassclassclassclassclassA container component that can be "stuck" to either the top or bottom of the viewport.classComponent publishing a xml file resource containing a list of useful strings.classclassThe class extendsTableMessageand implements a button that appears in the top left corner of theTableView,ServerTableVieworCardView.classThe class extendsControland implements a button that appears in the top right corner of theTableView,ServerTableVieworCardView.classThe class implements an object to be inserted as a child of aTableViewor aServerTableViewto identify a possible sorting, also composed, on the columns of the table.classThis class defines the component to be inserted inside theTaskBar, which is used to group several menu items (TaskMessage) belonging to a specific sub-category, or a particular logical grouping.classThis class defines the component inserted inside theTaskBar, which is used to group the menu items (TaskMessage) belonging to the favorites menu.classclassclassThis component extendsExitButtonand must be used to add an input element in read only mode to the left of the button (it is always visible).classThis component is used to display a title for a section.
The title can be the main title of the section or a secondary title.classThis class implements the component taht is used to contain other elements and can perform transformations, to obtain particular graphic effects. -
Uses of Tool in overit.geocall.basic.ui.rule
Classes in overit.geocall.basic.ui.rule that implement ToolModifier and TypeClassDescriptionclassThis class extendsSelectRule.
This class is used to extract the user's information belonging to a specific company.classRulebehavior for InputLookups -
Uses of Tool in overit.geocall.bl
Classes in overit.geocall.bl that implement ToolModifier and TypeClassDescriptionclassBusinessTask<I>Class to be extended by all classes that wants to handle specificBusinessObjects. -
Uses of Tool in overit.geocall.da
Classes in overit.geocall.da that implement ToolModifier and TypeClassDescriptionclassThis abstract class, that extends theDATask, must be extended to create a task that performs operation on a request and returns as a result a response that can be validated using anObjectValidator.classAbstract 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 converterclassAbstract class to extend when you want to create a task that perform a database access.classThis abstract class, that extends theDATask, must be extended to create a task that perform operation on aGetterrequest and returns as a result anHashGetterresponseclass -
Uses of Tool in overit.geocall.platform.sp
Methods in overit.geocall.platform.sp that return types with arguments of type ToolModifier and TypeMethodDescriptionstatic ServiceLoader<Tool> ServiceLoader.tools()Utility method to get the instance of the service provider responsible to get the handler of theCustomizableannotated types -
Uses of Tool in overit.geocall.scheduler
Classes in overit.geocall.scheduler that implement ToolModifier and TypeClassDescriptionclassThis task is used to check the correct startup of old jobs engine.
To avoid errors on the startup of the old jobs engine, this task will check if all the jobs are correctly enqueued and if not, it will try to enqueue every minute.classclass -
Uses of Tool in overit.geocall.ui
Classes in overit.geocall.ui that implement ToolModifier and TypeClassDescriptionclassThis is an abstract class that must be extended to implements an user interface element.classThis class implements the Control, which purpose is to provide a single graphic element that implements a specific functionality.classThis abstract class is the base of UI change rules based on form values or UI setting during init phase onValuesContainer
. -
Uses of Tool in overit.geocallapp.logger.bl.detail.data
Classes in overit.geocallapp.logger.bl.detail.data that implement ToolModifier and TypeClassDescriptionclassDAO for log detailclassDAO for search logs details -
Uses of Tool in overit.geocallapp.logger.bl.detail.task
Classes in overit.geocallapp.logger.bl.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogDetail.classBusiness task in order to load aBOLogDetail.classBusiness task in order to search aBOLogDetail. -
Uses of Tool in overit.geocallapp.logger.bl.master.data
Classes in overit.geocallapp.logger.bl.master.data that implement ToolModifier and TypeClassDescriptionclassDAO for log masterclassDAO for search logs -
Uses of Tool in overit.geocallapp.logger.bl.master.task
Classes in overit.geocallapp.logger.bl.master.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogMaster.classBusiness task in order to load aBOLogMaster.classBusiness task in order to search aBOLogMaster.classBusiness task in order to update aBOLogMaster. -
Uses of Tool in overit.geocallapp.logger.bl.processinglog.data
Classes in overit.geocallapp.logger.bl.processinglog.data that implement Tool -
Uses of Tool in overit.geocallapp.logger.bl.processinglog.task
Classes in overit.geocallapp.logger.bl.processinglog.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOLogProcessing.classBusiness task in order to search aBOLogProcessing. -
Uses of Tool in overit.geocallapp.logger.bl.state.data
Classes in overit.geocallapp.logger.bl.state.data that implement Tool -
Uses of Tool in overit.geocallapp.logger.bl.state.task
Classes in overit.geocallapp.logger.bl.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImportExportState.classBusiness task in order to search aBOImportExportState. -
Uses of Tool in overit.geocallapp.logger.bl.task
Classes in overit.geocallapp.logger.bl.task that implement Tool -
Uses of Tool in overit.geocallapp.replicator.basic.base.DataSource
Classes in overit.geocallapp.replicator.basic.base.DataSource that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.replicator.basic.base.DataSource.DABaseReplicatorclassoverit.geocallapp.replicator.basic.base.DataSource.DATaskReplicatorclassoverit.geocallapp.replicator.basic.base.DataSource.DBViewTaskReplicator -
Uses of Tool in overit.geocallapp.utilities.core.bl.common.batch.task
Classes in overit.geocallapp.utilities.core.bl.common.batch.task that implement ToolModifier and TypeClassDescriptionclassBTBatch<I,O, E extends SimpleBusinessEvent<I, O>, B extends BatchEvent<I, O>> Abstract base class for batch processing tasks that execute multiple business events. -
Uses of Tool in overit.geocallapp.utilities.core.bl.common.check.checkable.task
Classes in overit.geocallapp.utilities.core.bl.common.check.checkable.task that implement ToolModifier and TypeClassDescriptionclassThe Class that defines the abstract checkable business task.class -
Uses of Tool in overit.geocallapp.utilities.core.bl.common.check.checker.task
Classes in overit.geocallapp.utilities.core.bl.common.check.checker.task that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.utilities.core.bl.common.task
Classes in overit.geocallapp.utilities.core.bl.common.task that implement ToolModifier and TypeClassDescriptionclassAbstract business task for managing entity history records. -
Uses of Tool in overit.geocallapp.utilities.core.bl.common.validexecution
Classes in overit.geocallapp.utilities.core.bl.common.validexecution that implement ToolModifier and TypeClassDescriptionclassAbstract business task that validates execution conditions before proceeding.classAbstract business task that validates user permissions before execution. -
Uses of Tool in overit.geocallapp.utilities.core.data
Classes in overit.geocallapp.utilities.core.data that implement ToolModifier and TypeClassDescriptionclassAbstractDAOimplementation that restricts operations to read-only queries. -
Uses of Tool in overit.geocallapp.utilities.core.timezone.task
Classes in overit.geocallapp.utilities.core.timezone.task that implement ToolModifier and TypeClassDescriptionclassBTTimeZoneResolver<T,E extends TimeZoneResolverEvent<T>> Abstract business task for resolvingTimeZoneobjects with company configuration support. -
Uses of Tool in overit.geocallapp.utilities.ux.ui.container
Classes in overit.geocallapp.utilities.ux.ui.container that implement ToolModifier and TypeClassDescriptionclassBaseSearchContainer<T extends DynO>Base container for search pages.classEventPanelSimpleTable<T extends DynO>New version of PanelSimpleTable that works only with events.classExternal Frame Container page.classSelection Panel. -
Uses of Tool in overit.geocallapp.utilities.ux.ui.container.calendarview
Classes in overit.geocallapp.utilities.ux.ui.container.calendarview that implement Tool -
Uses of Tool in overit.geocallapp.utilities.ux.ui.container.cardview
Classes in overit.geocallapp.utilities.ux.ui.container.cardview that implement ToolModifier and TypeClassDescriptionclassCardView field for displaying dates.classCardView field for displaying Double numbers.classCardView field to represent an amount of minutes as Day, Hours and Minutes.classAbstract base class for CardView field components.classCardView component for displaying Material Design icons.classSimple component for defining HTML templates for CardView.classCardView field for displaying Long numbers.classCardView field with value from StaticView.classCardView field for displaying multiple values from StaticView based on comma-separated IDs.classBase element for CardView string fields.classCardView field for displaying times/hours.class -
Uses of Tool in overit.geocallapp.utilities.ux.ui.container.gantt
Classes in overit.geocallapp.utilities.ux.ui.container.gantt that implement Tool -
Uses of Tool in overit.geocallapp.utilities.ux.ui.container.gantt.view
Classes in overit.geocallapp.utilities.ux.ui.container.gantt.view that implement ToolModifier and TypeClassDescriptionclassGanttView<R,B> Base GanttView to extend defining the actual types for the Gantt row and block -
Uses of Tool in overit.geocallapp.utilities.ux.ui.container.table
Classes in overit.geocallapp.utilities.ux.ui.container.table that implement ToolModifier and TypeClassDescriptionclassEventServerTableView<T extends DynO>The Class that defines the event server table view.classExtended to add to the title the record counter.classA specialized table component for handling drag-and-drop operations. -
Uses of Tool in overit.geocallapp.utilities.ux.ui.container.viewport
Classes in overit.geocallapp.utilities.ux.ui.container.viewport that implement ToolModifier and TypeClassDescriptionclassTheViewportclass supports dynamic layouts with visibility control, split views, and vertical or horizontal alignment.classTheViewportPartclass represents a subsection of aViewportcomponent It provides functionality for displaying content, managing visibility, and supporting various layout options.classTheViewportPartclass represents a subsection of aViewportcomponent in the Geocall application. -
Uses of Tool in overit.geocallapp.utilities.ux.ui.control
Classes in overit.geocallapp.utilities.ux.ui.control that implement ToolModifier and TypeClassDescriptionclassSearch Field used in SelectionPanel to filter the selectable items -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.contact.data
Classes in overit.geocallapp.wfm.accounts.bl.account.contact.data that implement ToolModifier and TypeClassDescriptionclassDAO for contact info.classDAO for contact info history.classDAO for search account contacts. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.contact.task
Classes in overit.geocallapp.wfm.accounts.bl.account.contact.task that implement ToolModifier and TypeClassDescriptionclassHistory task for account contactsclassBusiness task in order to insert aBOAccountContact.classBusiness task in order to load aBOAccountContact.classBusiness task in order to search aBOAccountContact.classBusiness task in order to update aBOAccountContact. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.contact.type.data
Classes in overit.geocallapp.wfm.accounts.bl.account.contact.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for contact types.classDAO for contact types. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.contact.type.task
Classes in overit.geocallapp.wfm.accounts.bl.account.contact.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOContactType.classBusiness task in order to search aBOContactType. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.data
Classes in overit.geocallapp.wfm.accounts.bl.account.data that implement ToolModifier and TypeClassDescriptionclassDAO for accounts.classDAO for accounts history.classDAO used to search accounts. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.entitytype.data
Classes in overit.geocallapp.wfm.accounts.bl.account.entitytype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.status.data
Classes in overit.geocallapp.wfm.accounts.bl.account.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset status.classDAO for account status search. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.status.task
Classes in overit.geocallapp.wfm.accounts.bl.account.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAccountStatus.classBusiness task in order to load aBOAccountStatus.classBusiness task in order to search aBOAccountStatus.classBusiness task in order to update aBOAccountStatus. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.status.type.data
Classes in overit.geocallapp.wfm.accounts.bl.account.status.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for account status types.classDAO for account status types search. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.status.type.task
Classes in overit.geocallapp.wfm.accounts.bl.account.status.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAccountStatusType.classBusiness task in order to search aBOAccountStatusType. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.task
Classes in overit.geocallapp.wfm.accounts.bl.account.task that implement ToolModifier and TypeClassDescriptionclassTask for Accounts historyclassBusiness task in order to insert aBOAccount.classBusiness task in order to insert a list ofBOAccount.classBusiness task in order to load aBOAccount.classTask that listen theAccountNotificationEventthat is launched when there is a change in the entityBOAccountThis task depending on theAccountNotificationEventdoes the login needed by the action done on the entity.classBusiness task in order to search aBOAccount.classBusiness task in order to update aBOAccount. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.type.data
Classes in overit.geocallapp.wfm.accounts.bl.account.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for account types.classDAO for account types search. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.account.type.task
Classes in overit.geocallapp.wfm.accounts.bl.account.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAccountType.classBusiness task in order to load aBOAccountType.classBusiness task in order to search aBOAccountType.classBusiness task in order to update aBOAccountType. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.converter.data
Classes in overit.geocallapp.wfm.accounts.bl.converter.data that implement ToolModifier and TypeClassDescriptionclassDAO for converter types.classDAO for converter types search. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.converter.task
Classes in overit.geocallapp.wfm.accounts.bl.converter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOConverterType.classBusiness task in order to load aBOConverterType.classBusiness task in order to search aBOConverterType.classBusiness task in order to update aBOConverterType. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.accessibility.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.accessibility.data that implement ToolModifier and TypeClassDescriptionclassDAO for Meter Accessibility.classDAO for search meter Accessibility. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.accessibility.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.accessibility.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterAccessibility.classBusiness task in order to load aBOMeterAccessibility.classBusiness task in order to search aBOMeterAccessibility.classBusiness task in order to update aBOMeterAccessibility. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.brand.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.brand.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter brands.classDAO for meter brands. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.brand.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.brand.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterBrand.classBusiness task in order to load aBOMeterBrand.classBusiness task in order to search aBOMeterBrand.classBusiness task in order to update aBOMeterBrand. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.converter.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.converter.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter converterclassDAO for customer meter converters history.classDAO for meter converter search -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.converter.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.converter.task that implement ToolModifier and TypeClassDescriptionclassHistory task for meter converter.classBusiness task in order to insert aBOMeterConverter.classBusiness task in order to load aBOMeterConverter.classBusiness task in order to update aBOMeterConverter. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.data that implement ToolModifier and TypeClassDescriptionclassDAO for customer meters.classDAO for customer meters history.classDAO for search account meters. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.location.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.location.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter locations.classDAO for meter locations search. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.location.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.location.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterLocation.classBusiness task in order to load aBOMeterLocation.classBusiness task in order to search aBOMeterLocation.classBusiness task in order to update aBOMeterLocation. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.meterclass.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.meterclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter classes.classDAO for meter classes search. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.meterclass.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.meterclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterClass.classBusiness task in order to load aBOMeterClass.classBusiness task in order to search aBOMeterClass.classBusiness task in order to update aBOMeterClass. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOReadingMeterType.classBusiness task in order to search aBOReadingMeterType. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.task that implement ToolModifier and TypeClassDescriptionclassHistory task for meters.classBusiness task in order to insert aBOMeter.classBusiness task in order to insert a list ofBOMeter.classBusiness task in order to load aBOMeter.classBusiness task in order to search aBOMeter.classBusiness task in order to update aBOMeter.classBusiness task in order to update a list ofBOMeter. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.type.data
Classes in overit.geocallapp.wfm.accounts.bl.meter.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter types.classDAO for meter types. -
Uses of Tool in overit.geocallapp.wfm.accounts.bl.meter.type.task
Classes in overit.geocallapp.wfm.accounts.bl.meter.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterType.classBusiness task in order to load aBOMeterType.classBusiness task in order to search aBOMeterType.classBusiness task in order to update aBOMeterType. -
Uses of Tool in overit.geocallapp.wfm.ai.assistant.rc1.dispatcherassistant.schedulableactivities.task
Classes in overit.geocallapp.wfm.ai.assistant.rc1.dispatcherassistant.schedulableactivities.task that implement ToolModifier and TypeClassDescriptionclassBusiness Task to call Dispatcher Assistant Search API for schedulable activities. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.agendaaffinity.data
Classes in overit.geocallapp.wfm.ai.bl.agendaaffinity.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.ai.bl.agendaaffinity.task
Classes in overit.geocallapp.wfm.ai.bl.agendaaffinity.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassTask for calculate team experiences from a specified date to todayclassAgenda Affinity prediction via Edge Helper libraryclassThis task is going to upload to s3 experiences, teams and resources and will call the cluster mapping task and it will upload to s3 the response.classTask for call Agenda Affinity prediction, using Edge Helper libraryclassThis task is going to generate the presigned urls needed for VRP call.classTask to call a training configuration algorithm for agenda affinity.classThis task is going to take the orders from s3 bucket and append to this file the new Longset of operations fixedOperationSet.classThis task is going to upload all the new orders to s3. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data
Classes in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.ai.bl.automaticmeterreading.task
Classes in overit.geocallapp.wfm.ai.bl.automaticmeterreading.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to prepare the data used on Automatic Meter Reading Dashboard. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.chatbot
Classes in overit.geocallapp.wfm.ai.bl.chatbot that implement ToolModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.chatbot.task
Classes in overit.geocallapp.wfm.ai.bl.chatbot.task that implement ToolModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 21.0 -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.data that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.task
Classes in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.history.task that implement ToolModifier and TypeClassDescriptionclassHistory task for AAICONFIGURATIONPARAM -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.task
Classes in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.task that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.models.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.models.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.models.task
Classes in overit.geocallapp.wfm.ai.bl.configuration.models.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.rules.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.rules.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.template.data
Classes in overit.geocallapp.wfm.ai.bl.configuration.template.data that implement ToolModifier and TypeClassDescriptionclassDAO class for store measures for meter readings.classDAO class for store templates for meter readings. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.configuration.template.task
Classes in overit.geocallapp.wfm.ai.bl.configuration.template.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to prepare the data used on Automatic Meter Reading Dashboard.classBusiness task to save aBOMeterReadingsMeasure.classBusiness task to save aBOMeterReadingsTemplate. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.customersearch.meters.data
Classes in overit.geocallapp.wfm.ai.bl.customersearch.meters.data that implement ToolModifier and TypeClassDescriptionclassDAO for the table containing the relations between template and meter.classDAO for the table under customer search - customer data - Meters. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.customersearch.meters.task
Classes in overit.geocallapp.wfm.ai.bl.customersearch.meters.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.duration.prediction
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.duration.prediction.data
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction.data that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.duration.prediction.support.task
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction.support.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for calculate some duration values useful for time prediction dashboard and monitorclassBusiness task for calculate some duration values useful for time prediction dashboard and monitor -
Uses of Tool in overit.geocallapp.wfm.ai.bl.duration.prediction.task
Classes in overit.geocallapp.wfm.ai.bl.duration.prediction.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task for insert new records on AWOTIMEPREDICTION tableclassBusiness task for intervention duration eventclassTask for feed AWOTIMEPREDICTION table with all the workorder operations that cannot be processed by prediction task (ex. workorders validated before activation of prediction procedures)classclassBusiness task for prepare DTOWOOperation needed for populate AWOTIMEPREDICTION tableclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data
Classes in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.task
Classes in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.task that implement ToolModifier and TypeClassDescriptionclassThis task listen to the eventAlignFsmPPMMaterialsEventdefined in module core.classTask to call a prediction configuration algorithm for Predictive Parts Management.classDelete task for tableDAOPPartsManagementclassDelete task for tableDAOPPartsManagementclassTask to call a training configuration algorithm for Predictive Parts Management.classTask for call Predictive Parts Management prediction from event call. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.processing.data
Classes in overit.geocallapp.wfm.ai.bl.processing.data that implement ToolModifier and TypeClassDescriptionclassDAO for the table containing the execution processes that should be launched after a work order insertionclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.processing.history.data
Classes in overit.geocallapp.wfm.ai.bl.processing.history.data that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.processing.history.task
Classes in overit.geocallapp.wfm.ai.bl.processing.history.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.processing.task
Classes in overit.geocallapp.wfm.ai.bl.processing.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAIProcessExecutionHistorylinked to the given operation id.classBasic AI Task with history and log functionsclassBasic AI Task for cluster mapping.classclassTask containing the basic methods for training.classThis task is a listener of CalculateAgendaAffinityEvent of core module, and launch the Agenda Affinity prediction taskclassThis task will execute the Agenda Affinity prediction task.classThis task will execute an AI task associated with a configuration.classThis task will launch all the operation - configuration it finds in the tableDAOAIProcessExecutionHistory.classTask called when a order is validated.classBatch AI process execution This is the main task for launch AI process from queues -
Uses of Tool in overit.geocallapp.wfm.ai.bl.processing.utils.export.task
Classes in overit.geocallapp.wfm.ai.bl.processing.utils.export.task that implement ToolModifier and TypeClassDescriptionclassTask for export the result of a query as CSV using the query's ResultSet -
Uses of Tool in overit.geocallapp.wfm.ai.bl.schedule.oss.task
Classes in overit.geocallapp.wfm.ai.bl.schedule.oss.task that implement ToolModifier and TypeClassDescriptionclassThis task add additional information to VRP XML node solver -
Uses of Tool in overit.geocallapp.wfm.ai.bl.teamexperience.data
Classes in overit.geocallapp.wfm.ai.bl.teamexperience.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.teamexperience.task
Classes in overit.geocallapp.wfm.ai.bl.teamexperience.task that implement ToolModifier and TypeClassDescriptionclassTask for calculate team experiences from a specified date to todayclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.teamsuggestion.data
Classes in overit.geocallapp.wfm.ai.bl.teamsuggestion.data that implement ToolModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.teamsuggestion.task
Classes in overit.geocallapp.wfm.ai.bl.teamsuggestion.task that implement ToolModifier and TypeClassDescriptionclassTask for calculate team experiences from a specified date to todayclassClass that does the cluster mapping for Team Sugestion algorithm.classclassclassThis class has the methods for training task for algorithm Team Suggestion. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data
Classes in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.task
Classes in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.data
Classes in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.data that implement ToolModifier and TypeClassDescriptionclassDAO used to show all the info related to a meter reading prediction. -
Uses of Tool in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.task
Classes in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.task that implement ToolModifier and TypeClassDescriptionclassThis Business Task listen toMeterReadingsPredictionSearchthat is called from module CORE. -
Uses of Tool in overit.geocallapp.wfm.ai.replicator.meterreading.data
Classes in overit.geocallapp.wfm.ai.replicator.meterreading.data that implement ToolModifier and TypeClassDescriptionclassData extraction queries for AI ModuleclassDAO used for data extraction in DATRAIMeterPrediction -
Uses of Tool in overit.geocallapp.wfm.ai.replicator.meterreading.task
Classes in overit.geocallapp.wfm.ai.replicator.meterreading.task that implement ToolModifier and TypeClassDescriptionclassTask for the differential replication of AAIMETERPREDICTIONS tableclassTask for manage the replication of RAIMEASURELEMENTEMPLATE tableclassVAIMETERPREDICTIONS view upload management This task receives the id list of AIMETERPREDICTIONS available on the mobile side; this list will be used for differential replication of AAIMETERPREDICTIONS table -
Uses of Tool in overit.geocallapp.wfm.ai.ui
Classes in overit.geocallapp.wfm.ai.ui that implement ToolModifier and TypeClassDescriptionclassThis type of column is made for specific range. -
Uses of Tool in overit.geocallapp.wfm.ai.ux
Classes in overit.geocallapp.wfm.ai.ux that implement ToolModifier and TypeClassDescriptionclassBasic container for AI dashboardsclassBasic container for AI monitors -
Uses of Tool in overit.geocallapp.wfm.ai.ux.agendaaffinity
Classes in overit.geocallapp.wfm.ai.ux.agendaaffinity that implement ToolModifier and TypeClassDescriptionclassPanel to show Agenda Affinity information on "paste with preview" operation -
Uses of Tool in overit.geocallapp.wfm.ai.ux.agendaaffinity.dashboard
Classes in overit.geocallapp.wfm.ai.ux.agendaaffinity.dashboard that implement ToolModifier and TypeClassDescriptionclassClass that is going to build the dashboard for Agenda Affinity.class -
Uses of Tool in overit.geocallapp.wfm.ai.ux.automaticmeterreading.dashboard
Classes in overit.geocallapp.wfm.ai.ux.automaticmeterreading.dashboard that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.automaticmeterreading.meter
Classes in overit.geocallapp.wfm.ai.ux.automaticmeterreading.meter that implement ToolModifier and TypeClassDescriptionclassCustom AI component to draw a card with meter images on the left and text info of the predictions on the right. -
Uses of Tool in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor
Classes in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor that implement ToolModifier and TypeClassDescriptionclassClass that builds the dashboard for Automatic Meter Reading. -
Uses of Tool in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor.details
Classes in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor.details that implement ToolModifier and TypeClassDescriptionclassClass that builds the dashboard details for Automatic Meter Reading. -
Uses of Tool in overit.geocallapp.wfm.ai.ux.configuration.configurationparams
Classes in overit.geocallapp.wfm.ai.ux.configuration.configurationparams that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.ux.configuration.configurationparams.history
Classes in overit.geocallapp.wfm.ai.ux.configuration.configurationparams.history that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.configuration.models
Classes in overit.geocallapp.wfm.ai.ux.configuration.models that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.configuration.rules
Classes in overit.geocallapp.wfm.ai.ux.configuration.rules that implement ToolModifier and TypeClassDescriptionclassThis class is linked to PredictionValidationRules.xml -
Uses of Tool in overit.geocallapp.wfm.ai.ux.configuration.template
Classes in overit.geocallapp.wfm.ai.ux.configuration.template that implement ToolModifier and TypeClassDescriptionclassThis class is linked to MeterReadingsTemplate.xmlclass -
Uses of Tool in overit.geocallapp.wfm.ai.ux.configuration.template.detail
Classes in overit.geocallapp.wfm.ai.ux.configuration.template.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.customersearch.meters
Classes in overit.geocallapp.wfm.ai.ux.customersearch.meters that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.duration
Classes in overit.geocallapp.wfm.ai.ux.duration that implement ToolModifier and TypeClassDescriptionclassPanel to show predicted duration resource on paste with preview operation -
Uses of Tool in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.data
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.task
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for load the data used on Time Prediction Dashboard Grouping operations must be done only on Long fields -
Uses of Tool in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.data
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.details
Classes in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.details that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard
Classes in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard that implement ToolModifier and TypeClassDescriptionclassDashBoard that shows cumulative error for PPM between predicted AI values and planned values -
Uses of Tool in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard.task
Classes in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.data
Classes in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.data that implement ToolModifier and TypeClassDescriptionclassDAO for search informations needed forPPartsManagementMonitorand forPPartsManagementDashboard -
Uses of Tool in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor
Classes in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor that implement ToolModifier and TypeClassDescriptionclassMonitor to see AI PPM result predictions. -
Uses of Tool in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor.details
Classes in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor.details that implement ToolModifier and TypeClassDescriptionclassMonitor Details to see AI PPM result predictions, it shows info for operations and materials. -
Uses of Tool in overit.geocallapp.wfm.ai.ux.processing
Classes in overit.geocallapp.wfm.ai.ux.processing that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.teamsuggestion.dashboard
Classes in overit.geocallapp.wfm.ai.ux.teamsuggestion.dashboard that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor
Classes in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor.details
Classes in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor.details that implement Tool -
Uses of Tool in overit.geocallapp.wfm.ai.ux.test
Classes in overit.geocallapp.wfm.ai.ux.test that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.ai.ux.workorder.materialsprediction.operationmaterialsprediction
Classes in overit.geocallapp.wfm.ai.ux.workorder.materialsprediction.operationmaterialsprediction that implement ToolModifier and TypeClassDescriptionclassPanel that shows the materials predicted given a List ofBOWorkOrderOperation -
Uses of Tool in overit.geocallapp.wfm.ai.ux.workorderobject.technicalobject
Classes in overit.geocallapp.wfm.ai.ux.workorderobject.technicalobject that implement Tool -
Uses of Tool in overit.geocallapp.wfm.amministrazione.anautente.decodifica
Classes in overit.geocallapp.wfm.amministrazione.anautente.decodifica that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.amministrazione.anautente.decodifica.InputDecoderUtenti -
Uses of Tool in overit.geocallapp.wfm.assets.bl.characteristicvalue.data
Classes in overit.geocallapp.wfm.assets.bl.characteristicvalue.data that implement ToolModifier and TypeClassDescriptionclassDAO for characteristic values.classDAO for asset characteristic value history.classDAO for search a characteristic values. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.characteristicvalue.task
Classes in overit.geocallapp.wfm.assets.bl.characteristicvalue.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetCharacteristicValue.classTask for asset characteristic value historyclassBusiness task in order to load aBOAssetCharacteristicValue.classBusiness task in order to search aBOAssetCharacteristicValue. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.contact.data
Classes in overit.geocallapp.wfm.assets.bl.contact.data that implement ToolModifier and TypeClassDescriptionclassDAO for contact info.classDAO for contact info history.classDAO for search asset contacts. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.contact.task
Classes in overit.geocallapp.wfm.assets.bl.contact.task that implement ToolModifier and TypeClassDescriptionclassHistory task for asset contactsclassBusiness task in order to insert aBOAssetContact.classBusiness task in order to load aBOAssetContact.classBusiness task in order to search aBOAssetContact.classBusiness task in order to update aBOAssetContact. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.contact.type.data
Classes in overit.geocallapp.wfm.assets.bl.contact.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for contact types.classDAO for contact types. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.contact.type.task
Classes in overit.geocallapp.wfm.assets.bl.contact.type.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.assets.bl.data
Classes in overit.geocallapp.wfm.assets.bl.data that implement ToolModifier and TypeClassDescriptionclassDAO for assets.classDAO used to search asset's descendants.classDAO for assets historyclassDAO used to search assets. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.entitytype.data
Classes in overit.geocallapp.wfm.assets.bl.entitytype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.assets.bl.linearassetlocation.task
Classes in overit.geocallapp.wfm.assets.bl.linearassetlocation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLinearAssetLocation.classBusiness task in order to load aBOLinearAssetLocation.classBusiness task in order to search aBOLinearAssetLocation.classBusiness task in order to update aBOLinearAssetLocation.classBusiness task in order to update a list ofBOLinearAssetLocation. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.operationcenter.data
Classes in overit.geocallapp.wfm.assets.bl.operationcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset operation centerclassDAO for asset operation center search -
Uses of Tool in overit.geocallapp.wfm.assets.bl.operationcenter.task
Classes in overit.geocallapp.wfm.assets.bl.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetOperationCenter.classBusiness task in order to load aBOAssetOperationCenter.classBusiness task in order to search aBOAssetOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.status.data
Classes in overit.geocallapp.wfm.assets.bl.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset status.classDAO for asset status search. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.status.task
Classes in overit.geocallapp.wfm.assets.bl.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetStatus.classBusiness task in order to load aBOAssetStatus.classBusiness task in order to search aBOAssetStatus.classBusiness task in order to update aBOAssetStatus.classBusiness task in order to load theBOAssetStatusvalid for the asset type
When theValidAssetStatusSearchEventis launched the BT notices the call and loads all theBOAssetStatusbasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.status.type.data
Classes in overit.geocallapp.wfm.assets.bl.status.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset status types.classDAO for asset status types search. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.status.type.task
Classes in overit.geocallapp.wfm.assets.bl.status.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAssetStatusType.classBusiness task in order to search aBOAssetStatusType. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.task
Classes in overit.geocallapp.wfm.assets.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetas child of another given one.classBusiness task in order to insert a list ofAssetChildInsertInput.classBusiness task in order to delete aBOAssetas child of another given one.classBusiness task in order to search descendant of aBOAsset.classTask Asset historyclassBusiness task in order to insert aBOAsset.classBusiness task in order to insert a list ofBOAsset.classBusiness task in order to load aBOAsset.classTask that listen theAssetNotificationEventthat is launched when there is a change in the entityBOAssetThis task depending on theAssetNotificationEventdoes the login needed by the action done on the entity.classBusiness task in order to search aBOAsset.classBusiness task in order to load a list ofBOAssetthat are a subtree.classBusiness task in order to update aBOAsset.classBusiness task in order to update a list ofBOAsset. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.admittedstatus.data
Classes in overit.geocallapp.wfm.assets.bl.type.admittedstatus.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset type admitted status.classDAO for asset type admitted status search. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.admittedstatus.task
Classes in overit.geocallapp.wfm.assets.bl.type.admittedstatus.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetTypeAdmittedStatus.classBusiness task in order to insert aBOAssetTypeAdmittedStatus.classBusiness task in order to search aBOAssetTypeAdmittedStatus. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.data
Classes in overit.geocallapp.wfm.assets.bl.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset types.classDAO for account types search. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.operationcenter.data
Classes in overit.geocallapp.wfm.assets.bl.type.operationcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset type operation center.classDAO for asset type operation center search. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.operationcenter.task
Classes in overit.geocallapp.wfm.assets.bl.type.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetTypeOperationCenter.classBusiness task in order to insert aBOAssetTypeOperationCenter.classBusiness task in order to search aBOAssetTypeOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.task
Classes in overit.geocallapp.wfm.assets.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetType.classBusiness task in order to load aBOAssetType.classBusiness task in order to search aBOAssetType.classBusiness task in order to update aBOAssetType. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.template.characteristic.data
Classes in overit.geocallapp.wfm.assets.bl.type.template.characteristic.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset type characteristics.classDAO used to search asset type template characteristics. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.template.characteristic.task
Classes in overit.geocallapp.wfm.assets.bl.type.template.characteristic.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAssetTypeTemplateCharacteristic.classBusiness task in order to search aBOAssetTypeTemplateCharacteristic. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.template.data
Classes in overit.geocallapp.wfm.assets.bl.type.template.data that implement ToolModifier and TypeClassDescriptionclassDAO for asset template.classDAO for asset type templates. -
Uses of Tool in overit.geocallapp.wfm.assets.bl.type.template.task
Classes in overit.geocallapp.wfm.assets.bl.type.template.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetTypeTemplate.classBusiness task in order to load aBOAssetTypeTemplate.classBusiness task in order to search aBOAssetTypeTemplate.classBusiness task in order to update aBOAssetTypeTemplate. -
Uses of Tool in overit.geocallapp.wfm.booking.bl.appointment.task
Classes in overit.geocallapp.wfm.booking.bl.appointment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to to find a list ofBOAppointmentproposal to perform a given activity. -
Uses of Tool in overit.geocallapp.wfm.booking.bl.task
Classes in overit.geocallapp.wfm.booking.bl.task that implement ToolModifier and TypeClassDescriptionclassGeneric business task for Booking Management entities. -
Uses of Tool in overit.geocallapp.wfm.booking.login.task
Classes in overit.geocallapp.wfm.booking.login.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to modify theWFMIdentityto enable the Booking Management module. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.bundleRequirement.data
Classes in overit.geocallapp.wfm.bundler.bl.bundleRequirement.data that implement ToolModifier and TypeClassDescriptionclassDAO for bundle requirementclassDAO for bundle requirement search -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.data
Classes in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.data that implement ToolModifier and TypeClassDescriptionclassDAO for extracting bundle requirements from ABUNDLE table. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.task
Classes in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.task that implement ToolModifier and TypeClassDescriptionclassTask to repopulate the table RBUNREQUIREMENT from the values contained in ABUNDLE denormalized fields (ABUNMANDATORYRESOURCES, ABUNPREFERREDRESOURCES). -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task
Classes in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aggregated bundle requirements for multiple bundles.classBusiness task in order to delete aBOBundleRequirement.classBusiness task in order to insert aBOBundleRequirement.classBusiness task in order to load aBOBundleRequirement.classBusiness task in order to searchBOBundleRequirement.classBusiness task in order to update aBOBundleRequirement. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.data
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.data that implement ToolModifier and TypeClassDescriptionclassBundle operations ordering DAO. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.task
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that loads aBOBundleOperationOrdering.classBusiness task that searchesBOBundleOperationOrdering. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.task
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundlingRuleFilter.classBusiness task in order to load aBOBundlingRuleFilter.classBusiness task in order to delete all theBOBundlingRuleFilterassociated to a certainBOBundlingRuleHeader.classBusiness task in order to search aBOBundlingRuleFilter.classBusiness task in order to load all theBOBundlingRuleFilters related to a certainBOBundlingRuleHeader.classBusiness task in order to update aBOBundlingRuleFilter. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for bundling rule headers.classDAO used only in order to search bundling rule headers. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundlingRuleHeader.classBusiness task in order to load aBOBundlingRuleHeader.classBusiness task in order to search aBOBundlingRuleHeader.classBusiness task in order to update aBOBundlingRuleHeader.classBusiness task in order to validate aBOBundlingRuleHeader. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassBundling rule ordering DAO.classDAO used only in order to search bundling rule orderings. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.task
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that inserts aBOBundlingRuleOrdering.classBusiness task that loads aBOBundlingRuleOrdering.classBusiness task that deletes all theBOBundlingRuleOrderingassociated to a specificBOBundlingRuleHeader.classBusiness task that searchesBOBundlingRuleOrdering.classBusiness task that loads all theBOBundlingRuleOrderingassociated to a specificBOBundlingRuleHeader.classBusiness task that updates aBOBundlingRuleOrdering. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task
Classes in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBundlingRule.classBusiness task in order to save aBundlingRule.classBusiness task in order to search aBundlingRule. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.criterion.data
Classes in overit.geocallapp.wfm.bundler.bl.criterion.data that implement ToolModifier and TypeClassDescriptionclassDAO for bundle's aggregation criterion. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.criterion.task
Classes in overit.geocallapp.wfm.bundler.bl.criterion.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleCriterion.classBusiness task in order to load aBOBundleCriterion.classBusiness task in order to search aBOBundleCriterion.classBusiness task in order to update aBOBundleCriterion. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.header.data
Classes in overit.geocallapp.wfm.bundler.bl.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for bundle header.classDAO used to search for bundle headers. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.header.status.data
Classes in overit.geocallapp.wfm.bundler.bl.header.status.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.header.status.task
Classes in overit.geocallapp.wfm.bundler.bl.header.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOBundleStatus.classBusiness task in order to search aBOBundleStatus. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.header.task
Classes in overit.geocallapp.wfm.bundler.bl.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleHeader.classBusiness task in order to load aBOBundleHeader.classBusiness task in order to update aBOBundleHeaderlocked attribute.classBusiness task in order to search aBOBundleHeader.classBusiness task in order to update the status of aBOBundleHeader.classBusiness task in order to update aBOBundleHeader.classBusiness task in order to change theBOBundleHeaderstate. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.operation.data
Classes in overit.geocallapp.wfm.bundler.bl.operation.data that implement ToolModifier and TypeClassDescriptionclassDAO for bundle operation.classDAO used to search for bundle operations. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.operation.status.data
Classes in overit.geocallapp.wfm.bundler.bl.operation.status.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.operation.status.task
Classes in overit.geocallapp.wfm.bundler.bl.operation.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOBundleOperationStatus.classBusiness task in order to search aBOBundleOperationStatus. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.operation.task
Classes in overit.geocallapp.wfm.bundler.bl.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleOperation.classBusiness task in order to load aBOBundleOperation.classBusiness task in order to search aBOBundleOperation.classBusiness task in order to load the list ofBOBundleOperationrelated to the givenBOBundleHeader.classBusiness task in order to update the status of aBOBundleOperation.classBusiness task in order to update aBOBundleOperation. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.skill.data
Classes in overit.geocallapp.wfm.bundler.bl.skill.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.skill.task
Classes in overit.geocallapp.wfm.bundler.bl.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleSkill.classBusiness task in order to load aBOBundleSkill.classBusiness task in order to delete all theBOBundleSkillrelated to a specificBOBundleHeader.classBusiness task in order to search aBOBundleSkill.classBusiness task in order to load all theBOBundleSkillrelated to a specificBOBundleHeader.classBusiness task in order to update aBOBundleSkill. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.skilldivision.data
Classes in overit.geocallapp.wfm.bundler.bl.skilldivision.data that implement ToolModifier and TypeClassDescriptionclassDAO for the bundle skill divisions relation. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.skilldivision.task
Classes in overit.geocallapp.wfm.bundler.bl.skilldivision.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOBundleSkillDivision.classBusiness task in order to load aBOBundleSkillDivision.classBusiness task in order to delete all theBOBundleSkillDivisionrelated to a specificBOBundleHeader.classBusiness task in order to search aBOBundleSkillDivision.classBusiness task in order to load all theBOBundleSkillDivisionrelated to aBOBundleHeader.classBusiness task in order to update aBOBundleSkillDivision. -
Uses of Tool in overit.geocallapp.wfm.bundler.bl.task
Classes in overit.geocallapp.wfm.bundler.bl.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.availability.type.data
Classes in overit.geocallapp.wfm.calendars.bl.availability.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Availability Types.classDAO to search for Availability Types. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.availability.type.task
Classes in overit.geocallapp.wfm.calendars.bl.availability.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAvailabilityType.classBusiness task in order to search forBOAvailabilityTypes. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shifts.classDAO to search for Work Shifts. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Exceptions.classDAO to search for Work Shift Exceptions. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Exception Class.classDAO to search for Work Shift Exception Classes. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkShiftExceptionClass.classBusiness task in order to load aBOWorkShiftExceptionClass.classBusiness task in order to search forBOWorkShiftExceptionClasss.classBusiness task in order to update aBOWorkShiftExceptionClass. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for Work Shift Exception Class Type.classDAO to search for Work Shift Exception Class Types. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftExceptionClassType.classBusiness task in order to search forBOWorkShiftExceptionClassType. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Exception Impacts.classDAO to search for Work Shift Exception Impacts. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftExceptionImpact.classBusiness task in order to search forBOWorkShiftExceptionImpacts. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Exception Managements.classDAO to search for Work Shift Exception Managements. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftExceptionManagement.classBusiness task in order to search forBOWorkShiftExceptionManagements. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.task that implement ToolModifier and TypeClassDescriptionclassBusiness task used to find theBOWorkShiftthat is nearest the reference date.classBusiness task used to find any overlappingBOWorkShiftExceptionon the given day interval for the given resource.classBusiness task in order to delete theBOWorkShiftException.classBusiness task in order to delete a list ofBOWorkShiftException.classBusiness task in order to insert aBOWorkShiftException.classBusiness task in order to insert a list ofBOWorkShiftException.classBusiness task in order to load aBOWorkShiftException.classBusiness task in order to search forBOWorkShiftExceptions.classBusiness task which implements some calculation logics related to aBOWorkShiftException.classBusiness task in order to update a list ofBOWorkShiftException. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Exception Type.classDAO to search for Work Shift Exception Types. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkShiftExceptionType.classBusiness task in order to load aBOWorkShiftExceptionType.classBusiness task in order to search forBOWorkShiftExceptionTypes.classBusiness task in order to update aBOWorkShiftExceptionType. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search for existingBOWorkShifts, related to a given resource for a certain day.classBusiness task used to find any overlappingBOWorkShifts on the given day for the given resource.classBusiness task in order to load aBOWorkShift.classBusiness task used to calculate the overlap between a newBOWorkShiftand a list of already existing ones.classBusiness task in order to search forBOWorkShifts.classBusiness task in order to load theTimeLineof aBOWorkShifts. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.type.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Types.classDAO to search for Work Shift Types. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.type.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkShiftType.classBusiness task in order to load aBOWorkShiftType.classBusiness task in order to search forBOWorkShiftTypes.classBusiness task in order to update aBOWorkShiftType. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Type Class.classDAO to search for Work Shift Type Classes. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftTypeClass.classBusiness task in order to search forBOWorkShiftTypeClasss. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.data
Classes in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.data that implement ToolModifier and TypeClassDescriptionclassDAO for Work Shift Exception Work Shifts.classDAO to search for Work Shift Exception Work Shifts. -
Uses of Tool in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.task
Classes in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkShiftExceptionWorkShift.classBusiness task in order to load aBOWorkShiftExceptionWorkShift.classBusiness task in order to search forBOWorkShiftExceptionWorkShifts. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.catalogcode.data
Classes in overit.geocallapp.wfm.catalogs.bl.catalogcode.data that implement ToolModifier and TypeClassDescriptionclassDAO for catalog code.classDAO for catalog code search. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.catalogcode.task
Classes in overit.geocallapp.wfm.catalogs.bl.catalogcode.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCatalogCode.classBusiness task in order to load aBOCatalogCode.classBusiness task in order to search aBOCatalogCode.classBusiness task in order to update aBOCatalogCode. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.cataloggroup.data
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.data that implement ToolModifier and TypeClassDescriptionclassDAO for catalog group.classDAO for catalog group search. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.cataloggroup.task
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCatalogGroup.classBusiness task in order to load aBOCatalogGroup.classBusiness task in order to search aBOCatalogGroup.classBusiness task in order to update aBOCatalogGroup. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.data
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for catalog group type.classDAO for catalog group type search. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.data
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.data that implement ToolModifier and TypeClassDescriptionclassDAO for catalog group entity types.classDAO for catalog group entity type search. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.task
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCatalogGroupEntityType.classBusiness task in order to search aBOCatalogGroupEntityType. -
Uses of Tool in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.task
Classes in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCatalogGroupType.classBusiness task in order to load aBOCatalogGroupType.classBusiness task in order to search aBOCatalogGroupType.classBusiness task in order to update aBOCatalogGroupType. -
Uses of Tool in overit.geocallapp.wfm.cee.bl.da
Classes in overit.geocallapp.wfm.cee.bl.da that implement ToolModifier and TypeClassDescriptionclassclassclassDAO class for extracting intervention informationsclassDAO class for extracting planned intervention informations -
Uses of Tool in overit.geocallapp.wfm.cee.bl.intervention.task
Classes in overit.geocallapp.wfm.cee.bl.intervention.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassVC appointment activation notificationclassclassScheduled task for VC appointments activation -
Uses of Tool in overit.geocallapp.wfm.cee.bl.message.task
Classes in overit.geocallapp.wfm.cee.bl.message.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.cee.bl.survey.da
Classes in overit.geocallapp.wfm.cee.bl.survey.da that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.bl.survey.task
Classes in overit.geocallapp.wfm.cee.bl.survey.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.bl.task
Classes in overit.geocallapp.wfm.cee.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for planning action notification to Cee applicationclassBusiness task for appointment creation notification to Cee applicationclassBusiness task for booking action notification to Cee applicationclassGeneric business task for CEE Management entities.classBusiness task for planning action notification to Cee applicationclassBusiness task for planning action notification to Cee applicationclassBusiness task for WO validation notification to Cee application -
Uses of Tool in overit.geocallapp.wfm.cee.bl.vcappointment.da
Classes in overit.geocallapp.wfm.cee.bl.vcappointment.da that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.bl.vcappointment.task
Classes in overit.geocallapp.wfm.cee.bl.vcappointment.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.replicator.datasource
Classes in overit.geocallapp.wfm.cee.replicator.datasource that implement ToolModifier and TypeClassDescriptionclassDABase for extraction queries related to CEE interventions -
Uses of Tool in overit.geocallapp.wfm.cee.ux.eventtemplates
Classes in overit.geocallapp.wfm.cee.ux.eventtemplates that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.ux.note
Classes in overit.geocallapp.wfm.cee.ux.note that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.ux.note.task
Classes in overit.geocallapp.wfm.cee.ux.note.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.ux.survey
Classes in overit.geocallapp.wfm.cee.ux.survey that implement Tool -
Uses of Tool in overit.geocallapp.wfm.cee.ux.templatemessages
Classes in overit.geocallapp.wfm.cee.ux.templatemessages that implement ToolModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.cee.ux.vcappointment
Classes in overit.geocallapp.wfm.cee.ux.vcappointment that implement Tool -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.characteristicclass.data
Classes in overit.geocallapp.wfm.characteristics.bl.characteristicclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for characteristic classes.classDAO for search characteristic classes. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.characteristicclass.task
Classes in overit.geocallapp.wfm.characteristics.bl.characteristicclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCharacteristicClass.classBusiness task in order to load aBOCharacteristicClass.classBusiness task in order to search aBOCharacteristicClass.classBusiness task in order to update aBOCharacteristicClass. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.data
Classes in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for characteristic class types.classDAO for search characteristic class types. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.task
Classes in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCharacteristicClassType.classBusiness task in order to search aBOCharacteristicClassType. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.data
Classes in overit.geocallapp.wfm.characteristics.bl.data that implement ToolModifier and TypeClassDescriptionclassDAO for characteristics.classDAO to search characteristics. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.task
Classes in overit.geocallapp.wfm.characteristics.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCharacteristic.classBusiness task in order to search aBOCharacteristic. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.usage.data
Classes in overit.geocallapp.wfm.characteristics.bl.usage.data that implement ToolModifier and TypeClassDescriptionclassDAO for characteristic usages.classDAO for search characteristic usages. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.usage.task
Classes in overit.geocallapp.wfm.characteristics.bl.usage.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCharacteristicUsage.classBusiness task in order to search aBOCharacteristicUsage. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.valuedomain.data
Classes in overit.geocallapp.wfm.characteristics.bl.valuedomain.data that implement ToolModifier and TypeClassDescriptionclassDAO for feature value domains.classDAO for search feature value domains. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.data
Classes in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.data that implement ToolModifier and TypeClassDescriptionclassDAO for feature value domain items.classDAO for search feature value domain items. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.task
Classes in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOValueDomainItem.classBusiness task in order to load aBOValueDomainItem.classBusiness task in order to search aBOValueDomainItem.classBusiness task in order to update aBOValueDomainItem. -
Uses of Tool in overit.geocallapp.wfm.characteristics.bl.valuedomain.task
Classes in overit.geocallapp.wfm.characteristics.bl.valuedomain.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOValueDomain.classBusiness task in order to load aBOValueDomain.classBusiness task in order to search aBOValueDomain.classBusiness task in order to update aBOValueDomain. -
Uses of Tool in overit.geocallapp.wfm.clienti.dettaglio
Classes in overit.geocallapp.wfm.clienti.dettaglio that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.clienti.dettaglio.CEditImpiantoPrivate implementation of the core.ux EditTecnicalObject containerclassoverit.geocallapp.wfm.clienti.dettaglio.CEditUtenza -
Uses of Tool in overit.geocallapp.wfm.clienti.ricerca
Classes in overit.geocallapp.wfm.clienti.ricerca that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.clienti.ricerca.SearchTechnicalObject -
Uses of Tool in overit.geocallapp.wfm.core.bl.agenda.canceldate.task
Classes in overit.geocallapp.wfm.core.bl.agenda.canceldate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to call Cancel Date. -
Uses of Tool in overit.geocallapp.wfm.core.bl.agenda.confirmdate.task
Classes in overit.geocallapp.wfm.core.bl.agenda.confirmdate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to call Confirm Date. -
Uses of Tool in overit.geocallapp.wfm.core.bl.agenda.createworkorderbase.task
Classes in overit.geocallapp.wfm.core.bl.agenda.createworkorderbase.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.agenda.firstdate.task
Classes in overit.geocallapp.wfm.core.bl.agenda.firstdate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to call First Date. -
Uses of Tool in overit.geocallapp.wfm.core.bl.agenda.furtherdate.task
Classes in overit.geocallapp.wfm.core.bl.agenda.furtherdate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to call Further Date. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.automaton.state.data
Classes in overit.geocallapp.wfm.core.bl.base.automaton.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.datatype.data
Classes in overit.geocallapp.wfm.core.bl.base.datatype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.datatype.task
Classes in overit.geocallapp.wfm.core.bl.base.datatype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBODataType.classBusiness task in order to search aBODataType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.externalsystem.data
Classes in overit.geocallapp.wfm.core.bl.base.externalsystem.data that implement ToolModifier and TypeClassDescriptionclassDAO for external systems.classDAO for external systems. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.externalsystem.task
Classes in overit.geocallapp.wfm.core.bl.base.externalsystem.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOExternalSystem.classBusiness task in order to load aBOExternalSystem.classBusiness task in order to search aBOExternalSystem.classBusiness task in order to update aBOExternalSystem. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.measureunit.data
Classes in overit.geocallapp.wfm.core.bl.base.measureunit.data that implement ToolModifier and TypeClassDescriptionclassclassDAO for measure units. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.measureunit.task
Classes in overit.geocallapp.wfm.core.bl.base.measureunit.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasureUnit.classBusiness task in order to load aBOMeasureUnit.classBusiness task in order to search aBOMeasureUnit.classBusiness task in order to update aBOMeasureUnit. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.ocgroups.data
Classes in overit.geocallapp.wfm.core.bl.base.ocgroups.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.ocgroups.task
Classes in overit.geocallapp.wfm.core.bl.base.ocgroups.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.operationcenter.address.data
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.address.data that implement ToolModifier and TypeClassDescriptionclassDAO for operation centers addresses.classDAO for operation centers addresses. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.operationcenter.address.task
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.address.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenterAddress.classBusiness task in order to search aBOOperationCenterAddress.classBusiness task in order to update aBOOperationCenterAddress.classBusiness task in order to update aBOOperationCenterAddressWithAddress.classBusiness task in order to update aBOOperationCenterAddressWithAddress.classBusiness task in order to set the main address for an operation center
When theOperationCenterMainAddressEventis launched the BT notices the call and updates the main operation center address basing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.operationcenter.data
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.operationcenter.task
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenter.classBusiness task in order to invalidate the necessary data related to theBOOperationCenter, such as the visibility settings and the static view.classBusiness task in order to load aBOOperationCenter.classBusiness task in order to search aBOOperationCenter.classBusiness task in order to update aBOOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.data
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.data that implement ToolModifier and TypeClassDescriptionclassDAO for operation center work center.classDAO for search operation center work center. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.task
Classes in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOOperationCenterWorkCenter.classBusiness task in order to insert aBOOperationCenterWorkCenter.classBusiness task in order to search aBOOperationCenterWorkCenter.classBusiness task in order to set the list of work centers of an operation center -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.structure.data
Classes in overit.geocallapp.wfm.core.bl.base.structure.data that implement ToolModifier and TypeClassDescriptionclassDAO for search structuresclassDAO for structures. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.structure.task
Classes in overit.geocallapp.wfm.core.bl.base.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOStructure.classBusiness task in order to load aBOStructure.classBusiness task in order to search aBOStructure.classBusiness task in order to update aBOStructure. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.da
Classes in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.da that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.task
Classes in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for duplicate the areas linked with a structure validity period.classBusiness task in order to delete structure validity period.
When theStructureValidityPeriodDeleteEventis launched the BT notices the call and delete theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to insert aBOStructureValidityPeriod.
When theStructureValidityPeriodInsertEventis launched the BT notices the call and inserts theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to update a structure validity period.
When theStructureValidityPeriodUpdateEventis launched the BT notices the call and update theBOStructureValidityPeriodbasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.systemsetting.task
Classes in overit.geocallapp.wfm.core.bl.base.systemsetting.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order that invalidates theStaticViewfor holiday. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.teamcardinality.data
Classes in overit.geocallapp.wfm.core.bl.base.teamcardinality.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.teamcardinality.task
Classes in overit.geocallapp.wfm.core.bl.base.teamcardinality.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamCardinality.classBusiness task in order to search aBOTeamCardinality. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.workcenter.data
Classes in overit.geocallapp.wfm.core.bl.base.workcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for work centers.classDAO for work centers. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.workcenter.task
Classes in overit.geocallapp.wfm.core.bl.base.workcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCenter.
When theWorkCenterInsertEventis launched the BT notices the call and inserts theBOWorkCenterbasing on the event's input.classBusiness task in order to load aBOWorkCenter.classBusiness task in order to search aBOWorkCenter.
When theWorkCenterSearchEventis launched the BT notices the call and searches theBOWorkCenterbasing on the event's input.classBusiness task in order to update aBOWorkCenter. -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.zone.data
Classes in overit.geocallapp.wfm.core.bl.base.zone.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.base.zone.rzonemicroclusteraggregate.data
Classes in overit.geocallapp.wfm.core.bl.base.zone.rzonemicroclusteraggregate.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.bundler.bundling.data
Classes in overit.geocallapp.wfm.core.bl.bundler.bundling.data that implement ToolModifier and TypeClassDescriptionclassDAO for bundle work order operations search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.bundler.bundling.task
Classes in overit.geocallapp.wfm.core.bl.bundler.bundling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to select the list of wantedBOWorkOrderOperationfor theBundlingEvent, mapped by the id of the work order'sBOOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.core.bl.bundler.data
Classes in overit.geocallapp.wfm.core.bl.bundler.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.bundler.header.task
Classes in overit.geocallapp.wfm.core.bl.bundler.header.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.bundler.operation.data
Classes in overit.geocallapp.wfm.core.bl.bundler.operation.data that implement ToolModifier and TypeClassDescriptionclassDAO used only in order to search work order operations and the related bundle operations. -
Uses of Tool in overit.geocallapp.wfm.core.bl.bundler.operation.task
Classes in overit.geocallapp.wfm.core.bl.bundler.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOBundleOperationtogether with the relatedBOWorkOrderOperation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.bundler.task
Classes in overit.geocallapp.wfm.core.bl.bundler.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBundleEntitiesAggregate.classBusiness task in order to search aBundle.classBusiness task in order to change the state of theBundlerelated to the givenBOWorkOrderOperation, according to its state change. -
Uses of Tool in overit.geocallapp.wfm.core.bl.calendar.task
Classes in overit.geocallapp.wfm.core.bl.calendar.task that implement ToolModifier and TypeClassDescriptionclassBTDuplicateCalendar<I extends DuplicateCalendarInput>Base Business task responsible for handling the duplication of calendar events.classBusiness task responsible for handling the duplication of an interval in a resource calendar event.classBusiness task responsible for handling the duplication of a resource calendar on different resources event. -
Uses of Tool in overit.geocallapp.wfm.core.bl.common.validexecution
Classes in overit.geocallapp.wfm.core.bl.common.validexecution that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.crewshell.address.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.address.data that implement ToolModifier and TypeClassDescriptionclassBase DAO for crew shell address address. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.address.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.address.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOCrewShellAddressobject.classBusiness task to insert aBOCrewShellAddressobject.classBusiness task to load aBOCrewShellAddressobject.classBusiness task to searchBOCrewShellAddressobjects.classBusiness task in order to update aBOCrewShellAddressobject. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.data that implement ToolModifier and TypeClassDescriptionclassDAO to search crew shell members (with user data). -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.data that implement ToolModifier and TypeClassDescriptionclassDAO for crew shell technician.classDAO to search crew shell technician. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to import theBOSchedulingUserobjects to be allocated in theBOCrewShellobject.classBusiness task to copy theBOCrewShellDraftCompositionobjects from the original day to the destination day
When theCrewShellTechnicianAllocationCopyEventevent is launched the BT notices the call and copy theBOCrewShellDraftComposition.classBusiness task in order to update the foreman of aBOCrewShellobject for a given composition day.classBusiness task to deallocate aBOCrewShellDraftCompositionfrom theBOCrewShell.classBusiness task to delete aBOCrewShellDraftCompositionobject.classBusiness task to insert aBOCrewShellDraftCompositionobject.classBusiness task to load aBOCrewShellDraftCompositionobject.classBusiness task to perform a massive deletion ofBOCrewShellDraftCompositionobjects.classBusiness task to searchBOCrewShellDraftCompositionobjects.classBusiness task in order to update aBOCrewShellDraftCompositionobject. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.workshift.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to create all the crew shell technician's workshift objects. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.data that implement ToolModifier and TypeClassDescriptionclassBase DAO for crew shell composition mismatch.classBase DAO for crew shell composition mismatch search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to align aBOCrewShellCompositionMismatchafter a composition change.classBusiness task in order to delete aBOCrewShellCompositionMismatchobject.classBusiness task to insert aBOCrewShellCompositionMismatchobject.classBusiness task to load aBOCrewShellCompositionMismatchobject.classBusiness task to searchBOCrewShellCompositionMismatchobjects.classBusiness task in order to update aBOCrewShellCompositionMismatchobject. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.composition.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.composition.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check crew shell composition
When theCrewShellCompositionCheckEventis launched the BT notices the call and checks crew shell composition in theCrewShellCompositionCheckInputbasing on the event's input.classBusiness task to confirm aBOCrewShellCompositionobject.classBusiness task in order to delete aBOCrewShellCompositionobject.classBusiness task to insert aBOCrewShellCompositionobject.classBusiness task to update aBOCrewShellCompositionobject.classBusiness task to searchCrewShellMemberobjects. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.configuration.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.configuration.data that implement ToolModifier and TypeClassDescriptionclassDAO for crew shell configuration. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for crew shell operation center. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to delete aBOCrewShellOperationCenterobject.classBusiness task to insert aBOCrewShellOperationCenterobject.classBusiness task to load aBOCrewShellOperationCenterobject.classBusiness task to searchBOCrewShellOperationCenterobjects. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.configuration.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.configuration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCrewShellConfigurationobject.classBusiness task to load aBOCrewShellConfigurationobject.classBusiness task to searchBOCrewShellConfigurationobjects.classBusiness task in order to update aBOCrewShellConfigurationobject. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.data that implement ToolModifier and TypeClassDescriptionclassDAO for searching crew shell by schedulings. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.scheduling.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.scheduling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to validate the crew shell composition before validation
When theScheduleCheckValidationEventis launched the BT notices the call and validate the crew shell basing on the event's input.classBusiness task in order to pre process the schedulings before validation
When theDaySchedulingValidationPreProcessEventis launched the BT notices the call and pre process the schedulings basing on the event's input.classBusiness task in order to remove theBOSchedulingfrom the crew shell's resources
When theCrewShellResourceSchedulingsDeleteEventis launched the BT notices the call and delete theBOSchedulingbasing on the event's input.classBusiness task in order to transfer theBOSchedulingbelonging to a crew shell in a day.classBusiness task in order to complete the scheduling optimization process for a crew shell
When theSchedulingCompleteOptimizationProcessEventis launched the BT notices the call and complete the optimization process basing on the event's input.classBusiness task in order to transfer theBOSchedulingbelonging to a crew shell in a day. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.data that implement ToolModifier and TypeClassDescriptionclassDAO Users for Work Day Closure for crew shells -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task to close a crew shell work day. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.skill.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.skill.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.skill.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to delete aBOCrewShellSkillobject.classBusiness task to insert aBOCrewShellSkillobject.classBusiness task to load aBOCrewShellSkillobject.classBusiness task to replace theBOSkillobjects associated with a givenBOCrewShellobject.classBusiness task to searchBOCrewShellSkillobjects. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.task that implement ToolModifier and TypeClassDescriptionclassBTCrewShellCheckable<I,O> The Class that defines the abstract checkable business task for encapsulate the validation.classGeneric business task for the crew shell checker entities.classBusiness task in order to insert aBOCrewShellobject.classBusiness task in order to update aBOCrewShellobject. -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.user.data
Classes in overit.geocallapp.wfm.core.bl.crewshell.user.data that implement ToolModifier and TypeClassDescriptionclassDAO for crew shell and fictitious user -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.user.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.user.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.crewshell.workshift.task
Classes in overit.geocallapp.wfm.core.bl.crewshell.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check crew shell violation on team shift check insert.classBusiness task in order to calculate all the workshift objectsCrewShellWorkshiftBuildOutput.classBusiness task in order to check crew shell workshift
When theCrewShellWorkshiftCheckEventis launched the BT notices the call and checks crew shell composition in theCrewShellWorkshiftCheckInputbasing on the event's input.classBusiness task to complete a crew shellBOWorkShiftdelete action.classBusiness task to complete a crew shellBOWorkShiftinsert or update action.classBusiness task in order to disable the crew shell workshift objects When theCrewShellResourceWorkshiftDisableEventis launched the BT notices the call and disable all the crew shell workshift objects basing on the event's input.classBusiness task in order to enable the crew shell work shift objects When theCrewShellResourceWorkshiftEnableEventis launched the BT notices the call and enable all the crew shell work shift objects basing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.data that implement ToolModifier and TypeClassDescriptionclassDAO for the Critical Activity.classDAO for the Critical Activity search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task that implement ToolModifier and TypeClassDescriptionclassBusiness task of the automatic detection process, which allows to detect the whole set of critical activities.classBusiness task that cleans all the critical activity detect processes that are pending due to a node failure.classGeneric business task for critical activity entities.classBusiness task that updates a group of filteredBOCriticalActivityDetectProcess.classBusiness task that inserts aBOCriticalActivityDetectProcess.classBusiness task that loads aBOCriticalActivityDetectProcess.classBusiness task that searches forBOCriticalActivityDetectProcess.classBusiness task that updates aBOCriticalActivityDetectProcess.classBusiness task that to searches theBOWorkOrderOperationfor the critical activity detect process.classclassBusiness task of forced detection process, which allows to detect critical activities on a set ofBOWorkOrderOperation.classBusiness task that launches the critical activity forced detection onScheduleCompleteManualActionEvent.classBusiness task that launches the critical activity forced detection onScheduleCompleteValidationEvent. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.data that implement ToolModifier and TypeClassDescriptionclassDAO for the Critical Activity Rule Criterion.classDAO for the Critical Activity Rule Criterion search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.task
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCriticalActivityRuleCriterion.classBusiness task in order to search aBOCriticalActivityRuleCriterion. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for the Critical Activity Rule Header.classDAO for the Critical Activity Rule Header search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.task
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCriticalActivityRuleHeader.classBusiness task in order to load aBOCriticalActivityRuleHeader.classBusiness task in order to search aBOCriticalActivityRuleHeader.classBusiness task in order to update aBOCriticalActivityRuleHeader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.rule.task
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aCriticalActivityRule.classBusiness task in order to save aCriticalActivityRule. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.data
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.data that implement ToolModifier and TypeClassDescriptionclassDAO for the Critical Activity Rule WO Filter.classDAO for the Critical Activity Rule WO Filter search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.task
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOCriticalActivityRuleWOFilter.classBusiness task in order to insert aBOCriticalActivityRuleWOFilter.classBusiness task in order to load aBOCriticalActivityRuleWOFilter.classBusiness task in order to search aBOCriticalActivityRuleWOFilter. -
Uses of Tool in overit.geocallapp.wfm.core.bl.criticalactivity.task
Classes in overit.geocallapp.wfm.core.bl.criticalactivity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that deletes a group of filteredBOCriticalActivity.classBusiness task that adds critical activity data to a DBView containing scheduling activities.classBusiness task in order to insert aBOCriticalActivity.classBusiness task in order to load aBOCriticalActivity.classBusiness task in order to search aBOCriticalActivity.classBusiness task that loads the map ofWoOperationCriticalActivitiesAggregatefor the given wo operations. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.data that implement ToolModifier and TypeClassDescriptionclassDAO for the data collection sheet conversion.classDAO for the data collection sheet conversion search. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for the data collection sheet conversion massive search. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for the data collection sheet conversion subset.classDAO for the data collection sheet conversion subset search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBODataCollectionSheetConversionSubset.classBusiness task in order to insert aBODataCollectionSheetConversionSubset.classBusiness task in order to load aBODataCollectionSheetConversionSubset.classBusiness task in order to search aBODataCollectionSheetConversionSubset.classBusiness task in order to update aBODataCollectionSheetConversionSubset. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionSheetConversion.classBusiness task to search aBODataCollectionSheetConversion.classBusiness task that starts the Data Collection Sheet Massive Conversion.classBusiness task that starts the Data Collection Sheet Subset Conversion. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.create
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.create that implement ToolModifier and TypeClassDescriptionclassBusiness task to convert aSchedaTreeinto aDataCollectionSheetInstance. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.instance
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.instance that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to fill in aDataCollectionSheetInstance.classBusiness task in order to insert aDataCollectionSheetInstance. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.load
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.load that implement ToolModifier and TypeClassDescriptionclassBusiness task to load necessary data to start the sheet conversion. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.data that implement ToolModifier and TypeClassDescriptionclassDAO for Data Collection Table Node Conversion Log -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTableNodeConversion.classBusiness task in order to search aBODataCollectionTableNodeConversion.classBusiness task that starts the Data Collection Table Nodes to Options Group Conversion When theDataCollectionTableNodeConverterEventis launched. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.template.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.data that implement ToolModifier and TypeClassDescriptionclassDAO for Data Collection Template Conversion LogclassDAO for Data Collection Template Conversion Log Search -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for the data collection template conversion massive search. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for the data collection template conversion subset.classDAO for the data collection template conversion subset search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBODataCollectionTemplateConversionSubset.classBusiness task in order to insert aBODataCollectionTemplateConversionSubset.classBusiness task in order to load aBODataCollectionTemplateConversionSubset.classBusiness task in order to search aBODataCollectionTemplateConversionSubset.classBusiness task in order to update aBODataCollectionTemplateConversionSubset. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for the data collection template version (structure) conversion.classDAO for the data collection template version (structure) conversion search. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for the data collection outcome reasons. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionOutcomeReasonConversion.classBusiness task in order to search afilter = event.getFilter();. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that convert an old Data Collection Template Tree Structure into a new one.classBusiness task in order to insert aBODataCollectionTemplateStructureRelease.classBusiness task in order to insert aBODataCollectionTemplateVersionConversion.classBusiness task in order to search afilter = event.getFilter();. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.template.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aTemplateTreein aBODataCollectionTemplateHeader.classBusiness task in order to insert aBODataCollectionTemplateConversion.classBusiness task in order to insert aDataCollectionTemplateRelease.classBusiness task in order to insert a sheet into aDataCollectionTemplate.classBusiness task in order to load aTemplateTree.classBusiness task that load aHashGettercontaining old template header information.classBusiness task in order to load the currentDataCollectionTemplateRelease.classBusiness task in order to save aDataCollectionTemplateRelease.classBusiness task in order to search aBODataCollectionTemplateConversion.classBusiness task that starts the Data Collection Template Massive Conversion.classBusiness task that starts the Data Collection Template Subset Conversion. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for the data collection work cycle rule conversion. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionWorkCycleConversion.classBusiness task in order to search afilter = event.getFilter();. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.data that implement ToolModifier and TypeClassDescriptionclassDAO for Data Collection Template Type Conversion Log -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateTypeConversion.classBusiness task in order to search aBODataCollectionTemplateTypeConversion.classBusiness task that starts the Data Collection Table Nodes to Options Group Conversion When theDataCollectionTypeConverterEventis launched. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check the global expressions defined insideDataCollectionTemplate. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.instance.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.instance.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to associate aDataCollectionSheetInstance.classBusiness task in order to associate an account to aDataCollectionSheetInstance.classBusiness task in order to associate an asset to aDataCollectionSheetInstance.classBusiness task in order to associate a scheduling user to aDataCollectionSheetInstance.classBusiness task in order to associate a work order operation to aDataCollectionSheetInstance.classBusiness task in order to cancel aDataCollectionSheetInstance.classBusiness task in order to close the work order operation associated to theDataCollectionSheetInstance.classBusiness task in order to dissociate from wo operation aDataCollectionSheetInstance.classBusiness task in order to exports pdf of theDataCollectionSheetInstance.classBusiness task in order to export the xlsx of aDataCollectionSheetInstance.classBusiness task in order to change the workorder operation state of aDataCollectionSheetInstance.classBusiness task in order to save aDataCollectionSheetInstance.classBusiness task in order to update aDataCollectionSheetInstance. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.pushnotification
Classes in overit.geocallapp.wfm.core.bl.datacollection.pushnotification that implement ToolModifier and TypeClassDescriptionclassBusiness task for sending push notifications when data collection sheets are unlocked. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.rule.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.rule.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection template wo creation rule search.classDAO for work cycle operation data collection. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.sheet.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.sheet.data that implement ToolModifier and TypeClassDescriptionclassDAO for the data collection sheet search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.sheet.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.sheet.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to generate a unique code for aBODataCollectionSheet.classBusiness task in order to search aBODataCollectionSheet.classBusiness task in order to load aBODataCollectionSheet.classBusiness task in order to update aBODataCollectionSheet. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.template.data
Classes in overit.geocallapp.wfm.core.bl.datacollection.template.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.datacollection.template.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.template.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to order the expression evaluation of aDataCollectionTemplate.classBusiness task in order to apply aBODataCollectionTemplateWOCreationRule.classBusiness task in order to check theDataCollectionNodeExpressionsEvaluator.classDeprecated, 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.classBusiness task to search for required auto generable Dynamic Forms templates. -
Uses of Tool in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task
Classes in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for searching generable templates on mobile. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.facilitytype.data
Classes in overit.geocallapp.wfm.core.bl.features.facilitytype.data that implement ToolModifier and TypeClassDescriptionclassDAO for features facility type.classDAO used to search feature facility type.classDAO for features facility type. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.facilitytype.task
Classes in overit.geocallapp.wfm.core.bl.features.facilitytype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOFeatureFacilityType.classBusiness task in order to insert aBOFeatureFacilityType.classBusiness task in order to save aBOFeatureFacilityType.classBusiness task in order to search aBOFeatureFacilityType.classBusiness task in order to update aBOFeatureFacilityType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.feature.data
Classes in overit.geocallapp.wfm.core.bl.features.feature.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.feature.task
Classes in overit.geocallapp.wfm.core.bl.features.feature.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.featureclass.data
Classes in overit.geocallapp.wfm.core.bl.features.featureclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for feature classes.classDAO for search feature classes. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.featureclass.task
Classes in overit.geocallapp.wfm.core.bl.features.featureclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOFeatureClass.classBusiness task in order to load aBOFeatureClass.classBusiness task in order to search aBOFeatureClass.classBusiness task in order to update aBOFeatureClass. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.featureclasstype.data
Classes in overit.geocallapp.wfm.core.bl.features.featureclasstype.data that implement ToolModifier and TypeClassDescriptionclassDAO for feature class types.classDAO for search feature class types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.featureclasstype.task
Classes in overit.geocallapp.wfm.core.bl.features.featureclasstype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOFeatureClassType.classBusiness task in order to search aBOFeatureClassType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.usage.data
Classes in overit.geocallapp.wfm.core.bl.features.usage.data that implement ToolModifier and TypeClassDescriptionclassDAO for feature usages.classDAO for search feature usages. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.usage.task
Classes in overit.geocallapp.wfm.core.bl.features.usage.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOFeatureUsage.classBusiness task in order to search aBOFeatureUsage. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.valuedomain.data
Classes in overit.geocallapp.wfm.core.bl.features.valuedomain.data that implement ToolModifier and TypeClassDescriptionclassDAO for feature value domains.classDAO for search feature value domains. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.valuedomain.task
Classes in overit.geocallapp.wfm.core.bl.features.valuedomain.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOFeatureValueDomain.classBusiness task in order to load aBOFeatureValueDomain.classBusiness task in order to search aBOFeatureValueDomain.classBusiness task in order to update aBOFeatureValueDomain. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.valuedomainitem.data
Classes in overit.geocallapp.wfm.core.bl.features.valuedomainitem.data that implement ToolModifier and TypeClassDescriptionclassDAO for feature value domain items. -
Uses of Tool in overit.geocallapp.wfm.core.bl.features.valuedomainitem.task
Classes in overit.geocallapp.wfm.core.bl.features.valuedomainitem.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOFeatureValueDomainItem.classBusiness task in order to load aBOFeatureValueDomainItem.classBusiness task in order to search aBOFeatureValueDomainItem.classBusiness task in order to update aBOFeatureValueDomainItem. -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.authentication.task
Classes in overit.geocallapp.wfm.core.bl.gis.authentication.task that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.gis.offline.data
Classes in overit.geocallapp.wfm.core.bl.gis.offline.data that implement Tool -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.task
Classes in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOGisLayerType.classBusiness task in order to search aBOGisLayerType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.offline.notification.task
Classes in overit.geocallapp.wfm.core.bl.gis.offline.notification.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to create thePushNotifications used to notify that aBOGisOfflinePackagehas been modified.classBusiness task in order create and dispatch all thePushNotificationrelated to the updatedBOGisOfflinePackages. -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.offline.task
Classes in overit.geocallapp.wfm.core.bl.gis.offline.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to update aBOGisOfflinePackage.classBusiness task in order to insert aBOGisOfflinePackage.classBusiness task in order to load aBOGisOfflinePackage.classBusiness task in order to save a file in the givenBOGisOfflinePackage.classBusiness task in order to search aBOGisOfflinePackage.classBusiness task in order to update aBOGisOfflinePackage. -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.offline.type.data
Classes in overit.geocallapp.wfm.core.bl.gis.offline.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.offline.type.task
Classes in overit.geocallapp.wfm.core.bl.gis.offline.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOGisFileType.classBusiness task in order to load aBOGisFileType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.rule.data
Classes in overit.geocallapp.wfm.core.bl.gis.rule.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.gis.rule.task
Classes in overit.geocallapp.wfm.core.bl.gis.rule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOGisVisibilityRule.classEvent used to determine if a user matches theBOGisVisibilityRules related to a set ofBOGisOfflinePackages. -
Uses of Tool in overit.geocallapp.wfm.core.bl.loan.data
Classes in overit.geocallapp.wfm.core.bl.loan.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource loan.classDAO for resource loan search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.loan.task
Classes in overit.geocallapp.wfm.core.bl.loan.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceLoan.classBusiness task in order to search aBOResourceLoan. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.address.data
Classes in overit.geocallapp.wfm.core.bl.location.address.data that implement ToolModifier and TypeClassDescriptionclassDAO for addresses.classclassDAO for addresses. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.address.task
Classes in overit.geocallapp.wfm.core.bl.location.address.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to duplicate aBOAddress.classBusiness task in order to save a history ofBOAddress.classBusiness task in order to insert aBOAddress.classBusiness task in order to load aBOAddress.classBusiness task in order to search aBOAddress.classBusiness task in order to update aBOAddress.classBusiness task in order normalize aBOAddress. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.address.type.data
Classes in overit.geocallapp.wfm.core.bl.location.address.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for address type.classDAO for search address types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.address.type.task
Classes in overit.geocallapp.wfm.core.bl.location.address.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAddressType.classBusiness task in order to load aBOAddressType.classBusiness task in order to searchBOAddressType.classBusiness task in order to update aBOAddressType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.district.data
Classes in overit.geocallapp.wfm.core.bl.location.district.data that implement ToolModifier and TypeClassDescriptionclassDAO for districts.classDAO for search districts. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.district.task
Classes in overit.geocallapp.wfm.core.bl.location.district.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBODistrict.classBusiness task in order to search aBODistrict. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.geocoding.state.data
Classes in overit.geocallapp.wfm.core.bl.location.geocoding.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.geocoding.state.task
Classes in overit.geocallapp.wfm.core.bl.location.geocoding.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOGeocodingState.classBusiness task in order to search aBOGeocodingState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.geocoding.type.data
Classes in overit.geocallapp.wfm.core.bl.location.geocoding.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.geocoding.type.task
Classes in overit.geocallapp.wfm.core.bl.location.geocoding.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOGeocodingType.classBusiness task in order to search aBOGeocodingType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.data that implement ToolModifier and TypeClassDescriptionclassclassThis is a specific DAO for extract data of microclusters aggregates -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.task
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for insert a Microcluster Aggregate headerclassBusiness task in order to load aBOMicroclusterAggregate.classBusiness task in order to update aBOMicroclusterAggregateheader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.microcluster.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling area microcluster. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.task
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOSchedulingAreaMicrocluster. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.microcluster.zone.data
Classes in overit.geocallapp.wfm.core.bl.location.microcluster.zone.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.municipality.data
Classes in overit.geocallapp.wfm.core.bl.location.municipality.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.municipality.task
Classes in overit.geocallapp.wfm.core.bl.location.municipality.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMunicipality.classBusiness task in order to load aBOMunicipality.classBusiness task in order to search aBOMunicipality.classBusiness task in order to update aBOMunicipality. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.nation.data
Classes in overit.geocallapp.wfm.core.bl.location.nation.data that implement ToolModifier and TypeClassDescriptionclassDAO for nations.classDAO for search nations. -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.nation.task
Classes in overit.geocallapp.wfm.core.bl.location.nation.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.region.data
Classes in overit.geocallapp.wfm.core.bl.location.region.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.region.task
Classes in overit.geocallapp.wfm.core.bl.location.region.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.location.schedulingarea.data
Classes in overit.geocallapp.wfm.core.bl.location.schedulingarea.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.detail.data
Classes in overit.geocallapp.wfm.core.bl.log.detail.data that implement ToolModifier and TypeClassDescriptionclassDAO for log detailclassDAO for search logs details -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.detail.task
Classes in overit.geocallapp.wfm.core.bl.log.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogDetail.classBusiness task in order to load aBOLogDetail.classBusiness task in order to search aBOLogDetail. -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.master.data
Classes in overit.geocallapp.wfm.core.bl.log.master.data that implement ToolModifier and TypeClassDescriptionclassDAO for log masterclassDAO for search logs -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.master.task
Classes in overit.geocallapp.wfm.core.bl.log.master.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOLogMaster.classBusiness task in order to load aBOLogMaster.classBusiness task in order to search aBOLogMaster.classBusiness task in order to update aBOLogMaster. -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.processinglog.data
Classes in overit.geocallapp.wfm.core.bl.log.processinglog.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.processinglog.task
Classes in overit.geocallapp.wfm.core.bl.log.processinglog.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOLogProcessing.classBusiness task in order to search aBOLogProcessing. -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.state.data
Classes in overit.geocallapp.wfm.core.bl.log.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.state.task
Classes in overit.geocallapp.wfm.core.bl.log.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImportExportState.classBusiness task in order to search aBOImportExportState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.log.task
Classes in overit.geocallapp.wfm.core.bl.log.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.login.task
Classes in overit.geocallapp.wfm.core.bl.login.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to modify theWFMIdentity. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.data
Classes in overit.geocallapp.wfm.core.bl.material.data that implement ToolModifier and TypeClassDescriptionclassDAO for material.classDAO for search materials. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.goodsgroup.data
Classes in overit.geocallapp.wfm.core.bl.material.goodsgroup.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.goodsgroup.task
Classes in overit.geocallapp.wfm.core.bl.material.goodsgroup.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOGoodsGroup.classBusiness task in order to load aBOGoodsGroup.classBusiness task in order to search aBOGoodsGroup.classBusiness task in order to update aBOGoodsGroup. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.history.data
Classes in overit.geocallapp.wfm.core.bl.material.history.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.history.task
Classes in overit.geocallapp.wfm.core.bl.material.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOMaterial.classBusiness task in order to load aBOMaterialHistory.classBusiness task in order to search aBOMaterialHistory. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.itemtype.data
Classes in overit.geocallapp.wfm.core.bl.material.itemtype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.itemtype.task
Classes in overit.geocallapp.wfm.core.bl.material.itemtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialItemType.classBusiness task in order to load aBOMaterialItemType.classBusiness task in order to search aBOMaterialItemType.classBusiness task in order to update aBOMaterialItemType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.managementtype.data
Classes in overit.geocallapp.wfm.core.bl.material.managementtype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.managementtype.task
Classes in overit.geocallapp.wfm.core.bl.material.managementtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialManagementType.classBusiness task in order to search aBOMaterialManagementType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.materialclass.data
Classes in overit.geocallapp.wfm.core.bl.material.materialclass.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.materialclass.task
Classes in overit.geocallapp.wfm.core.bl.material.materialclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialClass.classBusiness task in order to load aBOMaterialClass.classBusiness task in order to search aBOMaterialClass.classBusiness task in order to update aBOMaterialClass. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.accounted.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.accounted.data that implement ToolModifier and TypeClassDescriptionclassDAO for Accounted Serialized Materials -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.accounted.task
Classes in overit.geocallapp.wfm.core.bl.material.serialized.accounted.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAccountedSerializedMaterial.classBusiness task in order to searchBOAccountedSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.data that implement ToolModifier and TypeClassDescriptionclassDAO for accounted serialized material search.classDAO for serialized material. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.history.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.history.data that implement ToolModifier and TypeClassDescriptionclassDAO for serialized material history. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.history.task
Classes in overit.geocallapp.wfm.core.bl.material.serialized.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOSerializedMaterial.classBusiness task in order to load aBOSerializedMaterialHistory.classBusiness task in order to searchBOSerializedMaterialHistory. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.model.data
Classes in overit.geocallapp.wfm.core.bl.material.serialized.model.data that implement ToolModifier and TypeClassDescriptionclassDAO for serialized material model.classDAO for serialized material model search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.model.task
Classes in overit.geocallapp.wfm.core.bl.material.serialized.model.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSerializedMaterialModel.classBusiness task in order to load aBOSerializedMaterialModel.classBusiness task in order to search aBOSerializedMaterialModel.classBusiness task in order to update aBOSerializedMaterialModel. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.serialized.task
Classes in overit.geocallapp.wfm.core.bl.material.serialized.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSerializedMaterial.classBusiness task in order to load aBOSerializedMaterial.classBusiness task in order to searchBOSerializedMaterial.classBusiness task in order to update aBOSerializedMaterial.classBusiness task in order to search accountedBOSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.task
Classes in overit.geocallapp.wfm.core.bl.material.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterial.classBusiness task in order to load aBOMaterial.classBusiness task in order to search aBOMaterial.classBusiness task in order to update aBOMaterial. -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.type.data
Classes in overit.geocallapp.wfm.core.bl.material.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.material.type.task
Classes in overit.geocallapp.wfm.core.bl.material.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialType.classBusiness task in order to search aBOMaterialType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.mobilecard.configurationinterventiongroup.task
Classes in overit.geocallapp.wfm.core.bl.mobilecard.configurationinterventiongroup.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aMobileCardConfigurationInterventionGroup.classBusiness task in order to update aBOInterventionGroup. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multimedia.mediafile.data
Classes in overit.geocallapp.wfm.core.bl.multimedia.mediafile.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.multimedia.mediafile.task
Classes in overit.geocallapp.wfm.core.bl.multimedia.mediafile.task that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.data
Classes in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.data that implement ToolModifier and TypeClassDescriptionclassDAO for Multistage dependency type. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.task
Classes in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageDependencyType.classBusiness task in order to search aBOMultistageDependencyType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.common.management.data
Classes in overit.geocallapp.wfm.core.bl.multistage.common.management.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.common.management.task
Classes in overit.geocallapp.wfm.core.bl.multistage.common.management.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageManagement.classBusiness task in order to search aBOMultistageManagement. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.configuration.data
Classes in overit.geocallapp.wfm.core.bl.multistage.configuration.data that implement ToolModifier and TypeClassDescriptionclassDAO for multistage configuration.classDAO used only for multistage configuration research. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.configuration.task
Classes in overit.geocallapp.wfm.core.bl.multistage.configuration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOMultistageConfigurationlinked to the given multistage configuration id.classBusiness task to check the presence of theBOMultistageConfiguration.classBusiness task in order to insert aBOMultistageConfiguration.classBusiness task in order to load aBOMultistageConfiguration.classBusiness task in order to load aBOMultistageConfigurationby operation center id.classBusiness task in order to load default of theBOMultistageConfiguration.classBusiness task in order to search aBOMultistageConfiguration.classBusiness task in order to update aBOMultistageConfiguration. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.data that implement ToolModifier and TypeClassDescriptionclassDAO used only for multistage group complete work order. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.dependency.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.dependency.data that implement ToolModifier and TypeClassDescriptionclassDAO for Multistage group dependency. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.dependency.task
Classes in overit.geocallapp.wfm.core.bl.multistage.group.dependency.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete theBOMultistageGroupDependencylinked to the given multistage group dependency id.classBusiness task in order to insert aBOMultistageGroupDependency.classBusiness task in order to load aBOMultistageGroupDependency.classBusiness task in order to load aBOMultistageGroupDependencyby multistage group id.classBusiness task in order to search aBOMultistageGroupDependency.classBusiness task in order to update aBOMultistageGroupDependency. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.header.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for Multistage group header.classDAO for Multistage group header. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.task
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageOriginType.classBusiness task in order to search aBOMultistageOriginType. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for Multistage group header sequence number. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.task
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to generate a new value of sequence number. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.header.state.task
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageState.classBusiness task in order to search aBOMultistageState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.header.task
Classes in overit.geocallapp.wfm.core.bl.multistage.group.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to evaluate code of multistage group header.classBusiness task in order to insert aBOMultistageGroupHeader.classBusiness task in order to load aBOMultistageGroupHeader.classBusiness task in order to search aBOMultistageGroupHeader.classBusiness task in order to update aBOMultistageGroupHeader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.operation.data
Classes in overit.geocallapp.wfm.core.bl.multistage.group.operation.data that implement ToolModifier and TypeClassDescriptionclassDAO for Multistage group operation.classDAO for Multistage group work order operation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.operation.task
Classes in overit.geocallapp.wfm.core.bl.multistage.group.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOMultistageGroupOperationlinked to the given multistage configuration id.classBusiness task in order to insert aBOMultistageGroupOperation.classBusiness task in order to load aBOMultistageGroupOperation.classBusiness task in order to search aBOMultistageGroupOperation.classBusiness task in order to update aBOMultistageGroupOperation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.group.task
Classes in overit.geocallapp.wfm.core.bl.multistage.group.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to add the aggregate data of the multistage group to the scheduling activites.classBusiness task in order to adds the dependencies to the multistage group.classBusiness task in order to adds the multistage group operations from the work order operation ids into the multistage group.classBusiness task in order to check dependencies consistency of aMultistageGroup.classBusiness task in order to check dependencies on a set of multistage operation ids.classBusiness task in order to check the multistage management.classBusiness task in order to to check if the work order operations can be inserted in the multistage group.classBusiness task in order to check if the work order operations status is compliant.classBusiness task in order complete work order operations view with the information of the multistage group.classBusiness task in order to complete work order view with the information of the multistage group.classBusiness task in order to compose multistage activities from multistage group.classBusiness task in order to edit dependencies of multistage group.classBusiness task in order to evaluate and update the multistage state.classBusiness task in order to the multistage state.classBusiness task in order to export aMultistageGroup.classBusiness task in order to insert multistage group from work order operations.classBusiness task in order to load aMultistageGroup.classBusiness task in order to delete aBOMultistageGroupOperation.classBusiness task in order to change the multistage group state based on the change of work order operation state.classBusiness task in order to remove dependencies from multistage group.classBusiness task in order to remove the operations from multistage group.classBusiness task in order to save aMultistageGroup. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.task
Classes in overit.geocallapp.wfm.core.bl.multistage.task that implement ToolModifier and TypeClassDescriptionclassBTMultistage<I>The Class that defines the abstract business task for encapsulate the validation.classThe Class that defines the abstract checkable business task for encapsulate the validation.classThe Class that defines the abstract checker business task for encapsulate the validation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.data that implement ToolModifier and TypeClassDescriptionclassDAO for multistage violation header and message. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.header.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for multistage violation header. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.header.task
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete a set ofBOMultistageViolationHeaderlinked to the given multistage violation header id.classBusiness task in order to insert aBOMultistageViolationHeader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.message.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.message.data that implement ToolModifier and TypeClassDescriptionclassDAO for multistage violation message. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.message.task
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.message.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete a set ofBOMultistageViolationMessagelinked to the given multistage violation message id.classBusiness task in order to insert aBOMultistageViolationMessage. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.task
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete theMultistageViolationgiven a filter.classBusiness task in order to evaluate theMultistageViolation.classBusiness task in order to extract the list of check issues.classBusiness task in order to insert aMultistageViolation.classBusiness task in order to load operations related violations.classBusiness task in order to check multistage violation on schedule check crystallization.classThe Class that defines the abstract business task for multistage violation on schedule check manual action.classBusiness task in order to check multistage violation on schedule check manual cancel.classBusiness task in order to check multistage violation on schedule check manual day cancel.classBusiness task in order to check multistage violation on schedule check manual modify.classBusiness task in order to check multistage violation on schedule check manual paste.classThe abstract class that defines the business task to check the multistage violation on schedule check planning.classBusiness task in order to check multistage violation on schedule check validation.classThe Class that defines the abstract business task for multistage violation on schedule complete.classBusiness task in order to regenerate multistage violation on schedule complete automatic scheduling.classBusiness task in order to regenerate multistage violation on schedule complete manual action.classBusiness task in order to regenerate multistage violation on schedule complete optimize.classBusiness task in order to regenerate multistage violation when point out that the work order operation state has been modified.classBusiness task in order to regenerate aMultistageViolationgiven a input.classBusiness task in order to search aMultistageViolation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.type.data
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Multistage violation type. -
Uses of Tool in overit.geocallapp.wfm.core.bl.multistage.violation.type.task
Classes in overit.geocallapp.wfm.core.bl.multistage.violation.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMultistageViolationType.classBusiness task in order to search aBOMultistageViolationType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.notification.data
Classes in overit.geocallapp.wfm.core.bl.notification.data that implement ToolModifier and TypeClassDescriptionclassDAO used for extract notifiable users. -
Uses of Tool in overit.geocallapp.wfm.core.bl.notification.task
Classes in overit.geocallapp.wfm.core.bl.notification.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.ossvehicle.data
Classes in overit.geocallapp.wfm.core.bl.ossvehicle.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.checker.task
Classes in overit.geocallapp.wfm.core.bl.permits.checker.task that implement ToolModifier and TypeClassDescriptionclassGeneric business task for the permit checker entities.classBusiness task in order to check Permits.classBusiness task in order to check Permits.classBusiness task in order to check Permits. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.converter.data
Classes in overit.geocallapp.wfm.core.bl.permits.converter.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.permits.converter.task
Classes in overit.geocallapp.wfm.core.bl.permits.converter.task that implement ToolModifier and TypeClassDescriptionclassThis class is used to converter Permit data.classclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.task
Classes in overit.geocallapp.wfm.core.bl.permits.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.type.data
Classes in overit.geocallapp.wfm.core.bl.permits.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Permit Type.classDAO for the permit type search. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.task
Classes in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOPermitTypeOutcomeReasonRel.classclassclassclassBusiness task in order to update aBOPermitTypeOutcomeReasonRel. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.type.task
Classes in overit.geocallapp.wfm.core.bl.permits.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOPermitType.classBusiness task in order to load aBOPermitType.classBusiness task in order to search aBOPermitType.classBusiness task in order to update aBOPermitType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workcycle.data
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.data that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.data
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete a list ofBOWorkCyclePermitTypeRel.classBusiness task in order to insert aBOWorkCyclePermitTypeRel.classBusiness task in order to search aBOWorkCyclePermitTypeRel. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleStructurePermitTypeRel.classBusiness task in order to insert aBOWorkCycleStructurePermitTypeRel.classBusiness task in order to search aBOWorkCyclePermitTypeRel. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.task
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to add a work cycle structure permit relation.classBusiness task in order to load aWorkCycleStructurePermits.classBusiness task in order to remove a work cycle structure permit relation.classBusiness task in order to delete the old relationships and insert the new relationships, relationships between work cycle structure and type of permitBOWorkCycleStructurePermitTypeRel.classBusiness task in order to searchWorkCycleStructurePermits. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workcycle.task
Classes in overit.geocallapp.wfm.core.bl.permits.workcycle.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to add aWorkCyclePermits.classBusiness task in order to load aWorkCycleStructurePermits.classBusiness task in order to remove aWorkCyclePermits.classBusiness task in order to delete the old relationships and insert the new relationships, relationships between work cycle and type of permitBOWorkCyclePermitTypeRel.classBusiness task in order to searchWorkCyclePermits. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.data
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.data that implement Tool -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task in order to load aBOPermitObtainedHistory.classBusiness task in order to search aBOPermitObtainedHistory. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOPermitObtained.classBusiness task in order to insert aBOPermitObtained.classBusiness task in order to load aBOPermitObtained.classBusiness task in order to search aBOPermitObtained.classBusiness task in order to update aBOPermitObtained. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workorder.required.data
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.required.data that implement Tool -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.task
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOPermitRequired.classBusiness task in order to load aBOPermitRequiredHistory.classBusiness task in order to search aBOPermitRequiredHistory. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workorder.required.task
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.required.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOPermitRequired.classBusiness task in order to insert aBOPermitRequired.classBusiness task in order to load aBOPermitRequired.classBusiness task in order to search aBOPermitRequired.classBusiness task in order to update aBOPermitRequired. -
Uses of Tool in overit.geocallapp.wfm.core.bl.permits.workorder.task
Classes in overit.geocallapp.wfm.core.bl.permits.workorder.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aPermit.classBusiness task in order to searchPermit.classBusiness task in order to load aPermit.classBusiness task in order to add aBOPermitRequired.classBusiness task in order to patch aBOPermitObtained.classBusiness task in order to add aPermit.classBusiness task in order to patch aPermit.classBusiness task in order to remove aPermit. -
Uses of Tool in overit.geocallapp.wfm.core.bl.qualification.resource.task
Classes in overit.geocallapp.wfm.core.bl.qualification.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to manage the deletion of aBOResourceQualification.classBusiness task in order to manage the save of aResourceQualificationSaveInput. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.bundler.data
Classes in overit.geocallapp.wfm.core.bl.schedule.bundler.data that implement ToolModifier and TypeClassDescriptionclassDAO used only in order to search scheduling of a work order operation that is part of a bundle. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.bundler.task
Classes in overit.geocallapp.wfm.core.bl.schedule.bundler.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to recalculate the scheduling relations between the given list ofBOWorkOrderOperations that are part of aBundle. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aConfigurationCacheLoadEventobject. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aLockSchedulingDaysCacheLoadEventobject. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.permit.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.permit.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.position.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.position.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.resource.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.resource.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.skill.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.skill.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for prepopulate the Scheduling Cache.classBusiness task for prepopulate the Scheduling Cache. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task
Classes in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task that implement Tool -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for daily plan order configuration detailclassDAO for daily plan order configuration detail search -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.task
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBODailyPlanOrderConfigurationDetail.classBusiness task in order to insert aBODailyPlanOrderConfigurationDetail.classBusiness task in order to load aBODailyPlanOrderConfigurationDetail.classBusiness task in order to search aBODailyPlanOrderConfigurationDetail. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for daily plan order configuration headerclassDAO for daily plan order configuration header search -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.task
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBODailyPlanOrderConfigurationHeader.classBusiness task in order to insert aBODailyPlanOrderConfigurationHeader.classBusiness task in order to load aBODailyPlanOrderConfigurationHeader.classBusiness task in order to search aBODailyPlanOrderConfigurationHeader.classBusiness task in order to set default for aBODailyPlanOrderConfigurationHeaderand remove the current default for the operation centerclassBusiness task in order to update aBODailyPlanOrderConfigurationHeader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.task
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBODailyPlanOrderConfigurationHeader, itsBODailyPlanOrderConfigurationDetail.classBusiness task in order to save aBODailyPlanOrderConfigurationHeader.classBusiness task in order to load aListofDailyPlanOrdersLoadOutputbased on the input. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for tooltip configuration.classDAO to search tooltip configuration. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.task
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOTooltipConfiguration.classBusiness task in order to insert aBOTooltipConfiguration.classBusiness task in order to load aBOTooltipConfiguration.classBusiness task in order to search aTooltipConfigurationLoadEvent.classBusiness task in order to update aBOTooltipConfiguration. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for tooltip configuration rule. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.task
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOTooltipConfigurationRule.classBusiness task in order to insert aBOTooltipConfigurationRule.classBusiness task in order to load aBOTooltipConfigurationRule.classBusiness task in order to search aBOTooltipConfigurationRule. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.task
Classes in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aTooltipConfigurationInstance.classBusiness task in order to delete aTooltipConfigurationInstanceand its rules.classBusiness task in order to load aTooltipConfigurationInstance.classBusiness task in order to save aTooltipConfigurationInstance. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.data that implement Tool -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for agenda history.classDAO used only in order to search agenda history. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of an agenda.classBusiness task in order to load aBOAgendaHistory.classBusiness task in order to search aBOAgendaHistory. -
Uses of Tool 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 ToolModifier 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 Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to material aBOAgendaResource.classBusiness task that deletes a group of filteredBOAgendaResource. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAgendaState.classBusiness task in order to search aBOAgendaState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAgenda.classBusiness task in order to save aBOAgendaOutcome.classBusiness task in order to update aBOAgenda. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for agenda team resource extraction to populate RAGENDATEAMRESOURCE.classDAO for agendateamresource.classDAO for deleting RAGENDATEAMRESOURCE records based on WorkOrder AWORINSERTDATE. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to update the records on table RAGENDATEAMRESOURCE to the values contained in AAGENDA.AAGEIDSETTEAMRESOURCE for every Agenda passed in input When theAgendaTeamResourceAlignEventis launched the BT notices the call and aligns the RAGENDATEAMRESOURCE informations basing on the event's input.classBusiness task in order to search aBOAgenda.classTask to repopulate the table RAGENDATEAMRESOURCE from the values contained in AAGENDA.AAGEIDSETTEAMRESOURCE and AAGEID_ASUE in case of enabling and then disabling the property company.fsm.agenda.disableAgendaTeamResource or in general to realign the table * -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.data that implement ToolModifier and TypeClassDescriptionclassDAO for appointment.classDAO DAO used only for search appointments. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAppointmentState.classBusiness task in order to search aBOAppointmentState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAppointment.classBusiness task in order to load aBOAppointment.classBusiness task in order to search aBOAppointment.classBusiness task in order to update aBOAppointment.classBusiness task in order to load the last appointmentBOAppointmentof a workorder operation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.data that implement ToolModifier and TypeClassDescriptionclassDAO for interventions.classDAO for scheduled interventions. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for material accounting type -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialAccountingType.classBusiness task in order to search aBOMaterialAccountingType. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for agenda materialclassDAO for agenda material -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save aBOAgendaMaterial.classBusiness task in order to search aBOAgendaMaterial.classBusiness task in order to searchWOAgendaMaterial. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save materials accountings. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderEncodedNote.classBusiness task in order to load aBOWorkOrderEncodedNote.classBusiness task in order to search aBOWorkOrderEncodedNote.classBusiness task in order to update aBOWorkOrderEncodedNote. -
Uses of Tool 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 Tool -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for intervention group state. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load the last reading data for a meter. -
Uses of Tool 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 Tool -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeClass.classBusiness task in order to search aBOOutcomeClass. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOutcomeReasonType.classBusiness task in order to load aBOOutcomeReasonType.classBusiness task in order to search aBOOutcomeReasonType.classBusiness task in order to update aBOOutcomeReasonType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOutcomeReason.classBusiness task in order to load aBOOutcomeReason.classBusiness task in order to search aBOOutcomeReason.classBusiness task in order to update aBOOutcomeReason. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeType.classBusiness task in order to search aBOOutcomeType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save aInterventionOutcomeSaveInput. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for outcome validation state. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to update the validation status of an intervention outcome basing on the validation rules.classBusiness task in order to update the validation status of an intervention outcome.classBusiness task in order to load aBOOutcomeValidationState.classBusiness task in order to search aBOOutcomeValidationState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.resource
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.resource that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to validate an intervention resource. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.data
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.data that implement Tool -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingState.classBusiness task in order to search aBOSchedulingState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to calculate the time and the distance between the input coordinates by calling the VRP.classBusiness task in order to copy aBOSchedulingfrom a resource shift to a list of resource shifts.classBusiness task in order to insert aBOScheduling.classBusiness task in order to load aBOScheduling.classBusiness task in order to search aBOScheduling.classBusiness task in order to update aBOScheduling. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.intervention.task
Classes in overit.geocallapp.wfm.core.bl.schedule.intervention.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load the duration of an intervetion When theInterventionDurationLoadEventis launched the BT notices the call and loads the duration of the given intervetion basing on the event's input.classBusiness task in order to load aIntervention.classBusiness task in order to search aIntervention.class -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.notification
Classes in overit.geocallapp.wfm.core.bl.schedule.notification that implement ToolModifier and TypeClassDescriptionclassBusiness task in order receipt the notification of scheduling actions. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.optimize.task
Classes in overit.geocallapp.wfm.core.bl.schedule.optimize.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to optimize the schedulings of a day (or of a certain resource)
When theSchedulingOptimizationProcessEventis launched the BT notices the call and optimize all the schedulings basing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.oss.task
Classes in overit.geocallapp.wfm.core.bl.schedule.oss.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.resourcerole.data
Classes in overit.geocallapp.wfm.core.bl.schedule.resourcerole.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.resourcerole.task
Classes in overit.geocallapp.wfm.core.bl.schedule.resourcerole.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.data
Classes in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource workshifts agenda affinity -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.task
Classes in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOResourceShiftAgendaAffinity.classBusiness task in order to insert aBOResourceShiftAgendaAffinity. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.role.data
Classes in overit.geocallapp.wfm.core.bl.schedule.role.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.role.task
Classes in overit.geocallapp.wfm.core.bl.schedule.role.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.data that implement Tool -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOClocking.classBusiness task in order to load aBOClocking.classBusiness task in order to search aBOClocking.classBusiness task in order to update aBOClocking. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.data that implement ToolModifier and TypeClassDescriptionclassDAO for operation center resource addresses search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOOperationCenterResourceAddress. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search a list ofSchedulingResourcePosition. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource addresses.classDAO for resource address searches. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aSchedulingResource.classBusiness task in order to save aSchedulingResource.classBusiness task in order to search aSchedulingResource. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling users.classDAO for scheduling users. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSchedulingUser.classBusiness task in order to load aBOSchedulingUser.classBusiness task in order to search aBOSchedulingUser.classBusiness task in order to update aBOSchedulingUser. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for scheduling resource types.classDAO for search scheduling resource types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSchedulingResourceType.
When theSchedulingResourceTypeInsertEventis launched the BT notices the call and inserts theBOSchedulingResourceTypebasing on the event's input.classBusiness task in order to load aBOSchedulingResourceType.
When theSchedulingResourceTypeLoadEventis launched the BT notices the call and loads theBOSchedulingResourceTypebasing on the event's input.classBusiness task in order to search aBOSchedulingResourceType.classBusiness task in order to update aBOSchedulingResourceType.
When theSchedulingResourceTypeUpdateEventis launched the BT notices the call and updates theBOSchedulingResourceTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.data
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.data that implement ToolModifier and TypeClassDescriptionclassDAO for not scheduled agenda for Work Day ClosureclassDAO for scheduled agenda for Work Day ClosureclassDAO Users for Work Day Closure -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.task
Classes in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to close a user work day.classBusiness task to close a user work day from mobile -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.task
Classes in overit.geocallapp.wfm.core.bl.schedule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to recalculate the scheduling route informations between the given list ofBOWorkShiftids.classGeneric business task for oss cache prepopulation.classBusiness task for prepopulate the Oss Cache.classBusiness task for prepopulate the Oss Cache.classBusiness task for execute actions after a automatic scheduling action.classBusiness task for execute actions after a manual scheduling action.classBusiness task for execute actions after an optimize action.classBusiness task for execute actions after a manual validation action.classBusiness task for execute actions after the creation of an intervention to enterprise.classThe task performs a set of checks before starting the scheduling processclassThe task performs a set of predefined validation checks before starting the scheduling process, ensuring that all necessary criteria are met before proceeding further.classBusiness task for execute actions after the creation of an unplanned intervention. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.team.task
Classes in overit.geocallapp.wfm.core.bl.schedule.team.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to schedule an activity to a resource.classBusiness task in order to pre-process the schedulation of an activity to a resource. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.validate.task
Classes in overit.geocallapp.wfm.core.bl.schedule.validate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to validate all the schedulings of a day (or of a certain resource). -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.data
Classes in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operation accounted materials.classDAO for agenda material -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.task
Classes in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to searchWorkOrderOperationAccountedMaterial.classBusiness task in order to save aBOAgendaMaterial.classBusiness task in order to search aBOWorkOrderOperationAccountedMaterial. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedule.wooperation.task
Classes in overit.geocallapp.wfm.core.bl.schedule.wooperation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aWOOperationInterventionScheduling. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling creation proposal. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task that implement ToolModifier and TypeClassDescriptionclassGeneric business task for the scheduling creation proposal process.classBusiness task in order to insert aBOSchedulingCreationProposal.classBusiness task in order to load aBOSchedulingCreationProposal.classBusiness task in order to search aBOSchedulingCreationProposal. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling proposal.classDAO for the Scheduling Proposal search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.data that implement ToolModifier and TypeClassDescriptionclassDAO for search Scheduling Proposal Detail. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.task
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aSchedulingProposalDetail.classBusiness task in order to search aSchedulingProposalDetail. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling creation proposal. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task that implement ToolModifier and TypeClassDescriptionclassGeneric business task for the scheduling removal proposal process.classBusiness task in order to insert aBOSchedulingRemovalProposal.classBusiness task in order to load aBOSchedulingRemovalProposal.classBusiness task in order to search aBOSchedulingRemovalProposal. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.state.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.state.data that implement ToolModifier and TypeClassDescriptionclassDAO for the Scheduling Proposal State.classDAO for the Scheduling Proposal State search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.state.task
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingProposalState.classBusiness task in order to search aBOSchedulingProposalState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.task
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.task that implement ToolModifier and TypeClassDescriptionclassGeneric business task for the scheduling proposal process.classGeneric business task for the scheduling proposal entities.classBusiness task that adds scheduling proposal data to a DBView containing scheduling activities.classBusiness task that cancels aBOSchedulingProposal.classBusiness task in order to load aBOSchedulingProposal.classGeneric business task for the scheduling proposal process.classBusiness task in order to search aBOSchedulingProposal.classBusiness task in order to update aBOSchedulingProposal. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.type.data
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for the Scheduling Proposal Type.classDAO for the Scheduling Proposal Type search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.schedulingproposal.type.task
Classes in overit.geocallapp.wfm.core.bl.schedulingproposal.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingProposalType.classBusiness task in order to search aBOSchedulingProposalType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.securitylog.task
Classes in overit.geocallapp.wfm.core.bl.securitylog.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to log the daemon data when a change is performed.classBusiness task in order to log the GIS service data when a change is performed.classBusiness task in order to log the system settings when a change is performed. -
Uses of Tool in overit.geocallapp.wfm.core.bl.systemsetting.task
Classes in overit.geocallapp.wfm.core.bl.systemsetting.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to translate the deprecatedBOSystemSettingsto companuy properties. -
Uses of Tool in overit.geocallapp.wfm.core.bl.team.data
Classes in overit.geocallapp.wfm.core.bl.team.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.team.resource.data
Classes in overit.geocallapp.wfm.core.bl.team.resource.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.team.resource.task
Classes in overit.geocallapp.wfm.core.bl.team.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aBOTeamShiftResourceobject.classBusiness task to searchBOTeamShiftResourceobjects. -
Uses of Tool in overit.geocallapp.wfm.core.bl.team.shift.data
Classes in overit.geocallapp.wfm.core.bl.team.shift.data that implement ToolModifier and TypeClassDescriptionclassDAO for team shifts.classDAO for searching team shifts and its composition.classDAO for searching team shifts. -
Uses of Tool in overit.geocallapp.wfm.core.bl.team.shift.task
Classes in overit.geocallapp.wfm.core.bl.team.shift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to searchTeamShiftCompositionobjects.classBusiness task in order to load aBOTeamShift.classBusiness task in order to search aBOTeamShift. -
Uses of Tool in overit.geocallapp.wfm.core.bl.team.task
Classes in overit.geocallapp.wfm.core.bl.team.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkingTeam.classBusiness task in order to search aBOWorkingTeam. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.contact.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.contact.data that implement ToolModifier and TypeClassDescriptionclassDAO for contact info.classDAO for contact info history. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.contact.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.contact.task that implement ToolModifier and TypeClassDescriptionclassHistory task for Customer's ContactclassInsert the given contactclassRetrieve a contact by idclassBusiness task in order to search aBOContact.classRetrieve the contacts of a given customerclassUpdate the given contact -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for contact types.classDAO for contact types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOContactType.classBusiness task in order to search aBOContactType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.feature.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.feature.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.technicalobject.feature.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.feature.task that implement ToolModifier and TypeClassDescriptionclassTask for technical object feature value historyclassBusiness task in order to insert aBOTechnicalObjectFeatureValue.classBusiness task in order to load aBOTechnicalObjectFeatureValue.classBusiness task in order to search aBOTechnicalObjectFeatureValue.classBusiness task in order to update aBOTechnicalObjectFeatureValue. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.header.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for customer search.classDAO for technical objects.classDAO for technical objects full search.classDAO for hierarchical technical objects search.class -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.header.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOTechnicalObjectHeader.classTask Technical object header historyclassBusiness task in order to load aBOTechnicalObjectHeader.classBusiness task in order to search aBOTechnicalObjectHeader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter brands.classDAO for meter brands. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterBrand.classBusiness task in order to load aBOMeterBrand.classBusiness task in order to search aBOMeterBrand.classBusiness task in order to update aBOMeterBrand. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.data that implement ToolModifier and TypeClassDescriptionclassDAO for converter types.classDAO for converter types search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOConverterType.classBusiness task in order to load aBOConverterType.classBusiness task in order to search aBOConverterType.classBusiness task in order to update aBOConverterType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.data that implement ToolModifier and TypeClassDescriptionclassDAO for customer meters.classDAO for customer meters history.classDAO for search customer meters. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter locations.classDAO for meter locations search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterLocation.classBusiness task in order to load aBOMeterLocation.classBusiness task in order to search aBOMeterLocation.classBusiness task in order to update aBOMeterLocation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter classes.classDAO for meter classes search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterClass.classBusiness task in order to load aBOMeterClass.classBusiness task in order to search aBOMeterClass.classBusiness task in order to update aBOMeterClass. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.data that implement Tool -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOEncodedNote.classBusiness task in order to load aBOEncodedNote.classBusiness task in order to search aBOEncodedNote.classBusiness task in order to update aBOEncodedNote. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOReadingMeterType.classBusiness task in order to search aBOReadingMeterType. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterReadingState.classBusiness task in order to search aBOMeterReadingState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterReading.classBusiness task in order to search aBOMeterReading. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterReadingType.classBusiness task in order to search aBOMeterReadingType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeterState.classBusiness task in order to search aBOMeterState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.task that implement ToolModifier and TypeClassDescriptionclassHistory task for Customer's MeterclassInsert the given meterclassRetrieve a meter by idclassBusiness task in order to search aBOMeter.classRetrieve the meters of a given customerclassUpdate the given meter -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for meter types.classDAO for meter types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeterType.classBusiness task in order to load aBOMeterType.classBusiness task in order to search aBOMeterType.classBusiness task in order to update aBOMeterType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.state.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.state.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.technicalobject.state.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load theBOTechnicalObjectStatevalid for the technical object type
When theTechnicalObjectAvailableStatesSearchEventis launched the BT notices the call and loads all theBOTechnicalObjectStatebasing on the event's input.classBusiness task in order to insert aBOTechnicalObjectState.classBusiness task in order to load aBOTechnicalObjectState.classBusiness task in order to search aBOTechnicalObjectState.classBusiness task in order to update aBOTechnicalObjectState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.statetype.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.statetype.data that implement ToolModifier and TypeClassDescriptionclassDAO for technical object states types.classDAO for technical object states types search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.statetype.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.statetype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTechnicalObjectStateType.classBusiness task in order to search aBOTechnicalObjectStateType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task in order to search aTechnicalObject.classBusiness task to update a customerclassBusiness task in order to insert aTechnicalObject.classBusiness task in order to load aTechnicalObject.classBusiness task in order to load aTechnicalObject.classBusiness task in order to search aTechnicalObject.classclassBusiness task in order to update aTechnicalObject.classBusiness task in order to insert aTechnicalObjectand its feature values.classBusiness task in order to update aTechnicalObjectand its feature values. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.type.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for technical object types.classDAO for technical object types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.type.operationcenter.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.type.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theAssetTypeOperationCenterNotificationEventthat is launched when there is a change in the entityBOAssetTypeOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.type.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTechnicalObjectType.classBusiness task in order to load aBOTechnicalObjectType.classBusiness task in order to search aBOTechnicalObjectType.classBusiness task in order to update aBOTechnicalObjectType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.type.template.data
Classes in overit.geocallapp.wfm.core.bl.technicalobject.type.template.data that implement ToolModifier and TypeClassDescriptionclassDAO for technical object template.classDAO for technical object type tepmlates. -
Uses of Tool in overit.geocallapp.wfm.core.bl.technicalobject.type.template.task
Classes in overit.geocallapp.wfm.core.bl.technicalobject.type.template.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTechnicalObjectTypeTemplate.classBusiness task in order to load aBOTechnicalObjectTypeTemplate.classBusiness task in order to search aBOTechnicalObjectTypeTemplate.classBusiness task in order to update aBOTechnicalObjectTypeTemplate. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.data that implement ToolModifier and TypeClassDescriptionclassDAO for task categories.classDAO for task category search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTaskCategory.classBusiness task in order to load aBOTaskCategory.classBusiness task in order to search aBOTaskCategory.classBusiness task in order to update aBOTaskCategory. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.data that implement ToolModifier and TypeClassDescriptionclassDAO for the relation between task category and event type. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to update aBOTaskCategoryEventType.classBusiness task in order to insert aBOTaskCategoryEventType.classBusiness task in order to search aBOTaskCategoryEventType.classBusiness task in order to update aBOTaskCategoryEventType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOEventType.classBusiness task in order to search aBOEventType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check and eventually insert a defaultBOProfile.classBusiness task in order to insert the defaultBOProfile.classBusiness task in order to search the defaultBOProfile.classBusiness task in order to insert aBOProfile.classBusiness task in order to load aBOProfile.classBusiness task in order to load theBOProfileassociated to theBOSchedulingUserid.classBusiness task in order to search aBOProfile.classBusiness task in order to update aBOProfile. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.data that implement ToolModifier and TypeClassDescriptionclassDAO used only for research in the timesheet monitor. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.header.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.header.history.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.history.data that implement ToolModifier and TypeClassDescriptionclassDAO for timesheet header history. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.header.history.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.history.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task in order to search aBOTimesheetHeaderHistory. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.header.state.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.header.state.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTimesheetState.classBusiness task in order to search aBOTimesheetType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.header.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTimesheetHeader.classBusiness task in order to load aBOTimesheetHeader.classBusiness task in order to search aBOTimesheetHeader.classBusiness task in order to update the state of the givenBOTimesheetHeader.classclassBusiness task in order to update aBOTimesheetHeader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.notification.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.notification.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that reacts to the notification about an agenda resource.classBusiness task that reacts to the notification about a clocking.classBusiness task in order cancel all the automatic timesheet tasks related to the givenBOWorkShiftException.classBusiness task that reacts to the notification about aBOWorkShiftException.classBusiness task in order cancel all the timesheet tasks related to the givenBOWorkShift.classBusiness task that reacts to the notification about aBOWorkShift. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.task that implement ToolModifier and TypeClassDescriptionclassBTTimesheet<I>Generic business task for timesheet management.classBusiness task in order to calculate all the actual durations of the tasks of a timesheet.classBusiness task in order to cancel or update the end entity of an automaticBOTask.classBusiness task in order to update the duration of automaticBOTask.classBusiness task in order to insert an automaticBOTaskinto a timesheet.classBusiness task in order to update an automaticBOTask.classBusiness task in order to insert or update an automaticBOTask.classBusiness task in order to close a timesheet.classBusiness task in order to force the timesheet closure.classBusiness task in order to load aTimesheetEntitiesAggregate.classBusiness task in order to fill the gaps between all the tasks of a timesheet.
When theTimesheetGapFillEventis launched the BT notices the call and tries to fill the gaps between the timesheet tasks.classBusiness task in order to insert aTimesheet.classBusiness task in order to load aTimesheet.classBusiness task in order to reopen aTimesheet.classBusiness task in order to search aTimesheet.classBusiness task in order to calculate all the shifts linked to a timesheet task, which can be bothBOWorkShiftorBOOnCallShift.classBusiness task in order to cancel aBOTask.classBusiness task in order to insert aBOTaskinto a timesheet.classBusiness task in order to update aBOTask.classclassBusiness task that validates a timesheet.classBusiness task in order to calculate all theBOWarningof a timesheet. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.data that implement ToolModifier and TypeClassDescriptionclassDAO for timesheet task.classDAO used only for timesheet task research. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.data that implement ToolModifier and TypeClassDescriptionclassDAO for event entities.classDAO used for event entities research. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOEventEntity.classBusiness task in order to load aBOEventEntity.classBusiness task in order to search aBOEventEntity.classBusiness task in order to update aBOEventEntity. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save a history ofBOTask.classBusiness task in order to search aBOTaskHistory. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTaskState.classBusiness task in order to search aBOTaskState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check if there are tasks for a shift that needs to be cancelled.classBusiness task in order to insert aBOTask.classBusiness task in order to load aBOTask.classBusiness task in order to search aBOTask.classBusiness task in order to load the list ofBOTaskrelated to the given timesheet header id.classBusiness task in order to update the state of the givenBOTask.classBusiness task in order to update aBOTask. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.type.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.type.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTimesheetType.classBusiness task in order to search aBOTimesheetType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.warning.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.warning.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.warning.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.warning.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarning.classBusiness task in order to load aBOWarning.classBusiness task in order to delete a set ofBOWarninglinked to the given timesheet id.classBusiness task in order to search aBOWarning.classBusiness task in order to update aBOWarning. -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.warning.type.data
Classes in overit.geocallapp.wfm.core.bl.timesheet.warning.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.timesheet.warning.type.task
Classes in overit.geocallapp.wfm.core.bl.timesheet.warning.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarningType.classBusiness task in order to load aBOWarningType.classBusiness task in order to search aBOWarningType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task
Classes in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.user.data
Classes in overit.geocallapp.wfm.core.bl.user.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.bl.user.task
Classes in overit.geocallapp.wfm.core.bl.user.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to duplicate user type associations and properties.classTask that validate theBOUserpassed as event input before call the creation task on foundation layer.classDeprecated.use kernel eventUserCreateEventwith the related Business TaskclassTask that check if the user that will be loaded by theLoadUserEventevent is valid (visible) for the current user.classDeprecated.use kernel eventUserLoadEventwith the related Business TaskclassBusiness task in order to search aBOUser.classTask that validate theBOUserpassed as event input before call the update task on foundation layer.classDeprecated.use kernel eventUserUpdateEventwith the related Business Task -
Uses of Tool in overit.geocallapp.wfm.core.bl.user.type.data
Classes in overit.geocallapp.wfm.core.bl.user.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.user.type.function.data
Classes in overit.geocallapp.wfm.core.bl.user.type.function.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.user.type.task
Classes in overit.geocallapp.wfm.core.bl.user.type.task that implement ToolModifier and TypeClassDescriptionclassTask that validate and complete theBOUserTypepassed as event input before call the creation task on foundation layer.classTask that listen theUserTypeGrantsUpdateEventand update the user type grants into the database.classDeprecated.Use foundation eventUserTypeLoadEventclassDeprecated.Use foundation eventUserTypeLoadEventclassTask that validate and complete theBOUserTypepassed as event input before call the update task on foundation layer. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.attachment.task
Classes in overit.geocallapp.wfm.core.bl.workorder.attachment.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task in order to insert a shared resource and associate to a work order.classBusiness task in order to receive the upload the outcome of a work order attachment
When theWorkOrderAttachmentUploadOutcomeEventis launched the BT notices the call and activates or deletes the work order attachment basing on the upload outcome. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.audit.data
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.data that implement ToolModifier and TypeClassDescriptionclassDAO for search WorkOrder intervention plannings -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.data
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.data that implement ToolModifier and TypeClassDescriptionclassDAO for intervention planning history table -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.task
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to insert a intervention planning.classBusiness task in order to search aBOInterventionPlanning.
When theInterventionPlanningSearchEventis launched the BT notices the call and searches theBOInterventionPlanningbasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.data
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.data that implement ToolModifier and TypeClassDescriptionclassDAO for intervention - resource history relations -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.task
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to insert a work order history scheduling. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.audit.task
Classes in overit.geocallapp.wfm.core.bl.workorder.audit.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert history records after a planning operation.classBusiness task in order to search workorder intervention plannings. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.data
Classes in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.task
Classes in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.task that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.header.data
Classes in overit.geocallapp.wfm.core.bl.workorder.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order headersclassDAO for work order headers search -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.header.task
Classes in overit.geocallapp.wfm.core.bl.workorder.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to insert a work order header.
The new work order is created in a draft state and the workcycle, if present, is removedclassBusiness task in order to load aBOWorkOrderHeader.
When theWorkOrderHeaderLoadEventis launched the BT notices the call and loads theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to search aBOWorkOrderHeader.
When theWorkOrderHeaderSearchEventis launched the BT notices the call and searches theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to recalculate the status of aBOWorkOrderHeader.classBusiness task in order to update aBOWorkOrderHeader. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.data
Classes in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.data that implement ToolModifier and TypeClassDescriptionclassDAO for wo type admitted material -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.task
Classes in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWoTypeAdmittedMaterial.classBusiness task in order to search aBOWoTypeAdmittedMaterial.classBusiness task in order to update aBOWoTypeAdmittedMaterial. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order's operations.classDAO for work order's operations search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.material.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.material.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operation materials.classDAO for work order operation material search. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.material.task
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.material.task that implement ToolModifier and TypeClassDescriptionclassTask that listens toWOOperationMaterialPredictionUpsertEventclassBusiness Task for saveBOWorkOrderOperationMaterialclassBusiness task in order to material aBOWorkOrderOperationMaterial.classBusiness task in order to checks if aBOMaterialthat are admitted with the required work order type. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.state.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.state.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operation states.classDAO for work order operation states. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.state.task
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationState.classBusiness task in order to load aBOWorkOrderOperationState.classBusiness task in order to search aBOWorkOrderOperationState.classBusiness task in order to update aBOWorkOrderOperationState.classBusiness task in order to recalculate the status of the givenBOWorkOrderOperation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.task
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.task that implement ToolModifier and TypeClassDescriptionclassDeprecated.use the eventWorkOrderCancelEventclassBusiness task in order to insert aBOWorkOrderOperation.classBusiness task in order to load aBOWorkOrderOperation.
When theWorkOrderOperationLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classBusiness task in order to search aBOWorkOrderOperation.
When theWorkOrderOperationSearchEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classBusiness task in order to get the skill override configuration history related to an operation.classBusiness task in order to load a list ofBOWorkOrderOperation.classBusiness task in order to unlock aBOWorkOrderOperation.classBusiness task in order to check the skill override configuration before unlocking the operation.classBusiness task in order to update aBOWorkOrderOperation. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.type.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operation types.classDAO for work order operation types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operation.type.task
Classes in overit.geocallapp.wfm.core.bl.workorder.operation.type.task that implement ToolModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classBusiness task in order to insert aBOWorkOrderOperationType.
When theWorkOrderOperationTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to load aBOWorkOrderOperationType.
When theWorkOrderOperationTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderOperationType.
When theWorkOrderOperationTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderOperationType.
When theWorkOrderOperationTypeUpdateEventis launched the BT notices the call and updates theBOWorkOrderOperationTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operationactivity.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operationactivity.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operationactivity.task
Classes in overit.geocallapp.wfm.core.bl.workorder.operationactivity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationActivity.
When theOperationActivityInsertEventis launched the BT notices the call and inserts theBOOperationActivitybasing on the event's input.classBusiness task in order to load aBOOperationActivity.
When theOperationActivityLoadEventis launched the BT notices the call and loads theBOOperationActivitybasing on the event's input.classBusiness task in order to search aBOOperationActivity.
When theOperationActivitySearchEventis launched the BT notices the call and searches theBOOperationActivitybasing on the event's input.classBusiness task in order to update aBOOperationActivity.
When theOperationActivityUpdateEventis launched the BT notices the call and updates theBOOperationActivitybasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order type activity. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.task
Classes in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationTypeActivity.classBusiness task in order to search aBOWorkOrderOperationTypeActivity.classBusiness task in order to update aBOWorkOrderOperationTypeActivity. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operationtype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.operationtype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.operationtype.task
Classes in overit.geocallapp.wfm.core.bl.workorder.operationtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationType.classBusiness task in order to load aBOOperationType.classBusiness task in order to search aBOOperationType.classBusiness task in order to update aBOOperationType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.requesttype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.requesttype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.requesttype.task
Classes in overit.geocallapp.wfm.core.bl.workorder.requesttype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBORequestType.
When theRequestTypeInsertEventis launched the BT notices the call and inserts theBORequestTypebasing on the event's input.classBusiness task in order to load aBORequestType.
When theRequestTypeLoadEventis launched the BT notices the call and events theBORequestTypebasing on the event's input.classBusiness task in order to search aBORequestType.
When theBTRequestTypeSearchis launched the BT notices the call and searches theBORequestTypebasing on the event's input.classBusiness task in order to update aBORequestType.
When theRequestTypeUpdateEventis launched the BT notices the call and updates theBORequestTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.servicetype.data
Classes in overit.geocallapp.wfm.core.bl.workorder.servicetype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.servicetype.task
Classes in overit.geocallapp.wfm.core.bl.workorder.servicetype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOServiceType.
When theServiceTypeInsertEventis launched the BT notices the call and inserts theBOServiceTypebasing on the event's input.classBusiness task in order to load aBOServiceType.
When theServiceTypeLoadEventis launched the BT notices the call and loads theBOServiceTypebasing on the event's input.classBusiness task in order to search aBOServiceType.
When theServiceTypeSearchEventis launched the BT notices the call and searches theBOServiceTypebasing on the event's input.classBusiness task in order to update aBOServiceType.
When theServiceTypeUpdateEventis launched the BT notices the call and updates theBOServiceTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.source.data
Classes in overit.geocallapp.wfm.core.bl.workorder.source.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.source.task
Classes in overit.geocallapp.wfm.core.bl.workorder.source.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderSource.classBusiness task in order to search aBOWorkOrderSource. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.state.data
Classes in overit.geocallapp.wfm.core.bl.workorder.state.data that implement ToolModifier and TypeClassDescriptionclassclassclassDAO for work order states.classDAO for work order states. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.state.task
Classes in overit.geocallapp.wfm.core.bl.workorder.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to retrieve the editable work order states for the given user type.classBusiness task in order to load aBOWorkOrderState.classBusiness task in order to search aBOWorkOrderState. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.task
Classes in overit.geocallapp.wfm.core.bl.workorder.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to lock a work order.classBusiness task to activate the work order
This task takes a work order in DRAFT state and calculate the new state, launching also the activities that are usually done in the work order creation.classBusiness task in order to update aWorkOrderappointment.classBusiness task to cancel a work order.classBusiness task to close a work order.classBusiness task to complete the work order creation
This task takes a workorder in DRAFT state and calculate the new state, launching also the activities that are usually done in the workorder creation.classBusiness task to create a work order from work cycle.classBusiness task in order to insert aWorkOrder.classBusiness task in order to load aWorkOrder.classBusiness task in order to calculate the operation center for a work order.classBusiness task in order to update theBOWorkOrderOperation,BOWorkOrderHeaderstatus.classBusiness task in order to update the state of aWorkOrder.classBusiness task to unlock a work order.classBusiness task in order to update aWorkOrder.classBusiness task to open a work order. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.data
Classes in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order team affinity. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.task
Classes in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for update a work order operation with the best team affinityclassBusiness task in order to insert a collection ofBOWorkOrderTeamAffinity.classBusiness task in order to load a list ofBOWorkOrderTeamAffinity. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.type.data
Classes in overit.geocallapp.wfm.core.bl.workorder.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order typesclassDAO for work order types -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.type.task
Classes in overit.geocallapp.wfm.core.bl.workorder.type.task that implement ToolModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classBusiness task in order to insert aBOWorkOrderType.
When theWorkOrderTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderTypebasing on the event's input.classBusiness task in order to load aBOWorkOrderType.
When theWorkOrderTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderType.
When theWorkOrderTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderType.
When theWorkOrderTypeUpdateEventis launched the BT notices the call and updates theBOWorkOrderTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.urgency.data
Classes in overit.geocallapp.wfm.core.bl.workorder.urgency.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order urgencies.classDAO for work order urgencies. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.urgency.task
Classes in overit.geocallapp.wfm.core.bl.workorder.urgency.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderUrgency.
When theWorkOrderUrgencyInsertEventis launched the BT notices the call and inserts theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to load aBOWorkOrderUrgency.
When theWorkOrderUrgencyLoadEventis launched the BT notices the call and loads theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to search aBOWorkOrderUrgency.
When theWorkOrderUrgencySearchEventis launched the BT notices the call and searches theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to update aBOWorkOrderUrgency.
When theWorkOrderUrgencyUpdateEventis launched the BT notices the call and updates theBOWorkOrderUrgencybasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.data
Classes in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.task
Classes in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleHeader.
When theWorkCycleHeaderInsertEventis launched the BT notices the call and inserts theBOWorkCycleHeaderbasing on the event's input.classBusiness task in order to load aBOWorkCycleHeader.
When theWorkCycleHeaderLoadEventis launched the BT notices the call and loads theBOWorkCycleHeaderbasing on the event's input.classBusiness task in order to search aBOWorkCycleHeader.
When theWorkCycleHeaderSearchEventis launched the BT notices the call and searches theBOWorkCycleHeaderbasing on the event's input.classBusiness task in order to update aBOWorkCycleHeader.
When theWorkCycleHeaderUpdateEventis launched the BT notices the call and updates theBOWorkCycleHeaderbasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.data
Classes in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.task
Classes in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleOperation.
When theWorkCycleOperationInsertEventis launched the BT notices the call and inserts theBOWorkCycleOperationbasing on the event's input.classBusiness task in order to load aBOWorkCycleOperation.
When theWorkCycleOperationLoadEventis launched the BT notices the call and loads theBOWorkCycleOperationbasing on the event's input.classBusiness task in order to search aBOWorkCycleOperation.
When theWorkCycleOperationSearchEventis launched the BT notices the call and searches theBOWorkCycleOperationbasing on the event's input.classBusiness task in order to update aBOWorkCycleOperation.
When theWorkCycleOperationUpdateEventis launched the BT notices the call and updates theBOWorkCycleOperationbasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workorder.workcycle.task
Classes in overit.geocallapp.wfm.core.bl.workorder.workcycle.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.data
Classes in overit.geocallapp.wfm.core.bl.workshift.data that implement ToolModifier and TypeClassDescriptionclassDAO for work shifts.classDAO for work shift searches. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.data
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource shift exception requests. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.data
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource shift exception request status. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.task
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceShiftExceptionRequestStatus. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.task
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOResourceShiftExceptionRequest.classBusiness task in order to load aBOResourceShiftExceptionRequest.classBusiness task in order to search aBOResourceShiftExceptionRequest.classBusiness task in order to update aBOResourceShiftExceptionRequest. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.data
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource shift exception request types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.task
Classes in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceShiftExceptionRequestType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.oncall.data
Classes in overit.geocallapp.wfm.core.bl.workshift.oncall.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.oncall.task
Classes in overit.geocallapp.wfm.core.bl.workshift.oncall.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOnCallShift.classBusiness task in order to searchBOOnCallShift. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.receipt.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.data that implement ToolModifier and TypeClassDescriptionclassDAO for receipts.classDAO for receipt searches. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.receipt.task
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.receipt.type.data
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for receipt types.classDAO for receipt class type searches. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.task
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOShiftExceptionClass.classBusiness task in order to load aBOShiftExceptionClass.classBusiness task in order to search aBOShiftExceptionClass.classBusiness task in order to update aBOShiftExceptionClass. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.task
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOShiftExceptionClassType.classBusiness task in order to searchBOShiftExceptionClassType. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for shift exception impact types. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for shift exception management types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.receipt.type.task
Classes in overit.geocallapp.wfm.core.bl.workshift.receipt.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOReceiptType.classBusiness task in order to load aBOReceiptType.classBusiness task in order to search aBOReceiptType.classBusiness task in order to update aBOReceiptType. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.task
Classes in overit.geocallapp.wfm.core.bl.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load the work shift of the resource nearest to the given date.classBusiness task in order to insert aBOWorkShift.classBusiness task in order to load aBOWorkShift.classBusiness task in order to search aBOWorkShift.classBusiness task in order to update aBOWorkShift. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.type.data
Classes in overit.geocallapp.wfm.core.bl.workshift.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for work shift types.classDAO for work shift types. -
Uses of Tool in overit.geocallapp.wfm.core.bl.workshift.type.task
Classes in overit.geocallapp.wfm.core.bl.workshift.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkShiftType.classBusiness task in order to search aBOWorkShiftType. -
Uses of Tool in overit.geocallapp.wfm.core.data
Classes in overit.geocallapp.wfm.core.data that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.core.data.ReadOnlyDAODeprecated, for removal: This API element is subject to removal in a future version.UseReadOnlyDAO -
Uses of Tool in overit.geocallapp.wfm.core.export.base.task
Classes in overit.geocallapp.wfm.core.export.base.task that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.core.export.base.task.BTXlsxExport<T extends DynO>Base class for export a event result as xlsx document -
Uses of Tool in overit.geocallapp.wfm.core.soap.commons.task
Classes in overit.geocallapp.wfm.core.soap.commons.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.soap.multistage.group.v1.insert.task
Classes in overit.geocallapp.wfm.core.soap.multistage.group.v1.insert.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task
Classes in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task
Classes in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.delete.task
Classes in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.delete.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.task
Classes in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task
Classes in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.task
Classes in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task
Classes in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task
Classes in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.workorders.customer.v1.updateappointment.task
Classes in overit.geocallapp.wfm.core.soap.workorders.customer.v1.updateappointment.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.deleteoperation.task
Classes in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.deleteoperation.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task
Classes in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.deleteoperation.task
Classes in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.deleteoperation.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task
Classes in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.soap.workorders.wostate.v1.update.task
Classes in overit.geocallapp.wfm.core.soap.workorders.wostate.v1.update.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.absences.address
Classes in overit.geocallapp.wfm.core.ux.absences.address that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.base.measureunit
Classes in overit.geocallapp.wfm.core.ux.base.measureunit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.base.operationcenter.address
Classes in overit.geocallapp.wfm.core.ux.base.operationcenter.address that implement ToolModifier and TypeClassDescriptionclassTheEventServerTableViewfor theBOOperationCenterAddressentity. -
Uses of Tool in overit.geocallapp.wfm.core.ux.base.operationcenter.workcentertype
Classes in overit.geocallapp.wfm.core.ux.base.operationcenter.workcentertype that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.base.structure
Classes in overit.geocallapp.wfm.core.ux.base.structure that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.base.structurevalidityperiod
Classes in overit.geocallapp.wfm.core.ux.base.structurevalidityperiod that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler
Classes in overit.geocallapp.wfm.core.ux.bundler that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.configuration.rule
Classes in overit.geocallapp.wfm.core.ux.bundler.configuration.rule that implement ToolModifier and TypeClassDescriptionclassSearch page for bundling rules.classPersonalizedServerTableViewmade for the bundling rule monitor. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail
Classes in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail that implement ToolModifier and TypeClassDescriptionclassBundling rule detail page.classPanel that allows to select bundle operation orderings. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.log
Classes in overit.geocallapp.wfm.core.ux.bundler.log that implement ToolModifier and TypeClassDescriptionclassBundling processing log detail page.classBundling processing log search page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.search
Classes in overit.geocallapp.wfm.core.ux.bundler.search that implement ToolModifier and TypeClassDescriptionclassBundle search page.classPersonalizedEventServerTableViewmade for the bundles monitor.classPersonalizedServerTableViewfor bundle operation ordering selection and display. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.search.common
Classes in overit.geocallapp.wfm.core.ux.bundler.search.common that implement ToolModifier and TypeClassDescriptionclassPanel that allows to create a new bundle.classPanel that allows to update an existing bundle.classPanel that allows to search for schedulable bundles. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.search.common.selection
Classes in overit.geocallapp.wfm.core.ux.bundler.search.common.selection that implement ToolModifier and TypeClassDescriptionclassPanel which allows to select a set of/ a single bundle.classPanel that allows to select bundle operation orderings.classSelection panel for bundling rules. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.search.detail
Classes in overit.geocallapp.wfm.core.ux.bundler.search.detail that implement ToolModifier and TypeClassDescriptionclassBundle detail page.classA specialized map container for displaying Bundle-related geographic data. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.search.detail.map
Classes in overit.geocallapp.wfm.core.ux.bundler.search.detail.map that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task
Classes in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task that implement ToolModifier and TypeClassDescriptionclassBuild the bundle operation tooltip data from the bundle operation and aggregate.classBuild the bundler tool-tip data from the aggregate bundle data. -
Uses of Tool in overit.geocallapp.wfm.core.ux.bundler.wofilters
Classes in overit.geocallapp.wfm.core.ux.bundler.wofilters that implement ToolModifier and TypeClassDescriptionclassBundle's work order filters search page.classBundle's work order filters selection page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.common.check
Classes in overit.geocallapp.wfm.core.ux.common.check that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.common.control
Classes in overit.geocallapp.wfm.core.ux.common.control that implement ToolModifier and TypeClassDescriptionclassInputMultiDecoder for Materials. -
Uses of Tool in overit.geocallapp.wfm.core.ux.common.export
Classes in overit.geocallapp.wfm.core.ux.common.export that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.configurationimportexport
Classes in overit.geocallapp.wfm.core.ux.configurationimportexport that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.configurationimportexport.task
Classes in overit.geocallapp.wfm.core.ux.configurationimportexport.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.address
Classes in overit.geocallapp.wfm.core.ux.crewshell.address that implement ToolModifier and TypeClassDescriptionclassCrew Shell Address page.classTheEventServerTableViewfor theBOCrewShellAddressentity. -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.composition
Classes in overit.geocallapp.wfm.core.ux.crewshell.composition that implement ToolModifier and TypeClassDescriptionclassCrew Shell composition page.classTheEventServerTableViewfor theBOCrewShellCompositionentity.classTheEventServerTableViewfor theBOCrewShellDraftCompositionentity. -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.composition.allocatetechnician
Classes in overit.geocallapp.wfm.core.ux.crewshell.composition.allocatetechnician that implement ToolModifier and TypeClassDescriptionclassPanel used for the insertion of aBOCrewShellDraftCompositionobject, which associatesBOSchedulingUserobjects with a givenBOCrewShellobject.classTheEventServerTableViewobject needed to search forBOSchedulingUserobjects. -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.composition.manageforeman
Classes in overit.geocallapp.wfm.core.ux.crewshell.composition.manageforeman that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.configuration
Classes in overit.geocallapp.wfm.core.ux.crewshell.configuration that implement ToolModifier and TypeClassDescriptionclassPage used to manage the configuration of theBOCrewShellobjects. -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.edit
Classes in overit.geocallapp.wfm.core.ux.crewshell.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model
Classes in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model that implement ToolModifier and TypeClassDescriptionclassPage for search and select one or more Crew Shell.classTheEventServerTableViewfor theCrewShellWorkingTeamentity. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.task
Classes in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.search
Classes in overit.geocallapp.wfm.core.ux.crewshell.search that implement ToolModifier and TypeClassDescriptionclassclassTheEventServerTableViewobject needed to search forBOCrewShellobjects. -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.search.panel
Classes in overit.geocallapp.wfm.core.ux.crewshell.search.panel that implement ToolModifier and TypeClassDescriptionclassPanel used for the selection ofBOCrewShellobjects.classPanel used for the selection ofBOCrewShellTypeobjects. -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.skill
Classes in overit.geocallapp.wfm.core.ux.crewshell.skill that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.type
Classes in overit.geocallapp.wfm.core.ux.crewshell.type that implement ToolModifier and TypeClassDescriptionclassEventPanelSimpleTablemanaging the UI pages related to theBOCrewShellType. -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.workshift
Classes in overit.geocallapp.wfm.core.ux.crewshell.workshift that implement ToolModifier and TypeClassDescriptionclassPage for view Crew Shell Shifts PanelclassPage for view Crew Shell Workshifts -
Uses of Tool in overit.geocallapp.wfm.core.ux.crewshell.workshift.task
Classes in overit.geocallapp.wfm.core.ux.crewshell.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to drag and drop the workshift from a day to another day
When theDailyWorkshiftDragDropEventevent is launched the BT notices the call and copy the workshift from a day to another day. -
Uses of Tool in overit.geocallapp.wfm.core.ux.criticalactivity.log
Classes in overit.geocallapp.wfm.core.ux.criticalactivity.log that implement ToolModifier and TypeClassDescriptionclassCritical activity detect process log page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.criticalactivity.rules
Classes in overit.geocallapp.wfm.core.ux.criticalactivity.rules that implement ToolModifier and TypeClassDescriptionclassPanel used as filter to show the users for Critical Activity Rules.classPanel used to select Critical Activity Rules.classPanel used to view a list ofBOCriticalActivityRuleHeader.classSearch page for Critical Activity Rules.classPersonalizedServerTableViewWithCountmade for the Critical Activity Rules. -
Uses of Tool in overit.geocallapp.wfm.core.ux.criticalactivity.rules.detail
Classes in overit.geocallapp.wfm.core.ux.criticalactivity.rules.detail that implement ToolModifier and TypeClassDescriptionclassCritical Activity Rule detail page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.criticalactivity.rules.newrule
Classes in overit.geocallapp.wfm.core.ux.criticalactivity.rules.newrule that implement ToolModifier and TypeClassDescriptionclassNew Critical Activity Rule detail page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.criticalactivity.wofilters
Classes in overit.geocallapp.wfm.core.ux.criticalactivity.wofilters that implement ToolModifier and TypeClassDescriptionclassCritical Activity's work order filters search page.classCritical Activity's work order filters selection page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet.subset
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet.subset that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.tablenode
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.tablenode that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.template
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.template that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.template.outcomerule
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.template.outcomerule that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.template.structure
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.template.structure that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.template.subset
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.template.subset that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.template.workcycle
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.template.workcycle that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.converter.templatetype
Classes in overit.geocallapp.wfm.core.ux.datacollection.converter.templatetype that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node
Classes in overit.geocallapp.wfm.core.ux.datacollection.node that implement ToolModifier and TypeClassDescriptionclassContainer that represents the data collection node type.classPanel used to show the data collection node selection option.classPanel used to show the data collection raw model.classPanel used to select the data collection options group. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container that implement ToolModifier and TypeClassDescriptionclassContainer that represents the data collection node.classContainer that represents the data collection node font properties.classPanel for displaying and selecting data collection option group options. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.attachment
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.attachment that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node attachment. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.barcode
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.barcode that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node barcode. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.bool
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.bool that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node boolean. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.checkbox
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.checkbox that implement ToolModifier and TypeClassDescriptionclassComponent for managing checkbox-type data collection nodes. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.coordinates
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.coordinates that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node coordinates. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.date
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.date that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node date. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.datetime
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.datetime that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node datetime. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.doublenumber
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.doublenumber that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node double. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.downloadattachment
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.downloadattachment that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node download attachment.classContainer that catch the events in the node download attachment.classPanel handler the file upload . -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.longnumber
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.longnumber that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node long. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.matrix
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.matrix that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node matrix.classContainer that manages the events and UI interactions for a data collection matrix node.classClass for matrix-based data collection panels.classAbstract base class for matrix-based data collection panels.classClass for matrix-based data collection panels. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.multiattachment
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.multiattachment that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection multi attachment node. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.multiselection
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.multiselection that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node multiselection. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.picture
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.picture that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node picture. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.radio
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.radio that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node radio. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.regex
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.regex that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node RegEx. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.resource
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.resource that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node resource. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.section
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.section that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node section. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.selection
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.selection that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node selection.classBase component that represents the data collection node selection. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.signature
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.signature that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node signature. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.text
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.text that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node text. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.time
Classes in overit.geocallapp.wfm.core.ux.datacollection.node.container.components.time that implement ToolModifier and TypeClassDescriptionclassComponent that represents the data collection node time. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.optionsgroup
Classes in overit.geocallapp.wfm.core.ux.datacollection.optionsgroup that implement ToolModifier and TypeClassDescriptionclassPanel which allows to edit a data collection options group.classPanel used to upload a model to a data collection options group.classSearch data collection options group page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.optionstable
Classes in overit.geocallapp.wfm.core.ux.datacollection.optionstable that implement ToolModifier and TypeClassDescriptionclassPanel used to select data collection options table. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.rule
Classes in overit.geocallapp.wfm.core.ux.datacollection.rule that implement ToolModifier and TypeClassDescriptionclassPanel used to edit the data collection template WO creation rule.classPanel used to create a new data collection template WO creation rule.classPanel used to show the wo creation rule main information.classData collection template WO creation rule search page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.rule.template
Classes in overit.geocallapp.wfm.core.ux.datacollection.rule.template that implement ToolModifier and TypeClassDescriptionclassContainer that represents the data collection template multiple select. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.rule.workcycleoperation
Classes in overit.geocallapp.wfm.core.ux.datacollection.rule.workcycleoperation that implement ToolModifier and TypeClassDescriptionclassContainer that represents the data collection work cycle operation. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.sheet
Classes in overit.geocallapp.wfm.core.ux.datacollection.sheet that implement ToolModifier and TypeClassDescriptionclassData collection sheet detail page.classPanel for displaying and managing calculated nodes in a data collection sheet.classPanel used as filter to show the users sheet.classPanel used to create a new data collection sheet.classPanel used to select the data collection sheet.classPanel used to select all the user but the dummy ones.classObject that defines the saved search data collection sheet.classData collection sheet search page.classPersonalizedServerTableViewWithCountmade for the data collection sheet.classPersonalizedServerTableViewWithCountmade for the scheduling user. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic
Classes in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic that implement ToolModifier and TypeClassDescriptionclassComponent that represent the data collection node attachment value.classComponent that represent the data collection node barcode value.classComponent that represent the data collection node boolean value.classComponent that represents the data collection node checkbox selection value.classComponent that represent the data collection node coordinates value.classComponent that represent the data collection node datetime value.classComponent that represent the data collection node date value.classComponent that represent the data collection node double value.classComponent that represent the data collection node download attachment.classPanel used to show the data collection node info.classComponent that represent the data collection node long value.classclassComponent for handling matrix-type data in data collection forms.classComponent that represents the data collection multi attachment node value.classComponent that represent the data collection node multiselection value.classComponent that represent the data collection node picture value.classComponent that represent the data collection node radio selection value.classComponent that represent the data collection node RegEx value.classComponent that represent the data collection node resource value.classComponent that represent the data collection node selection value.classComponent that represent the data collection node signature value.classComponent that represent the data collection node text value.classComponent that represent the data collection node time value.classComponent that represent the data collection node type value.classContainer that represent the data collection values.classObject that defines the input multi decoder data collection sheet used in a dynamic panel. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.sheet.node.attachment
Classes in overit.geocallapp.wfm.core.ux.datacollection.sheet.node.attachment that implement ToolModifier and TypeClassDescriptionclassPanel used to upload a file to a data collection node. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.sheet.node.coord
Classes in overit.geocallapp.wfm.core.ux.datacollection.sheet.node.coord that implement ToolModifier and TypeClassDescriptionclassObject that defines the data collection sheet coord map.classPanel used to show the data collection sheet coord map. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template
Classes in overit.geocallapp.wfm.core.ux.datacollection.template that implement ToolModifier and TypeClassDescriptionclassData collection template detail page.classPanel which allows to upload a data collection template.classPanel which allows to upload a pdf to data collection template.classPanel which allows to edit a data collection template.classPanel which allows to select a set of a data collection template.classPanel which allows to create a new data collection template.classPanel which allows to select a set of a data collection template.classPanel which allows to select a set of a data collection template.classSearch page for data collection template.classPersonalizedServerTableViewmade for the Data Collection Template.classPersonalizedServerTableViewmade for the data collection template structure. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.gantt
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.gantt that implement ToolModifier and TypeClassDescriptionclassThe Class that defines the data collection template gantt.classClass used to visualize a data collection template ganttclassPersonalizedServerTableViewmade for the Data Collection Template Structure Gantt. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.gantt.common
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.gantt.common that implement ToolModifier and TypeClassDescriptionclassPanel which allows to configure the data collection template gantt ui. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.gantt.legend
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.gantt.legend that implement ToolModifier and TypeClassDescriptionclassPanel which allows to visualization of a data collection template gantt legend. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.structure
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.structure that implement ToolModifier and TypeClassDescriptionclassData collection template structure detail page.classData collection template structure release detail page.classData collection template structure working copy detail page.classclassPanel which allows to upload a data collection template model.classPanel which allows to edit a data collection template structure base.classPanel which allows to edit a data collection template structure release.classPanel which allows to edit a data collection template structure working copy.classPanel which allows to create a new data collection template structure release. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions that implement ToolModifier and TypeClassDescriptionclassUnified panel for creating and editing global expressions. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.treejson
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.treejson that implement ToolModifier and TypeClassDescriptionclassBuilder responsible for design the html tree view of the data collection node -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.node
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.node that implement ToolModifier and TypeClassDescriptionclassPanel containing the tree view of the data collection node -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.template.visibilityrules
Classes in overit.geocallapp.wfm.core.ux.datacollection.template.visibilityrules that implement ToolModifier and TypeClassDescriptionclassPanel for managing Data Collection Template Visibility Rules. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.type
Classes in overit.geocallapp.wfm.core.ux.datacollection.type that implement ToolModifier and TypeClassDescriptionclassThe object that defines the input decoder data collection type.classPanel which allows to select a set of a data collection type.classSearch page for data collection type. -
Uses of Tool in overit.geocallapp.wfm.core.ux.datacollection.ui.control
Classes in overit.geocallapp.wfm.core.ux.datacollection.ui.control that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.eventstreaming
Classes in overit.geocallapp.wfm.core.ux.eventstreaming that implement ToolModifier and TypeClassDescriptionclassPage for test the configurations about event streaming mechanism -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.address
Classes in overit.geocallapp.wfm.core.ux.location.address that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.address.create
Classes in overit.geocallapp.wfm.core.ux.location.address.create that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster
Classes in overit.geocallapp.wfm.core.ux.location.microcluster that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate
Classes in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate.task
Classes in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate.task that implement ToolModifier and TypeClassDescriptionclassThis task insert in a microcluster aggregate the list of components passed on input Is assumed that all the components passed are referred to the same microcluster group (same municpality code and postcode)classBusiness task in order to remove aBOMicroclusterAggregate.classThis task removes from the specified microcluster aggregate the list of components passed on input Is assumed that all the components passed are referred to the same microcluster group (same municpality code and postcode)classBusiness task in order to insert aBOMicroclusterAggregate. -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition
Classes in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition.task
Classes in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aMicroclusterGroupParams.classBusiness task in order to remove aBOMicrocluster. -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas
Classes in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas.task
Classes in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas.task that implement ToolModifier and TypeClassDescriptionclassTask for associate a list of microcluster to a scheduling areaclassTask for remove microclusters from a scheduling area -
Uses of Tool in overit.geocallapp.wfm.core.ux.location.microcluster.selectionmap
Classes in overit.geocallapp.wfm.core.ux.location.microcluster.selectionmap that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.log.detail
Classes in overit.geocallapp.wfm.core.ux.log.detail that implement ToolModifier and TypeClassDescriptionclassPage for log detailclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.log.master
Classes in overit.geocallapp.wfm.core.ux.log.master that implement ToolModifier and TypeClassDescriptionclassPage for search logsclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.detail
Classes in overit.geocallapp.wfm.core.ux.material.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.goodsgroup
Classes in overit.geocallapp.wfm.core.ux.material.goodsgroup that implement ToolModifier and TypeClassDescriptionclassEventPanelSimpleTablemanaging the UI pages related to theBOGoodsGroup. -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.itemtype
Classes in overit.geocallapp.wfm.core.ux.material.itemtype that implement ToolModifier and TypeClassDescriptionclassEventPanelSimpleTablemanaging the UI pages related to theBOMaterialItemType. -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.materialclass
Classes in overit.geocallapp.wfm.core.ux.material.materialclass that implement ToolModifier and TypeClassDescriptionclassEventPanelSimpleTablemanaging the UI pages related to theBOMaterialClass. -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.search
Classes in overit.geocallapp.wfm.core.ux.material.search that implement ToolModifier and TypeClassDescriptionclassclassPersonalizedServerTableViewmade for the materials monitor. -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.selection
Classes in overit.geocallapp.wfm.core.ux.material.selection that implement ToolModifier and TypeClassDescriptionclassPage for search and select one or more materials. -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.serialized
Classes in overit.geocallapp.wfm.core.ux.material.serialized that implement ToolModifier and TypeClassDescriptionclassPanel used to select a set of/a singleBOSerializedMaterial.classPersonalizedServerTableViewmade for the serialized materials. -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.serialized.model
Classes in overit.geocallapp.wfm.core.ux.material.serialized.model that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.material.serialized.selection
Classes in overit.geocallapp.wfm.core.ux.material.serialized.selection that implement ToolModifier and TypeClassDescriptionclassSerialized material search page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card that implement ToolModifier and TypeClassDescriptionclassCardTypeComponent<T extends MobileCardType>Container that represents the mobile card type. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.argis
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.argis that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card ArGis. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.attachments
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.attachments that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Attachments.classComponent that represents the mobile card WorkCycle Attachments.classComponent that represents the mobile card WorkOrder Attachments. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.createnotification
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.createnotification that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Notification. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.datacollections
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.datacollections that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card DataCollections. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.manpower
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.manpower that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Manpower. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.materials
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.materials that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Materials. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.materialspickup
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.materialspickup that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card MaterialsPickUp. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.measures
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.measures that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Measures. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.meterexistent
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.meterexistent that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card MeterExistent. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.meterinstalled
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.meterinstalled that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card MeterInstalled. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.multistage
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.multistage that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Multistage. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.outcome
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.outcome that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Outcome. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.procedure
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.procedure that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Procedure. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.shownotification
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.shownotification that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card ShowNotification. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.signature
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.signature that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Signature. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.technicalobject
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.technicalobject that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card TechnicalObject. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.vehicles
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.vehicles that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card Vehicles. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.virtualcollaboration
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.virtualcollaboration that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card VirtualCollaboration. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.wohistory
Classes in overit.geocallapp.wfm.core.ux.mobilecards.card.container.components.wohistory that implement ToolModifier and TypeClassDescriptionclassComponent that represents the mobile card WOHistory. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.cardicons
Classes in overit.geocallapp.wfm.core.ux.mobilecards.cardicons that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsconfiguration
Classes in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsconfiguration that implement ToolModifier and TypeClassDescriptionclassMobile Cards Configuration detail page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsrule
Classes in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsrule that implement ToolModifier and TypeClassDescriptionclassMobile Cards Rule detail page.classMobile Cards Rule edit panel.classMobile Cards Rule new panel. -
Uses of Tool in overit.geocallapp.wfm.core.ux.mobilecards.typespanel
Classes in overit.geocallapp.wfm.core.ux.mobilecards.typespanel that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.configuration
Classes in overit.geocallapp.wfm.core.ux.multistage.configuration that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.gantt
Classes in overit.geocallapp.wfm.core.ux.multistage.gantt that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.gantt.legend
Classes in overit.geocallapp.wfm.core.ux.multistage.gantt.legend that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.group
Classes in overit.geocallapp.wfm.core.ux.multistage.group that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassServerTableView made for the multistage group -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.group.operation
Classes in overit.geocallapp.wfm.core.ux.multistage.group.operation that implement ToolModifier and TypeClassDescriptionclassclassThis container is the one used in Multistage, "Search Operation" window. -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.group.operation.dependency
Classes in overit.geocallapp.wfm.core.ux.multistage.group.operation.dependency that implement ToolModifier and TypeClassDescriptionclassclassEdit panel for multistage dependenciesclassEdit panel for multistage dependenciesclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.group.wooperation
Classes in overit.geocallapp.wfm.core.ux.multistage.group.wooperation that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.multistage.violation
Classes in overit.geocallapp.wfm.core.ux.multistage.violation that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.performancetest
Classes in overit.geocallapp.wfm.core.ux.performancetest that implement ToolModifier and TypeClassDescriptionclassThis container is used to test the xml cache performance, with a repetition of push and pop operations on daily plan page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.permits.singleintervention
Classes in overit.geocallapp.wfm.core.ux.permits.singleintervention that implement ToolModifier and TypeClassDescriptionclassPage to create a new association between the permit type and the outcome reason.classSelection panel for outcome reasons.classSelection panel for permit types.classPage which allows to search for the permits type and outcome reason association.classPersonalizedServerTableViewmade for the permit type and outcome reason association. -
Uses of Tool in overit.geocallapp.wfm.core.ux.permits.type
Classes in overit.geocallapp.wfm.core.ux.permits.type that implement ToolModifier and TypeClassDescriptionclassEventPanelSimpleTablemanaging the UI pages related to theBOPermitType. -
Uses of Tool in overit.geocallapp.wfm.core.ux.permits.workcycle
Classes in overit.geocallapp.wfm.core.ux.permits.workcycle that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.permits.workorder
Classes in overit.geocallapp.wfm.core.ux.permits.workorder that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.permits.workorder.history
Classes in overit.geocallapp.wfm.core.ux.permits.workorder.history that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.bundler
Classes in overit.geocallapp.wfm.core.ux.schedule.bundler that implement ToolModifier and TypeClassDescriptionclassclassCardView component for displaying bundles activities. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.common
Classes in overit.geocallapp.wfm.core.ux.schedule.common that implement ToolModifier and TypeClassDescriptionclassTableViewextension to keep track of the selection order, that will be considered in the paste process. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.order.edit
Classes in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.order.edit that implement ToolModifier and TypeClassDescriptionclassPage used to edit aBODailyPlanOrderConfigurationHeaderant itsBODailyPlanOrderConfigurationDetail.classPanel to select resources -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.order.search
Classes in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.order.search that implement ToolModifier and TypeClassDescriptionclassSearch Daily Plan Order Configurations page.classTheEventServerTableViewobject needed to search and show forBODailyPlanOrderConfigurationHeaderobjects. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.edit
Classes in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.edit that implement ToolModifier and TypeClassDescriptionclassPage used to edit aTooltipConfigurationInstanceobject.classPage used to edit the rules related to aBOTooltipConfigurationobject.classTheEventServerTableViewobject needed to search and show forBOTooltipConfigurationRuleobjects.classTable view that models a tree view for theUXTooltipConfigurationNodeobjects. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.search
Classes in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.search that implement ToolModifier and TypeClassDescriptionclassSearch Tooltip Configurations page.classTheEventServerTableViewobject needed to search and show forBOTooltipConfigurationobjects. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Classes in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for initializing the daily plan bundle cache.classBusiness task for searching schedulable activities in the daily plan. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.agenda.history.detail
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.agenda.history.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.agenda.history.search
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.agenda.history.search that implement ToolModifier and TypeClassDescriptionclassAgenda History search page.classPersonalizedServerTableViewmade for the agenda history. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.material
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.material that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.material.edit
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.material.edit that implement ToolModifier and TypeClassDescriptionclassPanel for edit or view a material account -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.material.performance
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.material.performance that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.material.serialized
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.material.serialized that implement ToolModifier and TypeClassDescriptionclassPage used to select a set of/a singleBOSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.material.used
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.material.used that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.material.withdrawn
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.material.withdrawn that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome that implement ToolModifier and TypeClassDescriptionclassSupport component to highlight a form section with a colored bar.classMain container forInterventionoutcome editing -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.accessorydata
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.accessorydata that implement ToolModifier and TypeClassDescriptionclassInterventionOutcomeSectionto manage the accessory data within an intervention outcome -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.agenda
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.agenda that implement ToolModifier and TypeClassDescriptionclassInterventionOutcomeSectionto manage the agenda outcome data -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.bulk
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.bulk that implement ToolModifier and TypeClassDescriptionclassPanel to edit more intervention's outcome at the same time -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading that implement ToolModifier and TypeClassDescriptionclassInterventionOutcomeSectionto manage the meter readings within an intervention outcomeclassMeter reading edit page -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search that implement ToolModifier and TypeClassDescriptionclassAccounting monitor pageclassServerTableView made for work on Accounting Monitor This extension provide some extra column with warnings and a mechanism of cache for user pictures -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search.task
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for calculate warnings in the main query of Accounting Monitor. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aListofInterventionaccording to theInterventionsLoadEventspecifications. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.ui.control
Classes in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.ui.control that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.lock
Classes in overit.geocallapp.wfm.core.ux.schedule.lock that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.schedulableactivities
Classes in overit.geocallapp.wfm.core.ux.schedule.schedulableactivities that implement ToolModifier and TypeClassDescriptionclassclassSchedulable activities sectionclassclassUrgent activities section -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.schedulingresource.resourceaddress
Classes in overit.geocallapp.wfm.core.ux.schedule.schedulingresource.resourceaddress that implement ToolModifier and TypeClassDescriptionclassTheEventServerTableViewfor theBOResourceAddressentity. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.schedulingresource.user
Classes in overit.geocallapp.wfm.core.ux.schedule.schedulingresource.user that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedule.tooltip.data
Classes in overit.geocallapp.wfm.core.ux.schedule.tooltip.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.core.ux.schedule.tooltip.task
Classes in overit.geocallapp.wfm.core.ux.schedule.tooltip.task that implement ToolModifier and TypeClassDescriptionclassBuild the bundler tool-tip data for a planned activity.classclassBuild the activity tool-tip data for an accounted activityclassBuild the multistage tool-tip data for a planned activityclassBase implementation to build the tool-tip for the activities currently aggregated in an activeBundle.classclassBase implementation to build the Activity tool-tip.classBase implementation to build the Multistage tool-tip.classBuild the absence tool-tip data for a planned absenceclassBuild the bundler tool-tip data for a planned activity.classclassBuild the activity tool-tip data for a planned activityclassBuild the multistage tool-tip data for a planned activity -
Uses of Tool in overit.geocallapp.wfm.core.ux.scheduler.immediatescheduling.search
Classes in overit.geocallapp.wfm.core.ux.scheduler.immediatescheduling.search that implement ToolModifier and TypeClassDescriptionclassImmediate Scheduling Activities search page.classServer table view for Immediate Scheduling Activities search.classServer table view for Immediate Scheduling Activities History search. -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedulingproposal.creation
Classes in overit.geocallapp.wfm.core.ux.schedulingproposal.creation that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedulingproposal.detail
Classes in overit.geocallapp.wfm.core.ux.schedulingproposal.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedulingproposal.removal
Classes in overit.geocallapp.wfm.core.ux.schedulingproposal.removal that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.schedulingproposal.search
Classes in overit.geocallapp.wfm.core.ux.schedulingproposal.search that implement ToolModifier and TypeClassDescriptionclassScheduling Proposal search page.class -
Uses of Tool in overit.geocallapp.wfm.core.ux.systemsetting
Classes in overit.geocallapp.wfm.core.ux.systemsetting that implement ToolModifier and TypeClassDescriptionclassThis container must be used to define a page to manage system settings properties and system settings db fields when still present on ASYSTEMSETTING db table. -
Uses of Tool in overit.geocallapp.wfm.core.ux.systemsetting.core
Classes in overit.geocallapp.wfm.core.ux.systemsetting.core that implement ToolModifier and TypeClassDescriptionclassPage used to display all the system settings related to the core logical module. -
Uses of Tool in overit.geocallapp.wfm.core.ux.systemsetting.mobile
Classes in overit.geocallapp.wfm.core.ux.systemsetting.mobile that implement ToolModifier and TypeClassDescriptionclassPage used to display all the system settings related to the mobile logical module. -
Uses of Tool in overit.geocallapp.wfm.core.ux.systemsetting.optimization
Classes in overit.geocallapp.wfm.core.ux.systemsetting.optimization that implement ToolModifier and TypeClassDescriptionclassPage used to display all the system settings related to the optimization logical module. -
Uses of Tool in overit.geocallapp.wfm.core.ux.technicalobject.meter.brand
Classes in overit.geocallapp.wfm.core.ux.technicalobject.meter.brand that implement ToolModifier and TypeClassDescriptionclassEventPanelSimpleTablemanaging the UI pages related to theBOMeterBrand. -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.configuration.category
Classes in overit.geocallapp.wfm.core.ux.timesheet.configuration.category that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.configuration.categoryeventtype
Classes in overit.geocallapp.wfm.core.ux.timesheet.configuration.categoryeventtype that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.configuration.profile
Classes in overit.geocallapp.wfm.core.ux.timesheet.configuration.profile that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.control
Classes in overit.geocallapp.wfm.core.ux.timesheet.control that implement ToolModifier and TypeClassDescriptionclassThis specialInputprovides an attribute called @param showClean, which indicates whether the result table contained in thePDecoderUtentimust be cleaned every time the panel is shown or not. -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.search
Classes in overit.geocallapp.wfm.core.ux.timesheet.search that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassServerTableView made for the Timesheet Monitor -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.search.detail
Classes in overit.geocallapp.wfm.core.ux.timesheet.search.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.search.history
Classes in overit.geocallapp.wfm.core.ux.timesheet.search.history that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.timesheet.search.taskmanagement
Classes in overit.geocallapp.wfm.core.ux.timesheet.search.taskmanagement that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.user
Classes in overit.geocallapp.wfm.core.ux.user that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.user.common
Classes in overit.geocallapp.wfm.core.ux.user.common that implement ToolModifier and TypeClassDescriptionclassPanel which allows to select a set of/a singleBOUserorBOSchedulingUser.classObject used to avoid dummy user in thePSelectUsers's results list. -
Uses of Tool in overit.geocallapp.wfm.core.ux.wofilters
Classes in overit.geocallapp.wfm.core.ux.wofilters that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.control
Classes in overit.geocallapp.wfm.core.ux.workorder.control that implement ToolModifier and TypeClassDescriptionclassclassclassColumn to draw a colored circle for eachUserWorkOrderThematisms.WorkOrderThematismthat match the represented work order -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.edit
Classes in overit.geocallapp.wfm.core.ux.workorder.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.massivegeneration
Classes in overit.geocallapp.wfm.core.ux.workorder.massivegeneration that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data
Classes in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task
Classes in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for generate a random work orders accountingsclassBusiness task for generate random work orderclassBusiness task for generate a random work orders planning, based on 'Ottimizza e Integra' processclassBusiness task for customer object extraction.classCustomization for automatic WO planningclassCustomization of optimization and integration task for automatic WO planning -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.note
Classes in overit.geocallapp.wfm.core.ux.workorder.note that implement ToolModifier and TypeClassDescriptionclassPanel for creating new work order notes.classPanel component for managing work order notes.classServer-side table view component for displaying and managing work order notes. -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.operation.edit
Classes in overit.geocallapp.wfm.core.ux.workorder.operation.edit that implement ToolModifier and TypeClassDescriptionclassWork order operation edit pageclassclass -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.search
Classes in overit.geocallapp.wfm.core.ux.workorder.search that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorder.teamaffinity.operationAffinity
Classes in overit.geocallapp.wfm.core.ux.workorder.teamaffinity.operationAffinity that implement ToolModifier and TypeClassDescriptionclassPanel for show all the team affinity of a work order operation. -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit
Classes in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorderobject.customer.search
Classes in overit.geocallapp.wfm.core.ux.workorderobject.customer.search that implement ToolModifier and TypeClassDescriptionclassCustomers search pageclassCustomers selection page -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit
Classes in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit that implement ToolModifier and TypeClassDescriptionclassMain container for the editing and visualization of the technical objectclassExtension ofEditTechnicalObjectto manage the editing of a Technical Object as node of a tree view. -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit.section
Classes in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit.section that implement Tool -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.search
Classes in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.search that implement ToolModifier and TypeClassDescriptionclassClass for decoding technical object, called usually from InputMultiDecoderclassThis class is a Panel version of CEditRegoleCaratteristiche class.classTechnical objects search pageclassTechnical object selection pageclassPersonalizedServerTableViewthat handles the business logic of the technical objects search page. -
Uses of Tool in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.state
Classes in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.state that implement Tool -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.composition.data
Classes in overit.geocallapp.wfm.crewshell.bl.composition.data that implement ToolModifier and TypeClassDescriptionclassDAO for crew shell composition.classDAO to search crew shell composition. -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.composition.task
Classes in overit.geocallapp.wfm.crewshell.bl.composition.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aBOCrewShellCompositionobject.classBusiness task to searchBOCrewShellCompositionobjects. -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.data
Classes in overit.geocallapp.wfm.crewshell.bl.data that implement ToolModifier and TypeClassDescriptionclassDAO for crew shell.classDAO for crew shell search. -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.task
Classes in overit.geocallapp.wfm.crewshell.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aBOCrewShellobject.classGeneric business task for Crew Shell entities.classBusiness task to searchBOCrewShellobjects. -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.type.data
Classes in overit.geocallapp.wfm.crewshell.bl.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for crew shell type.classDAO to search crew shell type. -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.type.task
Classes in overit.geocallapp.wfm.crewshell.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCrewShellType.classBusiness task in order to load aBOCrewShellType.classBusiness task in order to search aBOCrewShellType.classBusiness task in order to update aBOCrewShellType. -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.workshift.data
Classes in overit.geocallapp.wfm.crewshell.bl.workshift.data that implement ToolModifier and TypeClassDescriptionclassDAO for Crew Shell Work Shifts.classDAO to search for Crew Shell Work Shifts. -
Uses of Tool in overit.geocallapp.wfm.crewshell.bl.workshift.task
Classes in overit.geocallapp.wfm.crewshell.bl.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCrewShellShift.classBusiness task in order to search forBOCrewShellShifts. -
Uses of Tool in overit.geocallapp.wfm.docsharing.ui
Classes in overit.geocallapp.wfm.docsharing.ui that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.docsharing.ui.NewWfmResource -
Uses of Tool in overit.geocallapp.wfm.documents.bl.attachment.data
Classes in overit.geocallapp.wfm.documents.bl.attachment.data that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.documents.bl.attachment.data.DAOAttachmentDAO for attachments. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.census.rule.data
Classes in overit.geocallapp.wfm.execution.bl.census.rule.data that implement ToolModifier and TypeClassDescriptionclassDAO for technical object census rule.classDAO for technical object census rule search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.census.rule.task
Classes in overit.geocallapp.wfm.execution.bl.census.rule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCensusRule.classBusiness task in order to search aBOCensusRule. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.census.type.data
Classes in overit.geocallapp.wfm.execution.bl.census.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.execution.bl.encodednote.data
Classes in overit.geocallapp.wfm.execution.bl.encodednote.data that implement ToolModifier and TypeClassDescriptionclassDAO for encoded note.classDAO for search encoded note. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.encodednote.task
Classes in overit.geocallapp.wfm.execution.bl.encodednote.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOEncodedNote.classBusiness task in order to load an encoded noteBOEncodedNote.classBusiness task in order to search aBOEncodedNote.classBusiness task in order to update aBOEncodedNote.
Required fields: description -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.data that implement ToolModifier and TypeClassDescriptionclassDAO for interventions.classDAO for intervention search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.resource.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.data that implement ToolModifier and TypeClassDescriptionclassDAO for intervention Resources.classDAO to search for intervention Resources. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.task
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOHourType.classBusiness task in order to search aBOHourType. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.resource.task
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to reset dates forBOInterventionResources.classBusiness task in order to search forBOInterventionResources. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for work order operation resource.classDAO for work order operation resource search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.task
Classes in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to remove aBOWorkOrderOperationResource.classBusiness task in order to insert aBOWorkOrderOperationResource.classBusiness task in order to search aBOWorkOrderOperationResource.classBusiness task in order to update aBOWorkOrderOperationResource. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.status.data
Classes in overit.geocallapp.wfm.execution.bl.intervention.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for intervention status.classDAO intervention status search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.status.task
Classes in overit.geocallapp.wfm.execution.bl.intervention.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOInterventionStatus.classBusiness task in order to search aBOInterventionStatus. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.intervention.task
Classes in overit.geocallapp.wfm.execution.bl.intervention.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aInterventionAggregate.classBusiness task in order to search aInterventionAggregate.classBusiness task in order to load aBOIntervention.classBusiness task in order to search aBOIntervention. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.data
Classes in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.data that implement ToolModifier and TypeClassDescriptionclassDAO for intervention group census rule.classDAO for intervention group census rule search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.task
Classes in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOInterventionGroupCensusRule.classBusiness task in order to search aBOInterventionGroupCensusRule. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.intervention.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.intervention.data that implement ToolModifier and TypeClassDescriptionclassDAO for agenda outcomeclassDAO for intervention outcome search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.intervention.task
Classes in overit.geocallapp.wfm.execution.bl.outcome.intervention.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOInterventionOutcome.classBusiness task in order to search aBOInterventionOutcome.classBusiness task in order to update aBOInterventionOutcome. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.reason.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.data that implement ToolModifier and TypeClassDescriptionclassDAO for outcome reason.classDAO for outcome reason search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.data that implement ToolModifier and TypeClassDescriptionclassDAO for outcome reason encoded note.classDAO used to search for outcome reason encoded note. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.task
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOOutcomeReasonEncodedNote.classBusiness task in order to insert aBOOutcomeReasonEncodedNote.
Required fields: encodedNote reasonclassBusiness task in order to search aBOOutcomeReasonEncodedNote. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.reason.task
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check the correct saving of an outcome reason.classBusiness task in order to insert aBOOutcomeReason.classBusiness task in order to load aBOOutcomeReason.classBusiness task in order to search aBOOutcomeReason.classBusiness task in order to update aBOOutcomeReason. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.reason.type.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for outcome reason type.classDAO for outcome reason type search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.reason.type.task
Classes in overit.geocallapp.wfm.execution.bl.outcome.reason.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOutcomeReasonType.classBusiness task in order to load aBOOutcomeReasonType.classBusiness task in order to search aBOOutcomeReasonType.classBusiness task in order to update aBOOutcomeReasonType. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.type.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for outcome typeclassDAO for outcome type search -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.type.task
Classes in overit.geocallapp.wfm.execution.bl.outcome.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeType.classBusiness task in order to search aBOOutcomeType. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.validation.status.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.validation.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for validation status.classDAO for validation status search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.validation.status.task
Classes in overit.geocallapp.wfm.execution.bl.outcome.validation.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOValidationStatus.classBusiness task in order to search aBOValidationStatus. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.data
Classes in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.data that implement ToolModifier and TypeClassDescriptionclassDAO for outcome work order origin.classDAO to search for outcome work order origin. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.task
Classes in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeWorkOrderOrigin.classBusiness task in order to search forBOOutcomeWorkOrderOrigin. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcomeclass.data
Classes in overit.geocallapp.wfm.execution.bl.outcomeclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for outcome classes.classDAO for outcome class search. -
Uses of Tool in overit.geocallapp.wfm.execution.bl.outcomeclass.task
Classes in overit.geocallapp.wfm.execution.bl.outcomeclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOutcomeClass.classBusiness task in order to search aBOOutcomeClass. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.activity.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.activity.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task that implement ToolModifier and TypeClassDescriptionclassThis Business task calculates the coverage algorithm input starting from a scenario, the resulting job id is stored byBOCapacityPlanningScenario.classBusiness task to check the status of coverage algorithm instances.classBusiness task to calculate the coverage of all the scenarios to be processed. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to process the output of the capacity planning algorithm.classBusiness task to insert a list ofBOCapacityPlanningResultDetailin a single batch operation.classBusiness task to calculate the saturation of resources and assignment of activities. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.data that implement ToolModifier and TypeClassDescriptionclassDAO for capacity planning result. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to searchCapacityPlanningActivityDetailResult.classclassBusiness task to searchCapacityPlanningResourceDetailResult.classThis Business task calculates the coverage of an scenario, the result are stored byBOCapacityPlanningScenario.classBusiness task in order to insert aBOCapacityPlanningResultDetail.classclassThis Business task calculates the total result of a capacity planning, the result are stored byBOCapacityPlanningResult. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCapacityPlanningResult.classBusiness task to loadBOCapacityPlanningResult.class -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.data that implement ToolModifier and TypeClassDescriptionclassDAO for capacity planning scenario.classDAO for capacity planning scenario search. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.data that implement ToolModifier and TypeClassDescriptionclassDAO for search Capacity Planning Scenario Detail. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aCapacityPlanningScenarioDetail.classBusiness task in order to search aCapacityPlanningScenarioDetail. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to cancel aBOCapacityPlanningScenario.classBusiness task to generate the coverage activity report for a capacity planning scenario.classGeneric business task for coverage report.classBusiness task to generate the coverage resource report for a capacity planning scenario.classBusiness task to generate the coverage time report for a capacity planning scenario.classBusiness task to generate the coverage time report for a capacity planning scenario.classBusiness task in order to export the XLSX file of aBOCapacityPlanningScenarioobject, alongside its data,
i.e., itsBOCapacityPlanningResultresults andBOCapacityPlanningResultDetaildetails.classBusiness task in order to insert aBOCapacityPlanningScenario.classBusiness task to loadBOCapacityPlanningScenario.classGeneric business task for Capacity Planning Scenario entities.classBusiness task to searchBOCapacityPlanningScenario.classBusiness task in order to insert aBOCapacityPlanningScenario. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCapacityPlanningState.classBusiness task in order to search aBOCapacityPlanningState. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.data that implement ToolModifier and TypeClassDescriptionclassDAO for activity forecast header.classDAO for search activity forecast header. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivityDetail.classBusiness task in order to insert aBOForecastActivityDetail.classBusiness task in order to insert aBOForecastActivityDetailfrom a list ofBOWorkLoadDistribution.classGeneric business task for entering Forecast Activity Details
Before executing its purpose, the task checks whether the Forecast Management module is active and if the current user has the required permissionsclassBusiness task in order to load aBOForecastActivityDetail.classBusiness task in order to search aBOForecastActivityDetail.classBusiness task in order to update aBOForecastActivityDetail.classBusiness task in order to calculate all the activity timeframesBOForecastActivityDetail. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.data that implement ToolModifier and TypeClassDescriptionclassDAO for forecast activity.classDAO for search forecast activity for the gantt view.classDAO for search forecast activity. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivity.classBusiness task in order to search aBOForecastActivityfor the gantt view.classBusiness task to import allBOOperationActivityin the related forecast activity.classBusiness task in order to insert aBOForecastActivity.classBusiness task in order to load aBOForecastActivity.classBusiness task in order to search aBOForecastActivity.classBusiness task in order to update aBOForecastActivity. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.data that implement ToolModifier and TypeClassDescriptionclassDAO for search forecast activity detail for the gantt visualization. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOForecastActivityDetailGantt. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.data that implement ToolModifier and TypeClassDescriptionclassDAO for forecast activity import filterclassDAO for forecast activity import filter search -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to create and insert aBOForecastActivityImportFilter.classBusiness task in order to insert aBOForecastActivityImportFilter.classBusiness task in order to load aBOForecastActivityImportFilter.classBusiness task in order to search aBOForecastActivityImportFilter.classBusiness task in order to update aBOForecastActivityImportFilter. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.data that implement ToolModifier and TypeClassDescriptionclassBase DAO for forecast activity priority.classDAO used to search forecast activity priority. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivityPriority.classBusiness task in order to disable aBOForecastActivityPriority.classBusiness task in order to insert aBOForecastActivityPriority.classBusiness task to loadBOForecastActivityPriority.classManager class to handle default priority for forecast activities.classBusiness task to searchBOForecastActivityPriority.class -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastActivitySkill.classBusiness task in order to insert aBOForecastActivitySkill.classBusiness task to loadBOForecastActivitySkill.classBusiness task to searchBOForecastActivitySkill.classBusiness task to replace all skills of a forecast activity.class -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to copy and paste aBOActivityForecastHeaderobject, alongside its own data.classBusiness task in order to export the XLSX file of aBOActivityForecastHeaderobject, alongside its data,
i.e., itsBOForecastActivityactivities and, for each activity, itsBOForecastActivitySkillskills andBOForecastActivityDetaildetails (i.e., calendars).classBusiness task in order to cancel aBOActivityForecastHeader.classBusiness task to confirm aBOActivityForecastHeader.classBusiness task in order to insert aBOActivityForecastHeader.classBusiness task in order to load aBOActivityForecastHeader.classBusiness task in order to search aBOActivityForecastHeader.classBusiness task in order to update aBOActivityForecastHeader. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.workloaddistribution.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.workloaddistribution.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.data that implement ToolModifier and TypeClassDescriptionclassDAO for forecast grouping constraint.classDAO used to search forecast grouping constraint. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastGroupingConstraint.classBusiness task in order to disable aBOForecastGroupingConstraint.classBusiness task in order to insert aBOForecastGroupingConstraint.classBusiness task to loadBOForecastGroupingConstraint.classBusiness task to searchBOForecastGroupingConstraint.classBusiness task in order to update aBOForecastGroupingConstraint. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.activityforecastheader.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.activityforecastheader.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for manage the records of a import forecast header file.classBusiness task for read the records of a forecast header file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast activity file.classBusiness task for read the records of a forecast activity file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivitydetail.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivitydetail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast activity detail file.classBusiness task for read the records of a forecast activity detail file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivityskill.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivityskill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast activity skill file.classBusiness task for read the records of a forecast activity skill file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to import an activity forecast. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource file.classBusiness task for read the records of a forecast resource file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.notcommittabletime.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.notcommittabletime.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for read the records of a forecast resource not committable time file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource detail file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.workshift.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for read the records of a forecast resource detail file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcegroupingconstraint.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcegroupingconstraint.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource grouping constraint file.classBusiness task for read the records of a forecast resource grouping constraint file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourceskill.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourceskill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for writing the records of a forecast resource skill file.classBusiness task for read the records of a forecast resource skill file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.resourceforecastheader.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.resourceforecastheader.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for manage the records of a import forecast header file.classBusiness task for read the records of a forecast header file. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to import a resource forecast.classBusiness task in order to read a resource forecast. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aSharedResourceWithLog.classBusiness task in order to searchSharedResourceWithLog.classBusiness task in order to read a xlsx document . -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.data that implement ToolModifier and TypeClassDescriptionclassDAO for forecast resource header.class -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to apply the template to get all the resources timeframesForecastResourceDetailBuildPreview.classBusiness task in order to calculate all the resources timeframesForecastResourceDetailBuildPreview.classBusiness task used to apply the copied resource's details (i.e., the copied resource's calendars) to the target resources (i.e., the selected resources) of the same forecast
When theForecastResourceDetailCopyEventis launched the BT notices the call and apply the copied resource's details (i.e., the copied resource's calendars) to the target resources (i.e., the selected resources) of the same forecast, by using the params contained within theForecastResourceDetailCopyInput.classBusiness task in order to delete aBOForecastResourceDetail.classBusiness task in order to calculate all the resources timeframes after editingForecastResourceDetailBuildPreview.classBusiness task to import all workshifts of an user (AUSER) in the related forecast resource.classBusiness task to insert newBOForecastResourceDetail.classBusiness task to loadBOForecastResourceDetail.classGeneric business task for Forecast Resource Detail entities.classBusiness task in order to delete a list ofBOForecastResourceDetail.classBusiness task to searchBOForecastResourceDetail.classBusiness task in order to update aBOForecastResourceDetail. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.data that implement ToolModifier and TypeClassDescriptionclassDAO for CRUD operations on forecast resource.classDAO for search forecast resource. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOForecastResource.classEvent to import the resource and all the workshifts of an user.classclassBusiness task to loadBOForecastResource.classclassBusiness task to searchBOForecastResource.classBusiness task in order to insert aBOForecastResource. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.data that implement ToolModifier and TypeClassDescriptionclassBase DAO for forecast resource grouping constraint. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.data that implement ToolModifier and TypeClassDescriptionclassDAO for forecast shift model.classDAO for search forecast shift model. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for forecast shift model detail.classDAO for search forecast shift model detail. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOForecastShiftModelDetail.classBusiness task in order to load aBOForecastShiftModelDetail.classBusiness task in order to update multiple instances ofBOForecastShiftModelDetailat the same time..classBusiness task in order to search aBOForecastShiftModelDetail.classBusiness task in order to update aBOForecastShiftModelDetail. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to copy aBOForecastShiftModelobject.classBusiness task in order to insert aBOForecastShiftModel.classBusiness task in order to load aBOForecastShiftModel.classBusiness task in order to search aBOForecastShiftModel.classBusiness task in order to update aBOForecastShiftModel. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOResourceForecastSkill.classBusiness task to import all skills of an user (AUSER) in the related forecast resource.classBusiness task in order to insert aBOResourceForecastSkill.classBusiness task to loadBOResourceForecastSkill.classBusiness task to searchBOResourceForecastSkill.classBusiness task to replace all skills of a forecast resource.class -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to copy and paste aBOResourceForecastHeaderobject, alongside its own data.classBusiness task in order to export the XLSX file of aBOResourceForecastHeaderobject, alongside its data,
i.e., itsBOForecastResourceresources and, for each resource, itsBOResourceForecastSkillskills andBOForecastResourceDetaildetails (i.e., calendars).classBusiness task in order to cancel aBOResourceForecastHeader.classBusiness task to confirm aBOResourceForecastHeader.classBusiness task in order to insert aBOResourceForecastHeader.classBusiness task to loadBOResourceForecastHeader.classBusiness task to searchBOResourceForecastHeader.classBusiness task in order to insert aBOResourceForecastHeader.classGeneric business task for Forecast Header entities. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.data that implement Tool -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.task
Classes in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOForecastState.classBusiness task in order to search aBOForecastState. -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.resource.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.resource.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.resource.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.resource.skill.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.bl.skill.data
Classes in overit.geocallapp.wfm.forecastcapacity.bl.skill.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.forecastcapacity.login.task
Classes in overit.geocallapp.wfm.forecastcapacity.login.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to modify theIdentityto enable the Forecast Capacity module. -
Uses of Tool in overit.geocallapp.wfm.geos.ui
Classes in overit.geocallapp.wfm.geos.ui that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.geos.ui.MapContainerclassoverit.geocallapp.wfm.geos.ui.WFMOpenLayersMapPanel -
Uses of Tool in overit.geocallapp.wfm.gis.layer.geometry.ol
Classes in overit.geocallapp.wfm.gis.layer.geometry.ol that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.gis.layer.geometry.ol.WFMEditableLayerMapPanel -
Uses of Tool in overit.geocallapp.wfm.gis.ui.map
Classes in overit.geocallapp.wfm.gis.ui.map that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.gis.ui.map.WFMMapContainer -
Uses of Tool in overit.geocallapp.wfm.gpstracking.bl.resource.position.data
Classes in overit.geocallapp.wfm.gpstracking.bl.resource.position.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource GPS position.classDAO for resource GPS position search. -
Uses of Tool in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.data
Classes in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource last GPS position.classDAO for resource last GPS position search. -
Uses of Tool in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task
Classes in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to perform batch upsert ofBOResourceLastGPSPosition.classBusiness task in order to insert aBOResourceLastGPSPosition.classBusiness task in order to load aBOResourceLastGPSPosition.classBusiness task in order to search aBOResourceLastGPSPosition.classBusiness task in order to update aBOResourceLastGPSPosition. -
Uses of Tool in overit.geocallapp.wfm.gpstracking.bl.resource.position.task
Classes in overit.geocallapp.wfm.gpstracking.bl.resource.position.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceGPSPosition.classBusiness task in order to search aBOResourceGPSPosition. -
Uses of Tool in overit.geocallapp.wfm.gpstracking.rc1.position.task
Classes in overit.geocallapp.wfm.gpstracking.rc1.position.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for searching timed GPS positions. -
Uses of Tool in overit.geocallapp.wfm.importexport.ielog
Classes in overit.geocallapp.wfm.importexport.ielog that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.importexport.ielog.AImportExportMaster -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.importexport.material.data
Classes in overit.geocallapp.wfm.inventory.bl.importexport.material.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.importexport.material.task
Classes in overit.geocallapp.wfm.inventory.bl.importexport.material.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aSharedResourceWithLog.classBusiness task in order to searchSharedResourceWithLog.classBusiness task in order to import aBOWarehouseMaterialfrom a xlsx file.classBusiness task for manage the records of a import warehouse materials file.
This task groups the material by warehouse and stock type and launches theWarehouseOperationCreationFromFileEvent. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.task
Classes in overit.geocallapp.wfm.inventory.bl.task that implement ToolModifier and TypeClassDescriptionclassGeneric business task for Inventory Management entities. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.central.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.central.data that implement ToolModifier and TypeClassDescriptionclassDAO for central warehouse.classDAO for central warehouse search. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for the warehouse operation centers relation. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWarehouseOperationCenter.classBusiness task in order to insert aBOWarehouseOperationCenter.classBusiness task in order to load aBOWarehouseOperationCenter.classBusiness task in order to save aBOWarehouseOperationCenterrelation.classBusiness task in order to search aBOWarehouseOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.central.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.central.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to activate aBOCentralWarehouse.classBusiness task in order to deactivate aBOWarehouse.classBusiness task in order to insert aBOCentralWarehouse.classBusiness task in order to load aBOCentralWarehouse.classBusiness task in order to search aBOCentralWarehouse.classBusiness task in order to update aBOCentralWarehouse. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.data that implement ToolModifier and TypeClassDescriptionclassDAO for search the relations between central and mobile warehouses.classDAO for search the relations between central and mobile warehouses. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOCentralMobileWarehouse.classBusiness task in order to insert aBOCentralMobileWarehouse.classBusiness task in order to save all the givenBOCentralMobileWarehouserelation.classBusiness task in order to search aBOCentralMobileWarehouse.classBusiness task in order to update aBOCentralMobileWarehouse. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.data that implement ToolModifier and TypeClassDescriptionclassDAO for warehouse.classDAO for search warehouses. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO forBOWarehouseAgendaMaterial.classDAO used to search theBOWarehouseAgendaMaterial.classDAO for warehouse agenda material search -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseAgendaMaterial.classBusiness task in order to load aBOWarehouseAgendaMaterial.classBusiness task in order to search aBOWarehouseAgendaMaterial.classBusiness task in order to check the new stock quantities.classBusiness task in order to update aBOWarehouseAgendaMaterial.classBusiness task in order to search aWOAgendaMaterial. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for warehouse agenda serialized material -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWarehouseAgendaSerializedMaterial.classBusiness task in order to insert aBOWarehouseAgendaSerializedMaterial.classBusiness task in order to load aBOWarehouseAgendaSerializedMaterial.classBusiness task in order to search aBOWarehouseAgendaSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save materials accountings for inventory management module. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.data that implement ToolModifier and TypeClassDescriptionclassDAO for search warehouse materials availability. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOWarehouseMaterialAvailability. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.data that implement ToolModifier and TypeClassDescriptionclassDAO for search warehouse materials. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aWarehouseMaterialDetail.classBusiness task in order to search aWarehouseMaterialDetail. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.data that implement ToolModifier and TypeClassDescriptionclassDAO for search expected materials.classDAO for search material expected quantities. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aNExpectedMaterial.classBusiness task in order to calculate a warehouse material expected quantity. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.scheduling.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.scheduling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert the missingBOWarehouseMaterialrelations for all the materials that are scheduled in aCodes.WorkOrderOperation. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.material.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.material.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to activate aBOWarehouseMaterial.classBusiness task in order to activate aBOWarehouseMaterial.classBusiness task in order to insert aBOWarehouseMaterial.classBusiness task in order to load aBOWarehouseMaterial.classBusiness task in order to insert a list ofBOWarehouseMaterial.classBusiness task in order to search aBOWarehouseMaterial.classBusiness task in order to update aBOWarehouseMaterial. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data that implement ToolModifier and TypeClassDescriptionclassDAO for warehouse material stock search. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.data that implement ToolModifier and TypeClassDescriptionclassDAO for search serialized materials on stocks -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to searchBOSerializedMaterialin stocks. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aWarehouseMaterialStock.classBusiness task in order to search aWarehouseMaterialStock. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.data that implement ToolModifier and TypeClassDescriptionclassDAO for mobile warehouse.classDAO for mobile warehouse search. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to activate aBOMobileWarehouse.classBusiness task in order to deactivate aBOWarehouse.classBusiness task in order to insert aBOMobileWarehouse.classBusiness task in order to load aBOMobileWarehouse.classBusiness task in order to associate aBOSchedulingUserto aBOMobileWarehouse.classBusiness task in order to performs checks on the association between theBOSchedulingUserand theBOWarehouseOperationCenterof theBOCentralWarehouse.classBusiness task in order remove the association between aBOSchedulingUserand aBOMobileWarehouse.classBusiness task in order to search aBOMobileWarehouse.classBusiness task in order to update aBOMobileWarehouse. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.data that implement ToolModifier and TypeClassDescriptionclassDAO for warehouse operation search. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for warehouse operation header -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for warehouse operation header source -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationHeaderSource.classBusiness task in order to load aBOWarehouseOperationHeaderSource.classBusiness task in order to search aBOWarehouseOperationHeaderSource. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for warehouse operation header state -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseOperationHeaderState.classBusiness task in order to search aBOWarehouseOperationHeaderState. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationHeader.classBusiness task in order to load aBOWarehouseOperationHeader.classBusiness task in order to search aBOWarehouseOperationHeader.classBusiness task in order to update the state of aBOWarehouseOperationHeader.classBusiness task used to update theBOWarehouseOperationHeaderafter a refusal.classBusiness task in order change the state of aBOWarehouseOperationItem. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.data that implement ToolModifier and TypeClassDescriptionclassDAO for warehouse operation item. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for warehouse operation item serialized material -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationItemSerializedMaterial.classBusiness task in order to load aBOWarehouseOperationItemSerializedMaterial.classBusiness task in order to search aBOWarehouseOperationItemSerializedMaterial.classBusiness task in order to update aBOWarehouseOperationItemSerializedMaterial. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for warehouse operation item state -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseOperationItemState.classBusiness task in order to search aBOWarehouseOperationItemState. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWarehouseOperationItem.classBusiness task in order to load aBOWarehouseOperationItem.classBusiness task in order to search aBOWarehouseOperationItem.classBusiness task in order to update the state of aBOWarehouseOperationItem.classBusiness task in order to update aBOWarehouseOperationItem. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to handle the generation and the handling of a warehouse operation starting from an accounting action.classBusiness task in order to handle the generation and the handling of a warehouse operation starting from a manual input.classBase business task in order to generate a warehouse operation.classBusiness task in order to create aWarehouseOperationstarting from an accounting.classBusiness task in order to create aWarehouseOperationstarting from a input resource file.classBusiness task in order to create operation fromBOStockChange.classBusiness task in order to create aWarehouseOperationstarting from aTransferRequest.classBusiness task in order to create aWarehouseOperationstarting from manuelainput.classAbstract business task used to manage the handling of aWarehouseOperation.classBase business task in order to load a warehouse operation.classBusiness task in order to load a list ofWarehouseOperationstarting from their source.classBusiness task in order to execute a warehouse operation.classBusiness task in order to receive aWarehouseOperation.classBusiness task in order to save aWarehouseOperation.classBusiness task in order to search aWarehouseOperation.classBusiness task in order to send aWarehouseOperation.classBusiness task in order to create operation from aBOStockChange.classBusiness task in order to generate and execute a warehouse operation from stock change. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for warehouse operation type -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseOperationType.classBusiness task in order to search aBOWarehouseOperationType. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.position.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.position.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOWarehousefiltering by its position. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.data that implement ToolModifier and TypeClassDescriptionclassDAO for search serialized material in a stock. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOSerializedMaterialby stock.class -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.state.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.state.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseState.classBusiness task in order to search aBOWarehouseState. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.data that implement ToolModifier and TypeClassDescriptionclassDAO for Stock ChangeclassDAO for search stocks change. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOStockChange.classBusiness task in order to load aBOStockChange.classBusiness task in order to search aBOStockChange.classBusiness task in order to update aBOStockChange. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.data that implement ToolModifier and TypeClassDescriptionclassDAO for StockclassDAO for search stocks. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.data that implement ToolModifier and TypeClassDescriptionclassDAO for stock history.classDAO for search stock history. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOStock.classBusiness task in order to load aBOStockHistory.classBusiness task in order to search aBOStockHistory. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.data that implement ToolModifier and TypeClassDescriptionclassDAO for Stock Serialized Material -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOStockSerializedMaterial.classBusiness task in order to insert aBOStockSerializedMaterial.classBusiness task in order to load aBOStockSerializedMaterial.classBusiness task in order to search aBOStockSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOStockType.classBusiness task in order to search aBOStockType. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search the warehouse visible for the user.classGeneric business task for deactivate Warehouse.classBusiness task in order to load aBOWarehouse.classBusiness task in order to search aBOWarehouse.classBusiness task in order to update the state of aBOWarehouse.classBusiness task in order to load aBOWarehousewithout visibility rule. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseTrackingMode.classBusiness task in order to search aBOWarehouseTrackingMode. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.data that implement ToolModifier and TypeClassDescriptionclassDAO for transactions.classDAO for warehouse transactions search. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.data that implement ToolModifier and TypeClassDescriptionclassDAO for the relations between a warehouse transaction and a serialized material. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWarehouseTransactionSerializedMaterial.classBusiness task in order to insert aBOWarehouseTransactionSerializedMaterial.classBusiness task in order to load aBOWarehouseTransactionSerializedMaterial.classBusiness task in order to search aBOWarehouseTransactionSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check the correctness of aBOWarehouseTransaction.classBusiness task in order to evaluate aBOWarehouseTransaction.classBusiness task in order to generate aBOWarehouseTransactionand perform the stock movements.classBusiness task in order to insert aBOWarehouseTransaction.classBusiness task in order to load aBOWarehouseTransaction.classBusiness task in order to search aBOWarehouseTransaction.classBusiness task in order to update aBOWarehouseTransaction. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseTransactionType.classBusiness task in order to search aBOWarehouseTransactionType. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.data that implement Tool -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTransferRequestHeader.classBusiness task in order to load aBOTransferRequestHeader.classBusiness task in order to search aBOTransferRequestHeader.classBusiness task in order to update aBOTransferRequestHeader. -
Uses of Tool 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 Tool -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for transfer request item serialized material. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOTransferRequestItemSerializedMaterialstarting from the relatedBOTransferRequestItemid.classBusiness task in order to insert aBOTransferRequestItemSerializedMaterial.classBusiness task in order to load aBOTransferRequestItemSerializedMaterial.classBusiness task in order to search aBOTransferRequestItemSerializedMaterial.classBusiness task in order to update aBOTransferRequestItemSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTransferRequestItem.classBusiness task in order to load aBOTransferRequestItem.classBusiness task in order to search aBOTransferRequestItem.classBusiness task in order to load the list ofBOTransferRequestItemrelated to the givenBOTransferRequestHeader.classBusiness task in order to update aBOTransferRequestItem. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order create and dispatch all thePushNotifications related to theTransferRequests that recently changed their state. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTransferRequestState.classBusiness task in order to search aBOTransferRequestState. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to cancel aTransferRequest.classBusiness task in order to check the stock availability of the materials requested in aTransferRequest.classBusiness task in order to load the list ofTransferRequestItemrelated to the givenBOTransferRequestHeader.classBusiness task in order to load aTransferRequest.classBusiness task in order to receive aTransferRequest.classBusiness task in order to refuse aTransferRequest.classBusiness task in order to update aTransferRequest.classBusiness task in order to search aTransferRequest.classBusiness task in order to submit aTransferRequest.classBusiness task in order to submit aTransferRequest. -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTransferRequestType.classBusiness task in order to search aBOTransferRequestType. -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.type.data
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.bl.warehouse.type.task
Classes in overit.geocallapp.wfm.inventory.bl.warehouse.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWarehouseType.classBusiness task in order to search aBOWarehouseType. -
Uses of Tool in overit.geocallapp.wfm.inventory.export.operation.task
Classes in overit.geocallapp.wfm.inventory.export.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to export warehouse operations in a xlsx file -
Uses of Tool in overit.geocallapp.wfm.inventory.export.stock.task
Classes in overit.geocallapp.wfm.inventory.export.stock.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to export warehouse material stocks in a xlsx file -
Uses of Tool in overit.geocallapp.wfm.inventory.export.transferrequest.task
Classes in overit.geocallapp.wfm.inventory.export.transferrequest.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to export transfer requests in a xlsx file -
Uses of Tool in overit.geocallapp.wfm.inventory.login.task
Classes in overit.geocallapp.wfm.inventory.login.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to modify theWFMIdentityto enable the Inventory Management module. -
Uses of Tool in overit.geocallapp.wfm.inventory.replicator.data
Classes in overit.geocallapp.wfm.inventory.replicator.data that implement ToolModifier and TypeClassDescriptionclassData extraction queries for Inventory Management ModuleclassDAO for relations between centrals and mobile warehouses in replicator extractions -
Uses of Tool in overit.geocallapp.wfm.inventory.replicator.task
Classes in overit.geocallapp.wfm.inventory.replicator.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for send the serialized materials of Inventory Management module.classBusiness task for check the serialized materials before insert.classTask for replication of AINVENTORYWAREHOUSE table.classTask for replication of ASTOCK table.classTask for replication of ASTOCKCHANGE table.classTask for replication of AWAREHOUSEMATERIAL table.classTask for replication of AWAREHTRANSFERREQUESTHEADER table.classTask for replication of AWAREHTRANSFERREQUESTITEM table.classTask for replication of AINVENTORYWAREHOUSE table.classTask for replication of RSTOCKSERIALIZEDMATERIAL table.classTask for replication of RWTRITEMSERIALIZEDMATERIAL table.classTask for replication of RWAREHOUSEAGENDAMATERIAL table.classTask for replication of RWAREHAGENDASERIALMATERIAL table.classVTRANSFERREQUEST view upload management This task receives the id list of AWAREHTRANSFERREQUESTHEADER available on the mobile side.classVWAREHOUSE view upload management This task receives the id list of AINVENTORYWAREHOUSE available on the mobile side.classVRWAREHOUSEAGENDAMATERIAL view upload management This task receives the id list of RWAREHOUSEAGENDAMATERIAL available on the mobile side.classVWAREHOUSEMATERIAL view upload management This task receives the id list of AWAREHOUSEMATERIAL available on the mobile side. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.control
Classes in overit.geocallapp.wfm.inventory.ux.control that implement ToolModifier and TypeClassDescriptionclassInputMultiDecoder for Warehouses. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.importmaterial
Classes in overit.geocallapp.wfm.inventory.ux.importmaterial that implement ToolModifier and TypeClassDescriptionclassclassTheEventServerTableViewfor theSharedResourceWithLogentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.log
Classes in overit.geocallapp.wfm.inventory.ux.log that implement ToolModifier and TypeClassDescriptionclassPage for view Inventory Management module logsclassTheEventServerTableViewfor theBOLogMasterentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.material.expected.detail
Classes in overit.geocallapp.wfm.inventory.ux.material.expected.detail that implement ToolModifier and TypeClassDescriptionclassExpected material detail page.classTheEventServerTableViewfor theExpectedMaterialentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.operation.detail
Classes in overit.geocallapp.wfm.inventory.ux.operation.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.operation.detail.filter
Classes in overit.geocallapp.wfm.inventory.ux.operation.detail.filter that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.operation.search
Classes in overit.geocallapp.wfm.inventory.ux.operation.search that implement ToolModifier and TypeClassDescriptionclassWarehouse operation search page.classTheEventServerTableViewfor theWarehouseOperationentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.position
Classes in overit.geocallapp.wfm.inventory.ux.position that implement ToolModifier and TypeClassDescriptionclassObject that defines the warehouse position map.classPanel used to show the warehouse position. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material
Classes in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit
Classes in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit that implement ToolModifier and TypeClassDescriptionclassPanel for edit or view a material account -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.serialized
Classes in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.serialized that implement ToolModifier and TypeClassDescriptionclassPage used to select a set of/a singleBOSerializedMaterial. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.used
Classes in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.used that implement ToolModifier and TypeClassDescriptionclassUsed material accounting page. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.withdrawn
Classes in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.withdrawn that implement ToolModifier and TypeClassDescriptionclassWithdrawn material accounting page. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.stock.detail
Classes in overit.geocallapp.wfm.inventory.ux.stock.detail that implement ToolModifier and TypeClassDescriptionclassTheEventServerTableViewfor theStockSerializedMaterialDetailentity.classStock detail page. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.stock.history
Classes in overit.geocallapp.wfm.inventory.ux.stock.history that implement ToolModifier and TypeClassDescriptionclassTheEventServerTableViewfor theBOStockHistoryentity.classStock history detail page. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.stock.search
Classes in overit.geocallapp.wfm.inventory.ux.stock.search that implement ToolModifier and TypeClassDescriptionclassStock search page.classTheEventServerTableViewfor theWarehouseMaterialStockentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.stock.serializedmaterial.detail
Classes in overit.geocallapp.wfm.inventory.ux.stock.serializedmaterial.detail that implement ToolModifier and TypeClassDescriptionclassSerialized material search page. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.central.address
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.central.address that implement ToolModifier and TypeClassDescriptionclassCentral warehouse address panel. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.central.create
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.central.create that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.central.detail
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.central.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.central.operationcenter
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.central.operationcenter that implement ToolModifier and TypeClassDescriptionclassPanel for associate operation centers to a warehouse. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.centralmobile
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.centralmobile that implement ToolModifier and TypeClassDescriptionclassPanel for associate a mobile warehouse to central warehouses. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.create
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.create that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.detail
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.material.search
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.material.search that implement ToolModifier and TypeClassDescriptionclassWarehouse material search page.classTheEventServerTableViewfor theWarehouseMaterialDetailentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.create
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.create that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.detail
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.schedulingresource
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.schedulingresource that implement ToolModifier and TypeClassDescriptionclassPanel used to select a scheduling user. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.search
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.search that implement ToolModifier and TypeClassDescriptionclassWarehouse search page.classTheEventServerTableViewfor theBOWarehouseentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.select
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.select that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transaction.generation
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transaction.generation that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transaction.stockchange
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transaction.stockchange that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request that implement ToolModifier and TypeClassDescriptionclassAbstract class in order to manage the edit of a transfer request. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.control
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.control that implement ToolModifier and TypeClassDescriptionclassInputMultiDecoder for Transfer Request. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.create
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.create that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.detail
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.detail that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.search
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.search that implement ToolModifier and TypeClassDescriptionclassTransfer request search page.classTheEventServerTableViewfor theTransferRequestentity. -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.select
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.select that implement Tool -
Uses of Tool in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.serializedmaterial.selection
Classes in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.serializedmaterial.selection that implement ToolModifier and TypeClassDescriptionclassSerialized material search page. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.address.data
Classes in overit.geocallapp.wfm.locations.bl.address.data that implement ToolModifier and TypeClassDescriptionclassDAO for addresses.classclassDAO used to search addresses.classDAO to retrieve the coordinates of scheduling addresses. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.address.task
Classes in overit.geocallapp.wfm.locations.bl.address.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to normalize and update aBOAddress.classBusiness task in order to normalize and update aBOAddresslist.classBusiness task in order to save a history ofBOAddress.classBusiness task in order to insert aBOAddress.classBusiness task in order to insert a list ofBOAddress.classBusiness task in order to load aBOAddress.classTask that listen theAddressNotificationEventthat is launched when there is a change in the entityBOAddressThis task depending on theAddressNotificationActiondoes the login needed by the action done on the entity.classBusiness task in order to search aBOAddress.classBusiness task in order to update aBOAddress.classBusiness task in order to update a list ofBOAddress.classBusiness task in order to search aBOAddress. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.address.type.data
Classes in overit.geocallapp.wfm.locations.bl.address.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for address type.classDAO for search address types. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.address.type.task
Classes in overit.geocallapp.wfm.locations.bl.address.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAddressType.classBusiness task in order to load aBOAddressType.classBusiness task in order to searchBOAddressType.classBusiness task in order to update aBOAddressType. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.country.data
Classes in overit.geocallapp.wfm.locations.bl.country.data that implement ToolModifier and TypeClassDescriptionclassDAO for nations.classDAO for search nations. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.country.task
Classes in overit.geocallapp.wfm.locations.bl.country.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.locations.bl.district.data
Classes in overit.geocallapp.wfm.locations.bl.district.data that implement ToolModifier and TypeClassDescriptionclassDAO for districts.classDAO for search districts. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.district.task
Classes in overit.geocallapp.wfm.locations.bl.district.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBODistrict.classBusiness task in order to search aBODistrict. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.geocoding.status.data
Classes in overit.geocallapp.wfm.locations.bl.geocoding.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for geocoding status.classDAO used to search geocoding status. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.geocoding.status.task
Classes in overit.geocallapp.wfm.locations.bl.geocoding.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOGeocodingStatus.classBusiness task in order to search aBOGeocodingStatus. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.municipality.data
Classes in overit.geocallapp.wfm.locations.bl.municipality.data that implement ToolModifier and TypeClassDescriptionclassDAO for municipalities.classDAO for municipalities. -
Uses of Tool in overit.geocallapp.wfm.locations.bl.municipality.task
Classes in overit.geocallapp.wfm.locations.bl.municipality.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMunicipality.classBusiness task in order to load aBOMunicipality.classBusiness task in order to search aBOMunicipality.classBusiness task in order to update aBOMunicipality. -
Uses of Tool in overit.geocallapp.wfm.mail
Classes in overit.geocallapp.wfm.mail that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.mail.EmailEditor -
Uses of Tool in overit.geocallapp.wfm.mail.notifiche
Classes in overit.geocallapp.wfm.mail.notifiche that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.mail.notifiche.PSTTemplateNotificheMail -
Uses of Tool in overit.geocallapp.wfm.materials
Classes in overit.geocallapp.wfm.materials that implement Tool -
Uses of Tool in overit.geocallapp.wfm.materials.bl.goodsgroup.data
Classes in overit.geocallapp.wfm.materials.bl.goodsgroup.data that implement ToolModifier and TypeClassDescriptionclassDAO for goods group.classDAO for material class. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.goodsgroup.task
Classes in overit.geocallapp.wfm.materials.bl.goodsgroup.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOGoodsGroup.classBusiness task in order to load aBOGoodsGroup.classBusiness task in order to search aBOGoodsGroup.classBusiness task in order to update aBOGoodsGroup. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.item.data
Classes in overit.geocallapp.wfm.materials.bl.item.data that implement ToolModifier and TypeClassDescriptionclassDAO for material item type.classDAO for material item class. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.item.task
Classes in overit.geocallapp.wfm.materials.bl.item.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialItem.classBusiness task in order to load aBOMaterialItem.classBusiness task in order to search aBOMaterialItem.classBusiness task in order to update aBOMaterialItem. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.managementtype.data
Classes in overit.geocallapp.wfm.materials.bl.managementtype.data that implement ToolModifier and TypeClassDescriptionclassclassDAO for material item class. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.managementtype.task
Classes in overit.geocallapp.wfm.materials.bl.managementtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialManagementType.classBusiness task in order to search aBOMaterialManagementType. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.material.data
Classes in overit.geocallapp.wfm.materials.bl.material.data that implement ToolModifier and TypeClassDescriptionclassDAO for material.classDAO for search materials. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.material.history.data
Classes in overit.geocallapp.wfm.materials.bl.material.history.data that implement ToolModifier and TypeClassDescriptionclassDAO for material history.classDAO for search materials. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.material.history.task
Classes in overit.geocallapp.wfm.materials.bl.material.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOMaterial.classBusiness task in order to load aBOMaterialHistory.classBusiness task in order to search aBOMaterialHistory. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.material.task
Classes in overit.geocallapp.wfm.materials.bl.material.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterial.classBusiness task in order to load aBOMaterial.classBusiness task in order to search aBOMaterial.classBusiness task in order to update aBOMaterial. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.materialclass.data
Classes in overit.geocallapp.wfm.materials.bl.materialclass.data that implement ToolModifier and TypeClassDescriptionclassDAO for material class.classDAO for material class. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.materialclass.task
Classes in overit.geocallapp.wfm.materials.bl.materialclass.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMaterialClass.classBusiness task in order to load aBOMaterialClass.classBusiness task in order to search aBOMaterialClass.classBusiness task in order to update aBOMaterialClass. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.type.data
Classes in overit.geocallapp.wfm.materials.bl.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for material type.classDAO for material item class. -
Uses of Tool in overit.geocallapp.wfm.materials.bl.type.task
Classes in overit.geocallapp.wfm.materials.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMaterialType.classBusiness task in order to search aBOMaterialType. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.counterdirection.data
Classes in overit.geocallapp.wfm.measuringelements.bl.counterdirection.data that implement ToolModifier and TypeClassDescriptionclassDAO for counter direction.classDAO for counter direction search. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.counterdirection.task
Classes in overit.geocallapp.wfm.measuringelements.bl.counterdirection.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCounterDirection.classBusiness task in order to search aBOCounterDirection. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.data that implement ToolModifier and TypeClassDescriptionclassDAO for measuring element.classDAO for measuring element search. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.data that implement ToolModifier and TypeClassDescriptionclassDAO for measure.classDAO for measures history.classDAO for measure search. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.task
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeasureMode.classBusiness task in order to search aBOMeasureMode. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.task
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeasureStatus.classBusiness task in order to search aBOMeasureStatus. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that handles the calculation and alignment of measure counters.classTask for Measures historyclassBusiness task in order to load aBOMeasure.classBusiness task in order to search aBOMeasure.classBusiness task in order to search for a measuring element's nextBOMeasure, according to the target date.classBusiness task in order to search for a measuring element's previousBOMeasure, according to the target date. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.data
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for measuring element status.classDAO for measuring element status search. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.task
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMeasuringElementStatus.classBusiness task in order to search aBOMeasuringElementStatus. -
Uses of Tool in overit.geocallapp.wfm.measuringelements.bl.measuringelement.task
Classes in overit.geocallapp.wfm.measuringelements.bl.measuringelement.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that reacts to the measure notification event. -
Uses of Tool in overit.geocallapp.wfm.mm.authoring
Classes in overit.geocallapp.wfm.mm.authoring that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.mm.authoring.CListTemplate -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.attachment.task
Classes in overit.geocallapp.wfm.mobile.core.bl.attachment.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.bundle.action.accept.task
Classes in overit.geocallapp.wfm.mobile.core.bl.bundle.action.accept.task that implement ToolModifier and TypeClassDescriptionclassAccepts a bundle from mobile by scheduling all its operations to the specified resource. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.bundle.action.acceptincharge.task
Classes in overit.geocallapp.wfm.mobile.core.bl.bundle.action.acceptincharge.task that implement ToolModifier and TypeClassDescriptionclassAccepts and takes in charge a bundle from mobile by scheduling all its operations to the specified resource. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.datacollection.sheet.task
Classes in overit.geocallapp.wfm.mobile.core.bl.datacollection.sheet.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionSheetfrom mobile replication.classBusiness task in order to update aBODataCollectionSheetfrom mobile replication. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.errorlog.data
Classes in overit.geocallapp.wfm.mobile.core.bl.errorlog.data that implement ToolModifier and TypeClassDescriptionclassDAO for mobile error logclassDAO for mobile error log search -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.errorlog.task
Classes in overit.geocallapp.wfm.mobile.core.bl.errorlog.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOMobileErrorLog.classBusiness task in order to insert aBOMobileErrorLog.classBusiness task in order to insert a list ofBOMobileErrorLog.classBusiness task in order to load aBOMobileErrorLog.classBusiness task in order to search aBOMobileErrorLog. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.data
Classes in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task
Classes in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task that implement ToolModifier and TypeClassDescriptionclassBTMobileInterventionToAcceptAction<E extends MobileInterventionToAcceptActionEvent<? extends MobileInterventionToAcceptActionInput>>Generic business task for intervention to accept actions management.classBusiness task in order to confirm an intervention to accept.classBusiness task in order to confirm and take in charge an intervention to accept.classBusiness task in order to refuse an intervention to accept.classBusiness task in order to search a list ofMobileInterventionToAcceptSearchResult. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.multistage.data
Classes in overit.geocallapp.wfm.mobile.core.bl.multistage.data that implement ToolModifier and TypeClassDescriptionclassDAO used to extract dependent operation extended data. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.multistage.task
Classes in overit.geocallapp.wfm.mobile.core.bl.multistage.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that computes the multistage dependent operations related to the event input. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.notification.data
Classes in overit.geocallapp.wfm.mobile.core.bl.notification.data that implement ToolModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.notification.task
Classes in overit.geocallapp.wfm.mobile.core.bl.notification.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.data that implement ToolModifier and TypeClassDescriptionclassDAO for mobile technical object attachments search. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.task
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to searchMobileAttachmentrelated to technical objects. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.data that implement ToolModifier and TypeClassDescriptionclassDAO for technical object mobile search. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.data that implement ToolModifier and TypeClassDescriptionclassDAO for interventions history mobile search. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.task
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aMobileInterventionsHistorySearchResult. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.data
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.task
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.technicalobject.task
Classes in overit.geocallapp.wfm.mobile.core.bl.technicalobject.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aMobileTechnicalObjectSearchResult. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workorder.action.accept.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workorder.action.accept.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to accept a work order from mobile. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workorder.action.acceptincharge.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workorder.action.acceptincharge.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to accept a work order from mobile. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workorder.data
Classes in overit.geocallapp.wfm.mobile.core.bl.workorder.data that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workorder.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workorder.task that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.data
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order creation request headers. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for work order creation request states. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOMobileWorkOrderCreationRequestState.classBusiness task in order to searchBOMobileWorkOrderCreationRequestState. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMobileWorkOrderCreationRequestHeader.classBusiness task in order to load aBOMobileWorkOrderCreationRequestHeader.classBusiness task in order to searchBOMobileWorkOrderCreationRequestHeader.classBusiness task in order to update aBOMobileWorkOrderCreationRequestHeader. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.data
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order creation request operations. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMobileWorkOrderCreationRequestOperation.classBusiness task in order to load aBOMobileWorkOrderCreationRequestOperation.classBusiness task in order to searchBOMobileWorkOrderCreationRequestOperation.classBusiness task in order to update aBOMobileWorkOrderCreationRequestOperation. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aMobileWorkOrderCreationRequest.classBusiness task in order to save aMobileWorkOrderCreationRequest. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.attachment.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.attachment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOMobileWorkOrderAttachment. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task
Classes in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.bundler.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.bundler.data that implement ToolModifier and TypeClassDescriptionclassData extraction queries for Bundler entities -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.bundler.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.bundler.task that implement ToolModifier and TypeClassDescriptionclassBundle replicationclassBundle WO operation replication -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.task that implement ToolModifier and TypeClassDescriptionclassData collection template structure outcome rule replication -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.task that implement ToolModifier and TypeClassDescriptionclassData collection sheet replicationclassVDCSHEET upload management.
It receives the ids of ADCSHEET records available on mobile side (used for differential replication) -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.task that implement ToolModifier and TypeClassDescriptionclassData collection template header replicationclassVDCTEMPLATE upload management.
It receives the ids of ADCTEMPLATE records available on mobile side (used for differential replication) -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.task that implement ToolModifier and TypeClassDescriptionclassData collection template structure release replicationclassVDCTEMPLATESTRUCTURERELEASE upload management.
It receives the ids of ADCTEMPLATESTRUCTURERELEASE and ADCTEMPLATESTRUCTURE records available on mobile side (used for differential replication) -
Uses of Tool 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 Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.task that implement ToolModifier and TypeClassDescriptionclassData collection template structure replication -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.task that implement ToolModifier and TypeClassDescriptionclassReplication task for AMEDIAFILE records related to measures. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.message.attachment.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.message.attachment.task that implement ToolModifier and TypeClassDescriptionclassReplication task for AMESSAGEMEDIAFILE (dummy mobile table) -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.multistage.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.multistage.data that implement ToolModifier and TypeClassDescriptionclassDAO used for data extraction in DATRAMultistageGroupclassDAO used for data extraction in DATRAMultistageGroupOperation -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.multistage.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.multistage.task that implement ToolModifier and TypeClassDescriptionclassMultistage group replicationclassMultistage group operation replicationclassVMULTISTAGEGROUP upload management It receives the id list of AMULTISTAGEGROUP records available on the mobile side; it will be used for differential replication -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.outcome.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.outcome.data that implement ToolModifier and TypeClassDescriptionclassReplication DAO for ROUTCOMEREASONWONOTE. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.outcome.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.outcome.task that implement ToolModifier and TypeClassDescriptionclassReplication task for ROUTCOMEREASONWONOTE -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data that implement ToolModifier and TypeClassDescriptionclassReplication DABase for AMEDIAFILE. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.task that implement ToolModifier and TypeClassDescriptionclassReplication task for AMEDIAFILE records related to Technical Objects. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.workorder.data
Classes in overit.geocallapp.wfm.mobile.core.replicator.workorder.data that implement ToolModifier and TypeClassDescriptionclassDABase for the replication of user accountings.classDABase for the replication process of work order operation - resources relations. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.replicator.workorder.task
Classes in overit.geocallapp.wfm.mobile.core.replicator.workorder.task that implement ToolModifier and TypeClassDescriptionclassDATask for manage the replication of user accountings.classDATask for manage the replication of work order operation - resources relations. -
Uses of Tool in overit.geocallapp.wfm.mobile.core.ux.errorlog
Classes in overit.geocallapp.wfm.mobile.core.ux.errorlog that implement ToolModifier and TypeClassDescriptionclassEvent panel simple table for mobile error logclassEvent Server Table View table for mobile error log -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.instance.task
Classes in overit.geocallapp.wfm.mobileforms.bl.instance.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check mandatory nodes in aDataCollectionSheetInstance.classBusiness task in order to check the constraints of aDataCollectionSheetInstance.classBusiness task in order to check the threshold constraints of aDataCollectionSheetInstance.classBusiness task in order to close aDataCollectionSheetInstance.classBusiness task in order to close aDataCollectionSheetInstance.classBusiness task in order to fill in aDataCollectionSheetInstance.classBusiness task in order to fix aDataCollectionSheetInstance.classBusiness task in order to fix the scheduling resource sheet of aDataCollectionSheetInstance.classBusiness task in order to insert aDataCollectionSheetInstance.classBusiness task in order to load aDataCollectionSheetInstance.classBusiness task for locking data collection sheet instances by closing work order operation sheets.classBusiness task in order to reopen aDataCollectionSheetInstance.classBusiness task for requesting to unlock a data collection sheet.classBusiness task for resetting the unlock request flag on a data collection sheet.classBusiness task for unlocking data collection sheet instances. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.data
Classes in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.data that implement ToolModifier and TypeClassDescriptionclassDAO for the data collection options group.classDAO for the data collection options group search. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task
Classes in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to export aBODataCollectionOptionsGroup's model.classBusiness task in order to delete aBODataCollectionOptionsGroup.classBusiness task in order to import aBODataCollectionOptionsGroup's model.classBusiness task in order to insert aBODataCollectionOptionsGroup.classBusiness task in order to load aBODataCollectionOptionsGroup.classBusiness task in order to search aBODataCollectionOptionsGroup.classBusiness task in order to update aBODataCollectionOptionsGroup. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.outcomerule.data
Classes in overit.geocallapp.wfm.mobileforms.bl.outcomerule.data that implement ToolModifier and TypeClassDescriptionclassclassDAO for the research ofBODataCollectionTemplateStructureOutcomeRule. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task
Classes in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to align aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to delete aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to delete aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to insert aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to load aBODataCollectionTemplateStructureOutcomeRule.classTask that listen theDataCollectionTemplateStructureOutcomeRuleNotificationEventthat is launched when there is a change in the entityBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to search aBODataCollectionTemplateStructureOutcomeRule.classBusiness task in order to update aBODataCollectionTemplateStructureOutcomeRule. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.rule.data
Classes in overit.geocallapp.wfm.mobileforms.bl.rule.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection template wo creation rule.classDAO for data collection template wo creation rule search. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.rule.task
Classes in overit.geocallapp.wfm.mobileforms.bl.rule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateWOCreationRule.classBusiness task in order to insert aBODataCollectionTemplateWOCreationRule.classBusiness task in order to load aBODataCollectionTemplateWOCreationRule.classBusiness task in order to search aBODataCollectionTemplateWOCreationRule.classBusiness task in order to update aBODataCollectionTemplateWOCreationRule. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.sheet.data
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection sheet.classDAO for the data collection sheet search. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.data
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection sheet scope. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.task
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBODataCollectionSheetScope.classBusiness task in order to search aBODataCollectionSheetScope. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.sheet.state.data
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.state.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection sheet state. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.sheet.state.task
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBODataCollectionSheetState.classBusiness task in order to search aBODataCollectionSheetState. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.sheet.task
Classes in overit.geocallapp.wfm.mobileforms.bl.sheet.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to export a model of theBODataCollectionSheet.classBusiness task in order to insert aBODataCollectionSheet.classBusiness task in order to search aBODataCollectionSheet.classBusiness task to automatically initialize Dynamic Froms Sheets from outcome.classTask that listen theMobileFormsSheetNotificationEventthat is launched when there is a change in the entityBODataCollectionSheet. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.task
Classes in overit.geocallapp.wfm.mobileforms.bl.task that implement ToolModifier and TypeClassDescriptionclassGeneric business task for the data collection entities.classGeneric business task for the data collection checkable entities.classGeneric business task for the data collection checker entities. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.header.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection template header.classDAO for data collection template header search.class -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.header.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateHeader.classBusiness task in order to load aBODataCollectionTemplateHeader.classTask that listen theDataCollectionTemplateHeaderNotificationEventthat is launched when there is a change in the entityBODataCollectionTemplateHeader.classBusiness task in order to search aBODataCollectionTemplateHeader.classBusiness task in order to update aBODataCollectionTemplateHeader. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.release.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.release.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aDataCollectionTemplateRelease.classBusiness task in order to save aDataCollectionTemplateRelease. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.structure.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.structure.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection template structure.classDAO for data collection template structure search. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.data that implement ToolModifier and TypeClassDescriptionclassDAO for data collection template structure release.classDAO for data collection template structure release search. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateStructureRelease.classBusiness task in order to load aBODataCollectionTemplateStructureRelease.classBusiness task in order to search aBODataCollectionTemplateStructureRelease.classBusiness task in order to update aBODataCollectionTemplateStructureRelease.classTask that listen theMobileFormsTemplateStructureReleaseNotificationEventthat is launched when there is a change in the entityBODataCollectionTemplateStructureRelease. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.structure.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionTemplateStructure.classBusiness task in order to load aBODataCollectionTemplateStructure.classBusiness task in order to search aBODataCollectionTemplateStructure.classBusiness task in order to update aBODataCollectionTemplateStructure. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert a newBODataCollectionSheetstarting from a workorder operation.classBusiness task in order to align theDataCollectionTemplateWorkingCopyto the release.classBusiness task in order to check the json model of aDataCollectionTemplate.classBusiness task in order to create an emptyDataCollectionTemplateWorkingCopy.classBusiness task in order exports the model of aDataCollectionTemplate.classBusiness task in order exports the active release of aDataCollectionTemplate.classBusiness task in order to import the model to aDataCollectionTemplate.classBusiness task in order to import a completeDataCollectionTemplaterelease from JSON.classBusiness task in order to insert aDataCollectionTemplate.classBusiness task in order to insert aDataCollectionTemplateRelease.classBusiness task in order to insert a sheet into aDataCollectionTemplate.classBusiness task in order to load aDataCollectionTemplate.classBusiness task in order to load the currentDataCollectionTemplateRelease.classBusiness task in order to load aDataCollectionTemplateWorkingCopy.classBusiness task in order to save aDataCollectionTemplate.classBusiness task in order to search for matchingBODataCollectionTemplateWOCreationRule. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for template visibility ruleclassDAO for template visibility rule search -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theDCTemplateVisibilityRuleHeaderNotificationEventthat is launched when there is a change in the entityBODCTemplateVisibilityRuleHeader.classBusiness task in order to delete aBODCTemplateVisibilityRuleHeader.classBusiness task to insert aBODCTemplateVisibilityRuleHeader.classBusiness task in order to load aBODCTemplateVisibilityRuleHeader.classBusiness task in order to search aBODCTemplateVisibilityRuleHeader.classBusiness task to update aBODCTemplateVisibilityRuleHeader. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.data
Classes in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.data that implement ToolModifier and TypeClassDescriptionclassDAO for d c template visibility rule rowclassDAO for d c template visibility rule row search -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task that implement ToolModifier and TypeClassDescriptionclassTask that listen theDCTemplateVisibilityRuleRowNotificationEventthat is launched when there is a change in the entityBODCTemplateVisibilityRuleRow.classBusiness task in order to delete aBODCTemplateVisibilityRuleHeader.classBusiness task to insert aBODCTemplateVisibilityRuleRow.classBusiness task in order to load aBODCTemplateVisibilityRuleRow.classBusiness task in order to search aBODCTemplateVisibilityRuleRow. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for deleting a template visibility rule with all its associated rows.classBusiness task for saving a template visibility rule with all its rows. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.template.workingcopy.task
Classes in overit.geocallapp.wfm.mobileforms.bl.template.workingcopy.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aDataCollectionTemplateWorkingCopy.classBusiness task in order to save aDataCollectionTemplateWorkingCopy. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.type.data
Classes in overit.geocallapp.wfm.mobileforms.bl.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Data Collection Type.classDAO for Data Collection Type Search. -
Uses of Tool in overit.geocallapp.wfm.mobileforms.bl.type.task
Classes in overit.geocallapp.wfm.mobileforms.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBODataCollectionType.classBusiness task in order to load aBODataCollectionType.classBusiness task in order to search aBODataCollectionType.classBusiness task in order to update aBODataCollectionType. -
Uses of Tool in overit.geocallapp.wfm.notifications
Classes in overit.geocallapp.wfm.notifications that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassPanel to call for the notification creation.classExtends ServerTableView to decode the associated anomalies descriptions when a newDBViewis loadedclassEdited by rcasasola 19/02/18 -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard
Classes in overit.geocallapp.wfm.notifications.dashboard that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation
Classes in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation.savedsearches
Classes in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation.savedsearches that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive
Classes in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive.savedsearches
Classes in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive.savedsearches that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.jfc
Classes in overit.geocallapp.wfm.notifications.dashboard.jfc that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.machinereliability
Classes in overit.geocallapp.wfm.notifications.dashboard.machinereliability that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.machinereliability.savedsearches
Classes in overit.geocallapp.wfm.notifications.dashboard.machinereliability.savedsearches that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.strugglefailures
Classes in overit.geocallapp.wfm.notifications.dashboard.strugglefailures that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.dashboard.strugglefailures.savedsearches
Classes in overit.geocallapp.wfm.notifications.dashboard.strugglefailures.savedsearches that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.notification.da
Classes in overit.geocallapp.wfm.notifications.notification.da that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassEdited by rcasasola 15/03/18class -
Uses of Tool in overit.geocallapp.wfm.notifications.notification.dat
Classes in overit.geocallapp.wfm.notifications.notification.dat that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.notifications.odl
Classes in overit.geocallapp.wfm.notifications.odl that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.ricerchesalvate
Classes in overit.geocallapp.wfm.notifications.ricerchesalvate that implement Tool -
Uses of Tool in overit.geocallapp.wfm.notifications.rnotifytypeordertype
Classes in overit.geocallapp.wfm.notifications.rnotifytypeordertype that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.account.attachment.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.account.attachment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to an account. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.account.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.account.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.attachments
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.attachments that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to an asset. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOCharacteristic.classBusiness task in order to update aBOCharacteristic. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetCharacteristicValue.classBusiness task in order to insert a list ofBOAssetCharacteristicValue.classBusiness task in order to update aBOAssetCharacteristicValue.classBusiness task in order to update a list ofBOAssetCharacteristicValue. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasure.classBusiness task in order to insert a list ofBOMeasure.classBusiness task in order to reject aBOMeasure.classBusiness task in order to reject a list ofBOMeasure.classBusiness task in order to update aBOMeasure.classBusiness task in order to update a list ofBOMeasure.classBusiness task in order to validate aBOMeasure.classBusiness task in order to validate a list ofBOMeasure.classMeasureStatusChangeTask<E extends SimpleBusinessEvent<BOMeasure,Void>> Abstract business task in order to change the status of aBOMeasure. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasuringElement.classBusiness task in order to load aBOMeasuringElement.classBusiness task in order to search aBOMeasuringElement.classBusiness task in order to update aBOMeasuringElement. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.meter.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.meter.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.operationcenter.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task in order to save aBOTechnicalObjectType. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.type.data
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for technical object types.classDAO for technical object types. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.type.entitytype.data
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.type.entitytype.data that implement ToolModifier and TypeClassDescriptionclassDAO for technical object types. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.type.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTechnicalObjectType.classBusiness task in order to search aBOTechnicalObjectType. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.bl.type.template.characteristic.task
Classes in overit.geocallapp.wfm.orchestrator.assets.bl.type.template.characteristic.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAssetTypeTemplateCharacteristic.classBusiness task in order to insert a list ofBOAssetTypeTemplateCharacteristic.classBusiness task in order to update aBOAssetTypeTemplateCharacteristic.classBusiness task in order to update a list ofBOAssetTypeTemplateCharacteristic. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit
Classes in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit that implement ToolModifier and TypeClassDescriptionclassPage for insert or edit technical object type -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.account
Classes in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.account that implement ToolModifier and TypeClassDescriptionclassPage for insert or edit technical object type -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.asset
Classes in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.asset that implement ToolModifier and TypeClassDescriptionclassPage for insert or edit technical object type -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.family
Classes in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.family that implement ToolModifier and TypeClassDescriptionclassPage for insert or edit technical object type -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.owner
Classes in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit.owner that implement ToolModifier and TypeClassDescriptionclassPage for insert or edit technical object type -
Uses of Tool in overit.geocallapp.wfm.orchestrator.assets.ux.type.search
Classes in overit.geocallapp.wfm.orchestrator.assets.ux.type.search that implement ToolModifier and TypeClassDescriptionclassPage for search technical object typeclassEvent Server Table View table for asset type -
Uses of Tool in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task
Classes in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task that implement ToolModifier and TypeClassDescriptionclassBase class for dissociating a user , asset or account from aBODataCollectionSheet.classBusiness task in order to dissociate an account from aBODataCollectionSheet.classBusiness task in order to dissociate an asset from aBODataCollectionSheet.classBusiness task in order to dissociate the scheduling user to aDataCollectionSheetInstance.classBusiness task for validating if a data collection sheet can be unlocked.classclassBusiness task for validating if a data collection sheet can be requested to be unlocked.classBusiness task for massive code generation forBODataCollectionSheet. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.activity.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.activity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to loadBOActivity.classBusiness task in order to load a list ofBOActivity. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.capacityplanning.scenario
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.capacityplanning.scenario that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.coveragealgorithm
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.coveragealgorithm that implement ToolModifier and TypeClassDescriptionclassBusiness task that retrieves the coverage algorithm solution from the GisWare REST serviceCapacityPlanningAlgorithmSolutionCallEvent.classBusiness task that checks the coverage algorithm input to the GisWare REST serviceCapacityPlanningAlgorithmStatusCallEvent.classBusiness task that sends the coverage algorithm input to the GisWare REST serviceCapacityPlanningAlgorithmInputCallEvent. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOWorkLoadDistribution. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.resource.skill.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.resource.skill.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.resource.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to loadBOResource.classBusiness task in order to load a list ofBOResource. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.activity.result.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.activity.result.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for calculating a rough planning activity result -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.resource.result.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.resource.result.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for calculating a rough planning resource result -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.result.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.result.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for calculating a rough planning result -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.workloadmovement.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.workloadmovement.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOWorkShiftException. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.task
Classes in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to schedule an activity to a resource.classBusiness task in order to schedule an activity to a resource.classBusiness task in order to update allBOAgendarelated to all theBOSchedulingin input.classBusiness task in order to schedule an activity to a resource.classBusiness task in order to schedule an activity to a resourceclassBusiness task in order to update theBOAppointment,BOAgenda, work order, operation status.classBusiness task in order to calculate the missing skills of the resource/team in a scheduling.classBusiness task in order to schedule an activity to a resource -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to remove an activity to a resource.classBusiness task that updates the status of aBOAppointment,BOAgenda,BOWorkOrderOperationandBOWorkOrderHeaderwhen theUpdateStatusRemovalSchedulingEventis triggered. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that validate all the work shifts as input. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to update theBOAppointments related to aBundle.classBusiness task in order to update theBOAppointments related to a singleBOBundleOperation. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.freezingday.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.freezingday.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check the freezing validation.classBusiness task in order to calculate the freezing date for an operation center.
More specifically, the event calculates the date before/after which is not possible to perform a scheduling action (paste/cut/etc.). -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task that implement ToolModifier and TypeClassDescriptionclassAbstract business task for immediate scheduling team exclusion.classBusiness Task that excludes teams with mixed scheduled activities or multi-day activities.classBusiness task that excludes teams whose foreman has clocking type STAMPING_NO_ASSIGNMENT_OF_INTERVENTIONS but is not currently on shift.classBusiness task that excludes teams whose foreman is working in a crew shell.classBusiness Task for filtering teams based on straight-line distance between resource starting point and work order location.classBusiness Task for filtering teams based on resource last synchronization.classBusiness Task for filtering teams based on shift management rules and unavailability.classBusiness task that excludes teams based on skill requirements.classBusiness Task for filtering teams based on work order operation requirements. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task that implement ToolModifier and TypeClassDescriptionclassBusiness Task for validating work order operation states during immediate scheduling. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.task that implement ToolModifier and TypeClassDescriptionclassBusiness Task for aligning immediate scheduling work order records when operation center changes. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.lock.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.lock.task that implement ToolModifier and TypeClassDescriptionclassAcquires the lock for the resources, activities, and operation center.classAdds an operation to the lock and immediately attempts to acquire the lock for that activity.classAdds a resource to the lock and immediately attempts to acquire the lock for that activity.classExtends the input scheduling lock.classReleases the input scheduling lock. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that react to the update of an intervention outcome. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.task
Classes in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save a planning action history. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.qualification.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.qualification.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for evaluate the generic qualification for the input resource. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.resource.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.resource.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.skill.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for evaluate which skills of an inputSkillConfigurationAggregateare not satisfied by the input resources.classBusiness task for load the skill and the qualifications of aBOResource. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.skilloverride.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.skilloverride.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save a complete skill override configuration (configuration, associated skills and related operations). -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to update aBOResource's start/end addresses.classBusiness task to insert a newBOResource. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.team.formation.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.team.formation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOFormationSkillDivisionbasing on the formations that currently have a division which derives from the given configuration.classBusiness task in order to insert aBOFormationSkillDivisionbasing on the formations that currently have a division which derives from the given configuration. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOTeamShiftrelated to a singleBOResource.classBusiness task in order to insert/update aBOTeamShiftrelated to a singleBOResource. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.exception.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.exception.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete theBOWorkShift.classBusiness task in order to insert aBOWorkShift.classBusiness task in order to update aBOWorkShift. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.workshiftexceptionworkshift.task
Classes in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.workshiftexceptionworkshift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to update aBOWorkShiftExceptionWorkShift. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.activity.skillconfiguration.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.activity.skillconfiguration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOActivitySkillConfiguration.classBusiness task in order to update aBOActivitySkillConfiguration. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.attachment.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.attachment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to a work order. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.header.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.header.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to create a new bundle from operations with partial outcomes.classBusiness task which loads the activeBundlerelated to the givenBOAppointmentid.classBusiness task which loads the activeBundlerelated to the givenBOWorkOrderOperationid.classBusiness task in order to add a list ofBOBundleOperationto aBundle.classBusiness task in order to cancel aBOBundleOperation. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to automatically create a collection ofBundle.classBusiness task in order to calculate aBOBundleHeaderattributes.classBusiness task in order to create aBundle.classBusiness task that reordersBOWorkOrderOperations within aBundleand updates the correspondingBOBundleOperations accordingly.classBusiness task that implements all the phases of theBundlecreation process.classBusiness task in order to apply aBOBundleCriterion.classBusiness task in order to order the list of wantedBOWorkOrderOperationfor theBundlingEventor for an existing Bundle.classBusiness task in order to unbundle all theBundles created by a given elaboration.classBusiness task in order to cancel a list of givenBundlewith all theirBOBundleOperations. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting that implement ToolModifier and TypeClassDescriptionclassBTTopologicalSort<T,I extends LinearItem<T>> Business task for performing topological sorting of linear items based on their geographical locations. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.header.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to calculate the status of aBOWorkOrderHeaderusing its operations.class -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.censusrule.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.censusrule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search forBOCensusRulelinked to the givenBOIntervention. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that checks that all intervention measures are validated in order proceed with the intervention outcome.classBusiness task in order to link aBOMeasureto an intervention. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to remove a intervention resource.classBusiness task to insert a intervention resource.classBusiness task to update a intervention resource. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task that implement ToolModifier and TypeClassDescriptionclassIt performs various checks and validations on the providedResourceInterventionSearchFilterand then executes the search for interventions based on the filter criteria. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.attachment.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.attachment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAttachmentrelated to a work order operation. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.immediatescheduling.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.immediatescheduling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that handles immediate scheduling for work order operations. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load the needed intervention group andBOActivityfor the givenBOWorkOrderOperation.class -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.type.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order generate the code and the description for a work order type. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.operationcenter.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to deduce anBOOperationCenterfrom aBOAddressgiven as id input inOperationCenterDeductionFromAssetInputclassValid Permission Business task in order to deduce anBOOperationCenterfrom aBOStructurestarting from aOperationCenterDeductionFromTerritoryInputthat has address id, work order type id and reference dateclassValid Permission Business task in order to deduce anBOOperationCenterfrom aBOWorkOrderTypestarting from aOperationCenterDeductionFromWorkOrderTypeInputthat has address id and work order type idclassValid Permission Business task in order to deduce anBOOperationCenter' s id starting from aWorkOrderOperationCenterDeductionInputthat has address id, work order type id and reference date
It calls all the deduction business logic tasks related to theBOWorkOrderTypeOperationCenterAssignmentCriteria -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task that implement ToolModifier and TypeClassDescriptionclassBusiness task used to save the intervention information related to the arrival on site of the technician.classAn abstract class that extendsValidPermissionBusinessTaskand represents a business task for executing an intervention.classThis class represents a business task for deleting interventions currently managed by a user who is assigned to a new intervention.classBusiness task to handle intervention outcome complete notification with reason and agenda information.classBusiness task in order to save anBOInterventionOutcome.classBusiness task in order to validate aBOInterventionOutcome.classBTInterventionStart<T extends InterventionExecutionInput>Represents a business task class for an intervention start.classRepresents a business task class for taking in charge an intervention. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that searches for resources with their associated interventions. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to insert a work order from work cycle.classBusiness task in order to generate aBOWorkOrderHeaderCode. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.type.ocassignmentcritera.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.type.ocassignmentcritera.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOWorkOrderTypeOperationCenterAssignmentCriteria.classBusiness task in order to insert aBOWorkOrderType.
When theWorkOrderTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.type.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order generate the code and the description for a work order type.classBusiness task in order generate the code and the description for a work order type. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to update work cycle structure repeatable operation filters. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task
Classes in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycleStructure.classBusiness task in order to update aBOWorkCycleStructure. -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.ux.operation.type
Classes in overit.geocallapp.wfm.orchestrator.workorders.ux.operation.type that implement ToolModifier and TypeClassDescriptionclassEvent Server Table View table for work order operation typeclassEvent panel simple table for work order operation type -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.ux.type.edit
Classes in overit.geocallapp.wfm.orchestrator.workorders.ux.type.edit that implement ToolModifier and TypeClassDescriptionclassPage for insert or edit a work order typeclass -
Uses of Tool in overit.geocallapp.wfm.orchestrator.workorders.ux.type.search
Classes in overit.geocallapp.wfm.orchestrator.workorders.ux.type.search that implement ToolModifier and TypeClassDescriptionclassPage for search work order typeclassEvent Server Table View table for work order type -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.data that implement ToolModifier and TypeClassDescriptionclassDAO for operation centers addresses.classDAO for operation centers addresses. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenterAddress.classBusiness task in order to load aBOOperationCenterAddress.classBusiness task in order to search aBOOperationCenterAddress.classBusiness task in order to update aBOOperationCenterAddress.classBusiness task in order to set the main address for an operation center. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.assignmentcriteria.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.assignmentcriteria.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOperationCenterAssignmentCriteria.classBusiness task in order to search aBOOperationCenterAssignmentCriteria. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for operation centers.classDAO for operation centers. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOperationCenter.classBusiness task in order to load aBOOperationCenter.classBusiness task in order to search aBOOperationCenter.classclassBusiness task in order to update aBOOperationCenter. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.structure.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.structure.data that implement ToolModifier and TypeClassDescriptionclassDAO for structureclassDAO for structure search -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.structure.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOStructure.classBusiness task in order to load aBOStructure.classBusiness task in order to search aBOStructure.classBusiness task in order to update aBOStructure. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.data that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.task that implement ToolModifier and TypeClassDescriptionclassValid Permission Business task in order to search structure validity period from active structureclassBusiness task in order to delete structure validity period.
When theStructureValidityPeriodDeleteEventis launched the BT notices the call and delete theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to insert aBOStructureValidityPeriod.
When theStructureValidityPeriodInsertEventis launched the BT notices the call and inserts theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to search structure validity period.
When theStructureValidityPeriodSearchEventis launched the BT notices the call and return all theBOStructureValidityPeriodbasing on the event's input.classBusiness task in order to update a structure validity period.
When theStructureValidityPeriodUpdateEventis launched the BT notices the call and update theBOStructureValidityPeriodbasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for work centers.classDAO for work center search. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCenter.
When theWorkCenterInsertEventis launched the BT notices the call and inserts theBOWorkCenterbasing on the event's input.classBusiness task in order to load aBOWorkCenter.classBusiness task in order to search aBOWorkCenter.
When theWorkCenterSearchEventis launched the BT notices the call and searches theBOWorkCenterbasing on the event's input.classBusiness task in order to update aBOWorkCenter. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.zone.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.zone.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.data
Classes in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to searchBOZonestarting from address's micro cluster. -
Uses of Tool in overit.geocallapp.wfm.organizationalstructures.bl.zone.task
Classes in overit.geocallapp.wfm.organizationalstructures.bl.zone.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.common.selection
Classes in overit.geocallapp.wfm.planning.ux.common.selection that implement ToolModifier and TypeClassDescriptionclassSelection Panel that permits to associate the data loader dynamically. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario that implement ToolModifier and TypeClassDescriptionclassclassTheEventServerTableViewfor theBOCapacityPlanningScenarioentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.edit that implement ToolModifier and TypeClassDescriptionclassPanel for create a capacity planning scenario -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.log
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.log that implement ToolModifier and TypeClassDescriptionclassPage for view Capacity Planning Scenario logs -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result that implement ToolModifier and TypeClassDescriptionclassCapacity Planning coverage result search page.classclass -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt that implement ToolModifier and TypeClassDescriptionclassThe Class that defines the activity results of the capacity planning coverage scenarioclass -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt.legend
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt.legend that implement ToolModifier and TypeClassDescriptionclassPanel which allows to visualization of a capacity planning activity results gantt legend. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.excel.importForecast
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.excel.importForecast that implement ToolModifier and TypeClassDescriptionclassActivity Forecast import page.classclassResource Forecast import page.classTheEventServerTableViewfor theSharedResourceWithLogentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.add
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.add that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.copy
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.copy that implement ToolModifier and TypeClassDescriptionclassPanel to copy and paste an activity forecast header, or rather, its activities and, for each activity, its skills and calendars. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt that implement ToolModifier and TypeClassDescriptionclassThe Class that defines the forecast activity detail gantt.classClass used to visualize a forecast activity detail ganttclass -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt.common
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt.common that implement ToolModifier and TypeClassDescriptionclassPanel which allows to configure the forecast activity detail gantt ui. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt.comparator
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt.comparator that implement ToolModifier and TypeClassDescriptionclassThe Class that defines the forecast activity detail gantt comparator (used to compare 2 or 3 forecasts). -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.edit that implement ToolModifier and TypeClassDescriptionclassActivity Forecast Header creation/update panel. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.importoperationactivity
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.importoperationactivity that implement ToolModifier and TypeClassDescriptionclassPanel to import Operation Activity in a forecast asBOForecastActivity.classTheEventServerTableViewfor theBOActivityentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.importoperationactivityfromwo
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.importoperationactivityfromwo that implement ToolModifier and TypeClassDescriptionclassActivity Forecast Header search page.classTheEventServerTableViewfor theBOActivityForecastHeaderentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.priority
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.priority that implement ToolModifier and TypeClassDescriptionclassForecast Activity Priority search page.classTheEventServerTableViewfor theBOForecastActivityPriorityentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.priority.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.priority.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.search
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.search that implement ToolModifier and TypeClassDescriptionclassPanel to select forecast activities.classActivity Forecast Header search page.classTheEventServerTableViewfor theBOActivityForecastHeaderentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.search.control
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.search.control that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.selection
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.selection that implement ToolModifier and TypeClassDescriptionclassclassTheEventServerTableViewfor theBOActivityForecastHeaderentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.skill
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.skill that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.timeframe.add
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.timeframe.add that implement ToolModifier and TypeClassDescriptionclassBasic panel for the creation of the timeframes of forecast activityclassPanel for creation the creation of multiple timeframes of forecast activityclassPanel for Forecast Activity creation and association. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.timeframe.groupingconstraint
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.timeframe.groupingconstraint that implement ToolModifier and TypeClassDescriptionclassclassTheEventServerTableViewfor theBOForecastGroupingConstraintentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.common.selection
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.common.selection that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.common.selection.skill
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.common.selection.skill that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.groupingconstraint
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.groupingconstraint that implement ToolModifier and TypeClassDescriptionclassForecast Grouping Constraint search page.classTheEventServerTableViewfor theBOForecastGroupingConstraintentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.groupingconstraint.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.groupingconstraint.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource that implement ToolModifier and TypeClassDescriptionclassclassTheEventServerTableViewfor theBOResourceForecastHeaderentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.copy
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.copy that implement ToolModifier and TypeClassDescriptionclassPanel to copy and paste a resource forecast header, or rather, its resources and, for each resource, its skills and calendars. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail that implement ToolModifier and TypeClassDescriptionclassclassCustom CalendarViewColumn for ResourceForecastCalendarView with custom header styling.classResource Forecast Detail page. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.comparator
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.comparator that implement ToolModifier and TypeClassDescriptionclassResource Forecast Detail comparator calendar column.classResource Forecast Detail comparator calendar view.classResource Forecast Detail Comparator page. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.copydetail
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.copydetail that implement ToolModifier and TypeClassDescriptionclassPanel to apply the chosen row's details (i.e., resource's calendars) to the forecast resources selected from the ServerTableView object.classTheEventServerTableViewto load or searchBOForecastResourceentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit that implement ToolModifier and TypeClassDescriptionclassPanel for create/edit a forecast detail (availability planning)classPanel for edit a forecast detail (availability planning)classBasic class used in the Panel for create/edit a forecast detail and in the panel to apply a templateclass -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit.template
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit.template that implement ToolModifier and TypeClassDescriptionclassPanel for apply a template for a forecast detailclass -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.selection
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.selection that implement ToolModifier and TypeClassDescriptionclassPanel for selecting forecast resources.classTheEventServerTableViewfor theBOForecastResourceentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.edit that implement ToolModifier and TypeClassDescriptionclassPanel to create a resource forecast header -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.forecastresource.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.forecastresource.edit that implement ToolModifier and TypeClassDescriptionclassPanel for create/edit a forecast resource -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.forecastresource.importfromoperationcenter
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.forecastresource.importfromoperationcenter that implement ToolModifier and TypeClassDescriptionclassPanel for importing resources from an Operation Center.classTheEventServerTableViewfor theBOResourceentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.groupingconstraint
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.groupingconstraint that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.selection
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.selection that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.copy
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.copy that implement ToolModifier and TypeClassDescriptionclassPanel to copy a forecast shift model (header and related details). -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail that implement ToolModifier and TypeClassDescriptionclassForecast Shift Model Detail page.classTheEventServerTableViewfor theBOForecastShiftModelDetailentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail.edit that implement ToolModifier and TypeClassDescriptionclassForecast Shift Model Detail update panel. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.edit
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.edit that implement ToolModifier and TypeClassDescriptionclassForecast Shift Model creation/update panel. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.search
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.search that implement ToolModifier and TypeClassDescriptionclassForecast Shift Model search page.classTheEventServerTableViewfor theBOForecastShiftModelentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.skill
Classes in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.skill that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.roughplanning
Classes in overit.geocallapp.wfm.planning.ux.roughplanning that implement ToolModifier and TypeClassDescriptionclassWorkload Analysis Search page.classTheEventServerTableViewfor theBORoughPlanningentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.roughplanning.configuration
Classes in overit.geocallapp.wfm.planning.ux.roughplanning.configuration that implement ToolModifier and TypeClassDescriptionclassclassTheEventServerTableViewfor theBOSchedulingUserentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.roughplanning.configuration.activity
Classes in overit.geocallapp.wfm.planning.ux.roughplanning.configuration.activity that implement ToolModifier and TypeClassDescriptionclassRough Planning Activities page.classTheEventServerTableViewfor theBOWorkLoadDistributionentity. -
Uses of Tool in overit.geocallapp.wfm.planning.ux.roughplanning.copy
Classes in overit.geocallapp.wfm.planning.ux.roughplanning.copy that implement ToolModifier and TypeClassDescriptionclassPanel for coping an existing workload analysis -
Uses of Tool in overit.geocallapp.wfm.planning.ux.roughplanning.edit
Classes in overit.geocallapp.wfm.planning.ux.roughplanning.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.planning.ux.roughplanning.weight.detail
Classes in overit.geocallapp.wfm.planning.ux.roughplanning.weight.detail that implement ToolModifier and TypeClassDescriptionclassContainer for work load distribution detail -
Uses of Tool in overit.geocallapp.wfm.planning.ux.roughplanning.weight.rule
Classes in overit.geocallapp.wfm.planning.ux.roughplanning.weight.rule that implement ToolModifier and TypeClassDescriptionclassEvent Server Table View table for work load distribution ruleclassEvent panel simple table for work load distribution rule -
Uses of Tool in overit.geocallapp.wfm.project.bl.activity.da
Classes in overit.geocallapp.wfm.project.bl.activity.da that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.activity.task
Classes in overit.geocallapp.wfm.project.bl.activity.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.activity.type.data
Classes in overit.geocallapp.wfm.project.bl.activity.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.bl.activity.type.task
Classes in overit.geocallapp.wfm.project.bl.activity.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityType.classBusiness task in order to search aBOProjectActivityType. -
Uses of Tool in overit.geocallapp.wfm.project.bl.activitydebriefing.da
Classes in overit.geocallapp.wfm.project.bl.activitydebriefing.da that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.activitydebriefing.task
Classes in overit.geocallapp.wfm.project.bl.activitydebriefing.task that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.activityrelation.da
Classes in overit.geocallapp.wfm.project.bl.activityrelation.da that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.activityrelation.task
Classes in overit.geocallapp.wfm.project.bl.activityrelation.task that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.calendarunit.data
Classes in overit.geocallapp.wfm.project.bl.calendarunit.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.bl.calendarunit.task
Classes in overit.geocallapp.wfm.project.bl.calendarunit.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCalendarUnit.classBusiness task in order to search aBOCalendarUnit. -
Uses of Tool in overit.geocallapp.wfm.project.bl.configuration.da
Classes in overit.geocallapp.wfm.project.bl.configuration.da that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.configuration.task
Classes in overit.geocallapp.wfm.project.bl.configuration.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.diary.da
Classes in overit.geocallapp.wfm.project.bl.diary.da that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.diary.task
Classes in overit.geocallapp.wfm.project.bl.diary.task that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.header.da
Classes in overit.geocallapp.wfm.project.bl.header.da that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.header.task
Classes in overit.geocallapp.wfm.project.bl.header.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.management.planning.da
Classes in overit.geocallapp.wfm.project.bl.management.planning.da that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.management.planning.task
Classes in overit.geocallapp.wfm.project.bl.management.planning.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassListen the planned activity tool-tip data load event registering after the core listener.classclassclassCheck if the activities of the selected slots have some generic accountingsclassCheck the origin of the selected slots.classCheck if the intervention (and his related interventions) are closedclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation
Classes in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.resourcedata
Classes in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.resourcedata that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.bl.multistage.task
Classes in overit.geocallapp.wfm.project.bl.multistage.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.bl.profile.da
Classes in overit.geocallapp.wfm.project.bl.profile.da that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.bl.profile.task
Classes in overit.geocallapp.wfm.project.bl.profile.task that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.status.task
Classes in overit.geocallapp.wfm.project.bl.status.task that implement ToolModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.bl.task
Classes in overit.geocallapp.wfm.project.bl.task that implement ToolModifier and TypeClassDescriptionclassclassclassTask to align APACDFSORDERING on project activities starting from APACWBSCODE on projects created before APACDFSORDERING introduction.classclassclassclassclassclassclassclassclassTask called before WO association to project activity.class -
Uses of Tool in overit.geocallapp.wfm.project.bl.type.data
Classes in overit.geocallapp.wfm.project.bl.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.bl.type.task
Classes in overit.geocallapp.wfm.project.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectType.classBusiness task in order to search aBOProjectType. -
Uses of Tool in overit.geocallapp.wfm.project.da
Classes in overit.geocallapp.wfm.project.da that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.activity.edit
Classes in overit.geocallapp.wfm.project.ux.activity.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.activity.search
Classes in overit.geocallapp.wfm.project.ux.activity.search that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.activity.view
Classes in overit.geocallapp.wfm.project.ux.activity.view that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.activitydebriefing.edit
Classes in overit.geocallapp.wfm.project.ux.activitydebriefing.edit that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.activitydebriefing.view
Classes in overit.geocallapp.wfm.project.ux.activitydebriefing.view that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.activityplan
Classes in overit.geocallapp.wfm.project.ux.activityplan that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.ux.activityplan.legend
Classes in overit.geocallapp.wfm.project.ux.activityplan.legend that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.activityrelation
Classes in overit.geocallapp.wfm.project.ux.activityrelation that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.ux.configuration
Classes in overit.geocallapp.wfm.project.ux.configuration that implement ToolModifier and TypeClassDescriptionclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.ux.configuration.planningparameters
Classes in overit.geocallapp.wfm.project.ux.configuration.planningparameters that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.configuration.profile
Classes in overit.geocallapp.wfm.project.ux.configuration.profile that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.configuration.technicalobject
Classes in overit.geocallapp.wfm.project.ux.configuration.technicalobject that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.configuration.wotypes
Classes in overit.geocallapp.wfm.project.ux.configuration.wotypes that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.diary
Classes in overit.geocallapp.wfm.project.ux.diary that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.diary.history
Classes in overit.geocallapp.wfm.project.ux.diary.history that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.header.decoder
Classes in overit.geocallapp.wfm.project.ux.header.decoder that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.header.edit
Classes in overit.geocallapp.wfm.project.ux.header.edit that implement ToolModifier and TypeClassDescriptionclassclassclassclass -
Uses of Tool in overit.geocallapp.wfm.project.ux.header.search
Classes in overit.geocallapp.wfm.project.ux.header.search that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.resources
Classes in overit.geocallapp.wfm.project.ux.resources that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.structure
Classes in overit.geocallapp.wfm.project.ux.structure that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.structure.gantt
Classes in overit.geocallapp.wfm.project.ux.structure.gantt that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.structure.gantt.legend
Classes in overit.geocallapp.wfm.project.ux.structure.gantt.legend that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.structure.gantt.state
Classes in overit.geocallapp.wfm.project.ux.structure.gantt.state that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.structure.treetableview
Classes in overit.geocallapp.wfm.project.ux.structure.treetableview that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.structure.treeview
Classes in overit.geocallapp.wfm.project.ux.structure.treeview that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.wizard.detaileddebriefing
Classes in overit.geocallapp.wfm.project.ux.wizard.detaileddebriefing that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.wizard.planningparametersconfiguration
Classes in overit.geocallapp.wfm.project.ux.wizard.planningparametersconfiguration that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.wizard.planslotselection
Classes in overit.geocallapp.wfm.project.ux.wizard.planslotselection that implement ToolModifier and TypeClassDescriptionclassclass -
Uses of Tool in overit.geocallapp.wfm.project.ux.wizard.resourcesselection
Classes in overit.geocallapp.wfm.project.ux.wizard.resourcesselection that implement Tool -
Uses of Tool in overit.geocallapp.wfm.project.ux.wizard.schedulingparametersconfiguration
Classes in overit.geocallapp.wfm.project.ux.wizard.schedulingparametersconfiguration that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activity.data
Classes in overit.geocallapp.wfm.projects.bl.activity.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activity.status.data
Classes in overit.geocallapp.wfm.projects.bl.activity.status.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activity.status.task
Classes in overit.geocallapp.wfm.projects.bl.activity.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOProjectActivityStatus.classBusiness task in order to load aBOProjectActivityStatus. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activity.task
Classes in overit.geocallapp.wfm.projects.bl.activity.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activity.userstatus.data
Classes in overit.geocallapp.wfm.projects.bl.activity.userstatus.data that implement ToolModifier and TypeClassDescriptionclassDAO for search project activity user status. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activity.userstatus.task
Classes in overit.geocallapp.wfm.projects.bl.activity.userstatus.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityUserStatus.classBusiness task in order to search aBOProjectActivityUserStatus. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activityrelation.task
Classes in overit.geocallapp.wfm.projects.bl.activityrelation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOActivityRelation.classBusiness task in order to search aBOActivityRelation. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activityrelation.type.data
Classes in overit.geocallapp.wfm.projects.bl.activityrelation.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for project activity relation types.classDAO for search project activity relation types. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.activityrelation.type.task
Classes in overit.geocallapp.wfm.projects.bl.activityrelation.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityRelationType.classBusiness task in order to search aBOProjectActivityRelationType. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.header.data
Classes in overit.geocallapp.wfm.projects.bl.header.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.header.task
Classes in overit.geocallapp.wfm.projects.bl.header.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.profile.data
Classes in overit.geocallapp.wfm.projects.bl.profile.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.profile.startdate.data
Classes in overit.geocallapp.wfm.projects.bl.profile.startdate.data that implement ToolModifier and TypeClassDescriptionclassDAO for project activity start date.classDAO for search project activity start date. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.profile.startdate.task
Classes in overit.geocallapp.wfm.projects.bl.profile.startdate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectActivityStartDate.classBusiness task in order to search aBOProjectActivityStartDate. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.profile.task
Classes in overit.geocallapp.wfm.projects.bl.profile.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectProfile.classBusiness task in order to search aBOProjectProfile. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.status.data
Classes in overit.geocallapp.wfm.projects.bl.status.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.status.task
Classes in overit.geocallapp.wfm.projects.bl.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectStatus.classBusiness task in order to search aBOProjectStatus. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.data
Classes in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.task
Classes in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aTimeRangeConfigurationHeader.classBusiness task in order to search aTimeRangeConfigurationHeader. -
Uses of Tool in overit.geocallapp.wfm.projects.bl.userstatus.data
Classes in overit.geocallapp.wfm.projects.bl.userstatus.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.projects.bl.userstatus.task
Classes in overit.geocallapp.wfm.projects.bl.userstatus.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOProjectUserStatus.classBusiness task in order to search aBOProjectUserStatus. -
Uses of Tool in overit.geocallapp.wfm.replicator.datasource
Classes in overit.geocallapp.wfm.replicator.datasource that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.replicator.datasource.DAReplicatorWfmBaseDABase di utilità per gestire repliche con unico DA per transazioneclassoverit.geocallapp.wfm.replicator.datasource.DATaskReplicatorWfmBase -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.address.data
Classes in overit.geocallapp.wfm.resources.bl.resource.address.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource addresses.classDAO for search Resource Managements. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.address.task
Classes in overit.geocallapp.wfm.resources.bl.resource.address.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOResourceAddress.classBusiness task in order to search aBOResourceAddress.classBusiness task in order to update aBOResourceAddress. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.data
Classes in overit.geocallapp.wfm.resources.bl.resource.data that implement ToolModifier and TypeClassDescriptionclassDAO for resources.classDAO for search resources. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.loan.task
Classes in overit.geocallapp.wfm.resources.bl.resource.loan.task that implement ToolModifier and TypeClassDescriptionclassBusiness task that handles the copy of properties between a sourceBOResourceand its associated loan resources.classBusiness task that aligns the loaned resources with the skills currently associated to the source resource. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.management.data
Classes in overit.geocallapp.wfm.resources.bl.resource.management.data that implement ToolModifier and TypeClassDescriptionclassDAO for Resource Managements.classDAO for search Resource Managements. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.management.task
Classes in overit.geocallapp.wfm.resources.bl.resource.management.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOResourceManagement.classBusiness task in order to search aBOResourceManagement. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.qualification.data
Classes in overit.geocallapp.wfm.resources.bl.resource.qualification.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource Qualification.classDAO for search Resource Qualifications. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.qualification.task
Classes in overit.geocallapp.wfm.resources.bl.resource.qualification.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOResourceQualification.classBusiness task in order to insert aBOResourceQualification.classBusiness task in order to search aBOResourceQualification. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.skill.data
Classes in overit.geocallapp.wfm.resources.bl.resource.skill.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOResourceSkillentity.classDAO to search resource skill. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.skill.task
Classes in overit.geocallapp.wfm.resources.bl.resource.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to delete aBOResourceSkillobject.classBusiness task to insert aBOResourceSkillobject.classBusiness task to searchBOResourceSkillobjects.classBusiness task in order to update aBOResourceSkill. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.task
Classes in overit.geocallapp.wfm.resources.bl.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOResource.classBusiness task in order to load aBOResource.classBusiness task in order to search aBOResource.classBusiness task in order to update aBOResource. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.type.data
Classes in overit.geocallapp.wfm.resources.bl.resource.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for resource types.classDAO to search for resource types. -
Uses of Tool in overit.geocallapp.wfm.resources.bl.resource.type.task
Classes in overit.geocallapp.wfm.resources.bl.resource.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOResourceType.
When theResourceTypeInsertEventis launched the BT notices the call and inserts theBOResourceTypebasing on the event's input.classBusiness task in order to load aBOResourceType.
When theResourceTypeLoadEventis launched the BT notices the call and loads theBOResourceTypebasing on the event's input.classBusiness task in order to search aBOResourceType.classBusiness task in order to update aBOResourceType.
When theResourceTypeUpdateEventis launched the BT notices the call and updates theBOResourceTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.activity.result.data
Classes in overit.geocallapp.wfm.roughplanning.bl.activity.result.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning resource result.classDAO for rough planning activity result search. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.activity.result.task
Classes in overit.geocallapp.wfm.roughplanning.bl.activity.result.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningActivityResult.classBusiness task to loadBORoughPlanningActivityResult.classBusiness task to searchBORoughPlanningActivityResult.classBusiness task in order to update aBORoughPlanningActivityResult. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.activity.workloaddistribution.data
Classes in overit.geocallapp.wfm.roughplanning.bl.activity.workloaddistribution.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.bucket.data
Classes in overit.geocallapp.wfm.roughplanning.bl.bucket.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning bucket.classDAO for rough planning bucket search. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.bucket.task
Classes in overit.geocallapp.wfm.roughplanning.bl.bucket.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningBucket.classBusiness task to loadBORoughPlanningBucket.classBusiness task to searchBORoughPlanningBucket.classBusiness task in order to update aBORoughPlanningBucket. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.capacity.data
Classes in overit.geocallapp.wfm.roughplanning.bl.capacity.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning capacity summary. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.capacity.task
Classes in overit.geocallapp.wfm.roughplanning.bl.capacity.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.configuration.task
Classes in overit.geocallapp.wfm.roughplanning.bl.configuration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the rough planning configuration of buckets.classBusiness task in order to save the rough planning configuration of resources. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.creationfilter.data
Classes in overit.geocallapp.wfm.roughplanning.bl.creationfilter.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning creation filterclassDAO for rough planning activity import filter search -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.creationfilter.task
Classes in overit.geocallapp.wfm.roughplanning.bl.creationfilter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to create and insert aBORoughPlanningCreationFilter.classBusiness task in order to insert aBORoughPlanningCreationFilter.classBusiness task in order to load aBORoughPlanningCreationFilter.classBusiness task in order to load aBORoughPlanningCreationFilter.classBusiness task in order to search aBORoughPlanningCreationFilter. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.data
Classes in overit.geocallapp.wfm.roughplanning.bl.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning.classDAO for rough planning search. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.demand.data
Classes in overit.geocallapp.wfm.roughplanning.bl.demand.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning demand summary. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.demand.detail.data
Classes in overit.geocallapp.wfm.roughplanning.bl.demand.detail.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning demand summary detail. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.demand.detail.task
Classes in overit.geocallapp.wfm.roughplanning.bl.demand.detail.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.demand.task
Classes in overit.geocallapp.wfm.roughplanning.bl.demand.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to searchDemandSummary.classBusiness task to shift rough planning demand hours. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.permission
Classes in overit.geocallapp.wfm.roughplanning.bl.permission that implement ToolModifier and TypeClassDescriptionclassBusiness task to check the rough planning permissions
When thePlanningPermissionCheckEventis launched the BT notices the call and check if the user has the permission basing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.resource.data
Classes in overit.geocallapp.wfm.roughplanning.bl.resource.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning resource.classDAO for rough planning resource search. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.resource.result.data
Classes in overit.geocallapp.wfm.roughplanning.bl.resource.result.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning resource result.classDAO for rough planning resource result search. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.resource.result.task
Classes in overit.geocallapp.wfm.roughplanning.bl.resource.result.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningResourceResult.classBusiness task to loadBORoughPlanningResourceResult.classBusiness task to searchBORoughPlanningResourceResult. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.resource.task
Classes in overit.geocallapp.wfm.roughplanning.bl.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to cancel aBORoughPlanningResource.classBusiness task in order to insert aBORoughPlanningResource.classBusiness task to loadBORoughPlanningResource.classBusiness task to searchBORoughPlanningResource. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.result.task
Classes in overit.geocallapp.wfm.roughplanning.bl.result.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to massively run result calculating of workload analyses. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.data
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning bucket movementclassDAO for rough planning bucket movement search -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.data
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning bucket movement state -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.task
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBORoughPlanningBucketMovementState.classBusiness task in order to search aBORoughPlanningBucketMovementState. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.task
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningBucketMovement.classBusiness task in order to load aBORoughPlanningBucketMovement.classBusiness task in order to search aBORoughPlanningBucketMovement.classBusiness task in order to update aBORoughPlanningBucketMovement. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.data
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.data that implement ToolModifier and TypeClassDescriptionclassDAO for rough planning order movementclassDAO for rough planning order movement search -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.task
Classes in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBORoughPlanningOrderMovement.classBusiness task in order to load aBORoughPlanningOrderMovement.classBusiness task to insert a list ofBORoughPlanningOrderMovementin a single batch operation.classBusiness task in order to search aBORoughPlanningOrderMovement.classBusiness task in order to update aBORoughPlanningOrderMovement. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.state.data
Classes in overit.geocallapp.wfm.roughplanning.bl.state.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.task
Classes in overit.geocallapp.wfm.roughplanning.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to apply shifts of aBORoughPlanning.classBusiness task in order to cancel aBORoughPlanning.classBusiness task in order to create a rough planning.classBusiness task in order to insert aBORoughPlanning.classBusiness task to loadBORoughPlanning.classGeneric business task for Rough Planning entities.classBusiness task to searchBORoughPlanning.classBusiness task in order to update aBORoughPlanning.classBusiness task in order to copy a workload analysis.classBusiness task in order to validate aBORoughPlanning. -
Uses of Tool in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.task
Classes in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for handling workload movement operations. -
Uses of Tool in overit.geocallapp.wfm.schedulazione.anagrafiche.ricerchesalvate
Classes in overit.geocallapp.wfm.schedulazione.anagrafiche.ricerchesalvate that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.anagrafiche.ricerchesalvate.CConfRicercheSalvate -
Uses of Tool in overit.geocallapp.wfm.schedulazione.ciclilavoro
Classes in overit.geocallapp.wfm.schedulazione.ciclilavoro that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.ciclilavoro.DATCreaOdlDaCicloLavoroTask per la creazione di un OdL a partire da un ciclo di lavoro -
Uses of Tool in overit.geocallapp.wfm.schedulazione.consuntivazione.activity
Classes in overit.geocallapp.wfm.schedulazione.consuntivazione.activity that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.consuntivazione.activity.CActivityOutcomeclassoverit.geocallapp.wfm.schedulazione.consuntivazione.activity.CActivityOutcomeSectionBaseBase implementation ofInterventionOutcomeSaveInput -
Uses of Tool in overit.geocallapp.wfm.schedulazione.consuntivazione.ricerca
Classes in overit.geocallapp.wfm.schedulazione.consuntivazione.ricerca that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.consuntivazione.ricerca.CRicercaConsuntivazionePage restructured for partners Main class -> core/ux/schedule/intervention/outcome/search/AccountingMonitor.java -
Uses of Tool in overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.dat
Classes in overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.dat that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.dat.DATElaboraOttimizzazioneTask che riporta la logica di ottimizzazione implementate sul piano giornaliero e invocata dai metodiCMonitorPianoGiornaliero.onOttimizEIntegraPercorso(overit.geocall.util.HashGetter)CMonitorPianoGiornaliero.onOttimizPercorso(overit.geocall.util.HashGetter)CMonitorPianoGiornaliero.onRitaraAttualizza(overit.geocall.util.HashGetter) -
Uses of Tool in overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.supporto
Classes in overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.supporto that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.supporto.DailyPlanCardViewGeneric CardView component for displaying in the Daily Plan. -
Uses of Tool in overit.geocallapp.wfm.schedulazione.manuale.attivitaschedulabili
Classes in overit.geocallapp.wfm.schedulazione.manuale.attivitaschedulabili that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.manuale.attivitaschedulabili.CAttivitaSchedulabili -
Uses of Tool in overit.geocallapp.wfm.schedulazione.manuale.attivitaurgenti
Classes in overit.geocallapp.wfm.schedulazione.manuale.attivitaurgenti that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.manuale.attivitaurgenti.CAttivitaUrgenti -
Uses of Tool in overit.geocallapp.wfm.schedulazione.odl
Classes in overit.geocallapp.wfm.schedulazione.odl that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.odl.CRigheOdlMTclassoverit.geocallapp.wfm.schedulazione.odl.CTestataOdlGestione della testata OdLclassoverit.geocallapp.wfm.schedulazione.odl.DATCreazioneOdlBaseTask base per la creazione di un OdL -
Uses of Tool in overit.geocallapp.wfm.schedulazione.odl.ricerca
Classes in overit.geocallapp.wfm.schedulazione.odl.ricerca that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.odl.ricerca.BaseWOSearchclassoverit.geocallapp.wfm.schedulazione.odl.ricerca.ServerTableViewSearchWOServerTableView constiner for WO search; adds some specific processing to resulting DBView -
Uses of Tool in overit.geocallapp.wfm.schedulazione.utenti.calendarioturni
Classes in overit.geocallapp.wfm.schedulazione.utenti.calendarioturni that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.schedulazione.utenti.calendarioturni.CalendarioTurniRisorse -
Uses of Tool in overit.geocallapp.wfm.scheduling.appointment.task
Classes in overit.geocallapp.wfm.scheduling.appointment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for loading or creating an appointment for a work order operation. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.data that implement ToolModifier and TypeClassDescriptionclassDAO for agenda.classDAO agenda search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.history.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.history.data that implement ToolModifier and TypeClassDescriptionclassDAO for agenda history.classDAO history agenda search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.history.task
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of an agenda. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.data that implement ToolModifier and TypeClassDescriptionclassDAO for agenda resource role.classDAO for agenda resource role search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.task
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOAgendaResourceRoles.classBusiness task in order to insert aBOAgendaResourceRoles.classBusiness task in order to load aBOAgendaResourceRoles.classBusiness task in order to search aBOAgendaResourceRoles. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.status.data
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for agenda status.classDAO agenda status search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.status.task
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAgendaStatus.classBusiness task in order to search aBOAgendaStatus. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.agenda.task
Classes in overit.geocallapp.wfm.scheduling.bl.agenda.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.appointment.data
Classes in overit.geocallapp.wfm.scheduling.bl.appointment.data that implement ToolModifier and TypeClassDescriptionclassDAO for appointment.classDAO appointment search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.appointment.status.data
Classes in overit.geocallapp.wfm.scheduling.bl.appointment.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for appointment status.classDAO appointment status search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.appointment.status.task
Classes in overit.geocallapp.wfm.scheduling.bl.appointment.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOAppointmentStatus.classBusiness task in order to search aBOAppointmentStatus. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.appointment.task
Classes in overit.geocallapp.wfm.scheduling.bl.appointment.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOAppointment.classBusiness task in order to load aBOAppointment.classBusiness task in order to reset aBOAppointment.classBusiness task in order to search aBOAppointment.classBusiness task in order to update aBOAppointment. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.clocking.type.data
Classes in overit.geocallapp.wfm.scheduling.bl.clocking.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Clocking Types.classDAO to search for Clocking Types. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.clocking.type.task
Classes in overit.geocallapp.wfm.scheduling.bl.clocking.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOClockingType.classBusiness task in order to search forBOClockingTypes. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling configurationclassDAO for immediate scheduling configuration search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling position typeclassDAO for immediate scheduling position type search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingPositionType.classBusiness task in order to search aBOImmediateSchedulingPositionType. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling reprocessing modeclassDAO for immediate scheduling reprocessing mode search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingReprocessingMode.classBusiness task in order to search aBOImmediateSchedulingReprocessingMode. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingConfiguration.classBusiness task in order to load aBOImmediateSchedulingConfiguration.classBusiness task in order to search aBOImmediateSchedulingConfiguration.classBusiness task in order to update aBOImmediateSchedulingConfiguration. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling w o sortclassDAO for immediate scheduling w o sort search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingWOSort.classBusiness task in order to search aBOImmediateSchedulingWOSort. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling calendarclassDAO for immediate scheduling calendar search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingCalendar.classBusiness task in order to load aBOImmediateSchedulingCalendar.classBusiness task in order to search aBOImmediateSchedulingCalendar.classBusiness task in order to update aBOImmediateSchedulingCalendar. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling processingclassDAO for immediate scheduling processing search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingProcessing.classBusiness task in order to load aBOImmediateSchedulingProcessing.classBusiness task in order to search aBOImmediateSchedulingProcessing.classBusiness task in order to update aBOImmediateSchedulingProcessing. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling last processingclassDAO for immediate scheduling last processing search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingLastProcessing.classBusiness task in order to load aBOImmediateSchedulingLastProcessing.classBusiness task in order to search aBOImmediateSchedulingLastProcessing.classBusiness task in order to update aBOImmediateSchedulingLastProcessing. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling resource processingclassDAO for immediate scheduling resource processing search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingResourceProcessing.classBusiness task in order to load aBOImmediateSchedulingResourceProcessing.classBusiness task in order to search aBOImmediateSchedulingResourceProcessing.classBusiness task in order to update aBOImmediateSchedulingResourceProcessing. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling resource exclusionclassDAO for immediate scheduling resource exclusion search -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling exclusion reasonclassDAO for immediate scheduling exclusion reason search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingExclusionReason.classBusiness task in order to search aBOImmediateSchedulingExclusionReason. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for batch inserting immediate scheduling resource exclusions.classBusiness task in order to insert aBOImmediateSchedulingResourceExclusion.classBusiness task in order to load aBOImmediateSchedulingResourceExclusion.classBusiness task in order to search aBOImmediateSchedulingResourceExclusion.classBusiness task in order to update aBOImmediateSchedulingResourceExclusion. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling stateclassDAO for immediate scheduling state search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingState.classBusiness task in order to search aBOImmediateSchedulingState. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to enqueue a new immediate scheduling processing.classBusiness task to launch immediate scheduling processes.classBusiness task to schedule immediate scheduling processes based on calendar configuration. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling trackingclassDAO for immediate scheduling tracking search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingTracking.classBusiness task in order to load aBOImmediateSchedulingTracking.classBusiness task in order to search aBOImmediateSchedulingTracking.classBusiness task in order to update aBOImmediateSchedulingTracking. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling work orderclassDAO for immediate scheduling work order searchclassDAO for selecting and updating immediate scheduling work orders atomically. -
Uses of Tool 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 ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling work order historyclassDAO for immediate scheduling work order history search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingWorkOrderHistory.classBusiness task in order to load aBOImmediateSchedulingWorkOrderHistory.classBusiness task in order to search aBOImmediateSchedulingWorkOrderHistory.classBusiness task in order to update aBOImmediateSchedulingWorkOrderHistory. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOImmediateSchedulingWorkOrder.classBusiness task in order to load aBOImmediateSchedulingWorkOrder.classBusiness task in order to search aBOImmediateSchedulingWorkOrder.classBusiness task for selecting immediate scheduling work orders for processing.classBusiness task in order to update aBOImmediateSchedulingWorkOrder. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.data
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.data that implement ToolModifier and TypeClassDescriptionclassDAO for immediate scheduling w o wostateclassDAO for immediate scheduling w o wostate search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.task
Classes in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOImmediateSchedulingWOState.classBusiness task in order to search aBOImmediateSchedulingWOState. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.lunchbreak.task
Classes in overit.geocallapp.wfm.scheduling.bl.lunchbreak.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to shift the activity to schedule according to the lunch breakLunchBreakShiftEvent. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.model.data
Classes in overit.geocallapp.wfm.scheduling.bl.model.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling model.class -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.model.row.data
Classes in overit.geocallapp.wfm.scheduling.bl.model.row.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.model.row.task
Classes in overit.geocallapp.wfm.scheduling.bl.model.row.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.model.task
Classes in overit.geocallapp.wfm.scheduling.bl.model.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingModel.classBusiness task in order to search aBOSchedulingModel.classBusiness task in order to search aBOTeamModel. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.data that implement ToolModifier and TypeClassDescriptionclassDAO for OSS integration configuration with external systems (e.g., Solvice).classDAO to search for OSS Integration Configuration. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.task
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssIntegrationConfiguration.classBusiness task in order to load aBOOssIntegrationConfiguration.classBase class for OSS Integration Configuration business tasks containing common validation logic.classBusiness task in order to search forBOOssIntegrationConfiguration.classBusiness task in order to update aBOOssIntegrationConfiguration. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.data that implement ToolModifier and TypeClassDescriptionclassDAO for integration vehicle type. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.task
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOIntegrationVehicleType.classBusiness task in order to search aBOIntegrationVehicleType. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.task
Classes in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOssIntegrationType.classBusiness task in order to search aBOOssIntegrationType. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.matrix.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.matrix.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.matrix.task
Classes in overit.geocallapp.wfm.scheduling.bl.oss.matrix.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssMatrix.classBusiness task in order to load aBOOssMatrix.classBusiness task in order to search aBOOssMatrix.classBusiness task in order to update aBOOssMatrix. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.response.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.response.data that implement ToolModifier and TypeClassDescriptionclassDAO for theAOSSRESPONSELOGtable.classDAO for theLOSSRESPONSELOGLEVELtable.classDAO for searching and aggregating OSS response log data.classDAO for theLOSSRESPONSETYPEtable. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.response.task
Classes in overit.geocallapp.wfm.scheduling.bl.oss.response.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssResponseLog.classBusiness task for searching OSS response logs. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.space.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.space.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.space.task
Classes in overit.geocallapp.wfm.scheduling.bl.oss.space.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOOssSpace.classBusiness task in order to load aBOOssSpace.classBusiness task in order to search aBOOssSpace.classBusiness task in order to update aBOOssSpace. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.oss.vehicle.data
Classes in overit.geocallapp.wfm.scheduling.bl.oss.vehicle.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.data
Classes in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.data that implement ToolModifier and TypeClassDescriptionclassDAO for planning action historyclassDAO for planning action history search -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.task
Classes in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOPlanningActionHistory.classBusiness task in order to load aBOPlanningActionHistory.classBusiness task in order to search aBOPlanningActionHistory. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.data
Classes in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Planning Action History TypeclassDAO Planning Action History Type search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.task
Classes in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOPlanningActionHistoryType.classBusiness task in order to search aBOPlanningActionHistoryType. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.data that implement ToolModifier and TypeClassDescriptionclassDAO for cancellation activity status.classDAO to search for cancellation activity status. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCancellationActivityStatus.classBusiness task in order to search forBOCancellationActivityStatus. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data that implement ToolModifier and TypeClassDescriptionclassDAO for Activity to cancel.classDAO to search for activity to cancel. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOActivityToCancel.classBusiness task in order to search forBOActivityToCancel. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling to cancel.classDAO for scheduling to cancel search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSchedulingToCancel.classBusiness task in order to load aBOSchedulingToCancel.classBusiness task in order to search aBOSchedulingToCancel.classBusiness task in order to update aBOSchedulingToCancel. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.data that implement ToolModifier and TypeClassDescriptionclassclassDAO for scheduling.classDAO scheduling search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling mode.classDAO scheduling mode search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingMode.classBusiness task in order to search aBOSchedulingMode. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.data that implement ToolModifier and TypeClassDescriptionclassDAO for operation center scheduling configuration. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOOperationCenterSchedulingConfiguration. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.status.data
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for scheduling status.classDAO scheduling status search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.status.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSchedulingStatus.classBusiness task in order to search aBOSchedulingStatus. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to check whether the coordinates path calculation is disabled or not.classBusiness task in order to insert aBOScheduling.classBusiness task in order to load aBOScheduling.classBusiness task in order to search aBOScheduling.classBusiness task in order to update aBOScheduling. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.scheduling.tour.task
Classes in overit.geocallapp.wfm.scheduling.bl.scheduling.tour.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.teamdislocation.data
Classes in overit.geocallapp.wfm.scheduling.bl.teamdislocation.data that implement ToolModifier and TypeClassDescriptionclassDAO for Team Dislocation.classDAO to search for Team Dislocation. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.teamdislocation.task
Classes in overit.geocallapp.wfm.scheduling.bl.teamdislocation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamDislocation.classBusiness task in order to search forBOTeamDislocation. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.teamlocation.data
Classes in overit.geocallapp.wfm.scheduling.bl.teamlocation.data that implement ToolModifier and TypeClassDescriptionclassDAO for Team Location.classDAO to search for Team Location. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.teamlocation.task
Classes in overit.geocallapp.wfm.scheduling.bl.teamlocation.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamLocation.classBusiness task in order to search forBOTeamLocation. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.transfertimetype.data
Classes in overit.geocallapp.wfm.scheduling.bl.transfertimetype.data that implement ToolModifier and TypeClassDescriptionclassDAO for Transfer Time TypeclassDAO Transfer Time Type search. -
Uses of Tool in overit.geocallapp.wfm.scheduling.bl.transfertimetype.task
Classes in overit.geocallapp.wfm.scheduling.bl.transfertimetype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTransferTimeType.classBusiness task in order to search aBOTransferTimeType. -
Uses of Tool in overit.geocallapp.wfm.scheduling.rc1.oss.status.task
Classes in overit.geocallapp.wfm.scheduling.rc1.oss.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for checking Solvice service status. -
Uses of Tool in overit.geocallapp.wfm.scheduling.timeslot.bl.data
Classes in overit.geocallapp.wfm.scheduling.timeslot.bl.data that implement ToolModifier and TypeClassDescriptionclassclassDAO for scheduling timeslot search -
Uses of Tool in overit.geocallapp.wfm.scheduling.timeslot.bl.task
Classes in overit.geocallapp.wfm.scheduling.timeslot.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSchedulingTimeslotby UUID.classBusiness task in order to insert aBOSchedulingTimeslot.classBusiness task in order to search aBOSchedulingTimeslot.classBusiness task in order to update aBOSchedulingTimeslot. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.activity.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.activity.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.activity.task
Classes in overit.geocallapp.wfm.skills.bl.configuration.activity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to search aBOActivitySkillConfiguration.classBusiness task in order to update aBOActivitySkillConfiguration. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOSkillConfiguration.classDAO for skill configurations. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.division.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.division.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOSkillConfigurationDivision.classDAO for skill configuration division relations. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.division.history.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.division.history.data that implement ToolModifier and TypeClassDescriptionclass -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.division.history.task
Classes in overit.geocallapp.wfm.skills.bl.configuration.division.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to historicize the currentBOSkillConfigurationDivisionof a given skill configuration.classBusiness task in order to insert aBOSkillConfigurationDivisionHistory.classBusiness task in order to load aBOSkillConfigurationDivisionHistory.classBusiness task in order to searchBOSkillConfigurationDivisionHistory. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.division.task
Classes in overit.geocallapp.wfm.skills.bl.configuration.division.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSkillConfigurationDivision.classBusiness task in order to insert aBOSkillConfigurationDivision.classBusiness task in order to load aBOSkillConfigurationDivision.classBusiness task in order to search aBOSkillConfigurationDivision. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.history.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.history.data that implement ToolModifier and TypeClassDescriptionclassDAO for skill configuration history. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.history.task
Classes in overit.geocallapp.wfm.skills.bl.configuration.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOSkillConfigurationHistory.classBusiness task in order to load aBOSkillConfigurationHistory.classBusiness task in order to searchBOSkillConfigurationHistory. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.skill.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.skill.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOSkillConfigurationSkill.classDAO to searchBOSkillConfigurationSkill. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.skill.history.data
Classes in overit.geocallapp.wfm.skills.bl.configuration.skill.history.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.skill.history.task
Classes in overit.geocallapp.wfm.skills.bl.configuration.skill.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to historicize the currentBOSkillConfigurationSkillof a given skill configuration.classBusiness task in order to insert aBOSkillConfigurationSkillHistory.classBusiness task in order to load aBOSkillConfigurationSkillHistory.classBusiness task in order to searchBOSkillConfigurationSkillHistory. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.skill.task
Classes in overit.geocallapp.wfm.skills.bl.configuration.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSkillConfigurationSkill.classBusiness task in order to insert aBOSkillConfigurationSkill.classBusiness task in order to load aBOSkillConfigurationSkill.classBusiness task in order to search aBOSkillConfigurationSkill.classBusiness task in order to update aBOSkillConfigurationSkill. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.configuration.task
Classes in overit.geocallapp.wfm.skills.bl.configuration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aSkillConfigurationAggregate.classBusiness task in order to insert aBOSkillConfiguration.classBusiness task in order to load aBOSkillConfiguration.classBusiness task in order to search aBOSkillConfiguration.classBusiness task in order to update aBOSkillConfiguration. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.data
Classes in overit.geocallapp.wfm.skills.bl.division.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOSkillDivision.classDAO used for skill division search. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.history.data
Classes in overit.geocallapp.wfm.skills.bl.division.history.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.history.task
Classes in overit.geocallapp.wfm.skills.bl.division.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save the history of aBOSkillDivisionHistory.classBusiness task in order to load aBOSkillDivisionHistory.classBusiness task in order to searchBOSkillDivisionHistory. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.skill.data
Classes in overit.geocallapp.wfm.skills.bl.division.skill.data that implement ToolModifier and TypeClassDescriptionclassDAO used to search forSkillDivisionSkillGroupedRelation.classDAO forBOSkillDivisionSkill.classDAO used for skill division search. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.skill.history.data
Classes in overit.geocallapp.wfm.skills.bl.division.skill.history.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.skill.history.task
Classes in overit.geocallapp.wfm.skills.bl.division.skill.history.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to historicize the currentBOSkillDivisionSkillof a given skill division.classBusiness task in order to insert aBOSkillDivisionSkillHistory.classBusiness task in order to load aBOSkillDivisionSkillHistory.classBusiness task in order to searchBOSkillDivisionSkillHistory. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.skill.task
Classes in overit.geocallapp.wfm.skills.bl.division.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task used in order to delete all theSkillDivisionSkillGroupedRelationthat corresponds to theBOSkillDivisionSkillgiven as input.classBusiness task in order to insert aSkillDivisionSkillGroupedRelation, i.e. a group ofBOSkillDivisionSkill.classBusiness task in order to search aSkillDivisionSkillGroupedRelation.classBusiness task in order to update aSkillDivisionSkillGroupedRelation, i.e. a group ofBOSkillDivisionSkill.classBusiness task in order to insert aBOSkillDivisionSkill.classBusiness task in order to load aBOSkillDivisionSkill.classBusiness task in order to search aBOSkillDivisionSkill.classBusiness task in order to delete aBOSkillDivisionSkill. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.division.task
Classes in overit.geocallapp.wfm.skills.bl.division.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aSkillDivisionAggregate.classBusiness task in order to insert aBOSkillDivision.classBusiness task in order to load aBOSkillDivision.classBusiness task in order to search aBOSkillDivision.classBusiness task in order to update aBOSkillDivision. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.level.data
Classes in overit.geocallapp.wfm.skills.bl.level.data that implement ToolModifier and TypeClassDescriptionclassDAO for skill level.classDAO for skill level search. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.level.task
Classes in overit.geocallapp.wfm.skills.bl.level.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSkillLevel.classBusiness task in order to search aBOSkillLevel. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.overrideconfiguration.data
Classes in overit.geocallapp.wfm.skills.bl.overrideconfiguration.data that implement ToolModifier and TypeClassDescriptionclassDAO for skill override configurationclassDAO for skill override configuration search -
Uses of Tool in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.data
Classes in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.data that implement ToolModifier and TypeClassDescriptionclassDAO for skill override configuration skillclassDAO for skill override configuration skill search -
Uses of Tool in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.task
Classes in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSkillOverrideConfigurationSkill.classBusiness task in order to load aBOSkillOverrideConfigurationSkill.classBusiness task in order to search aBOSkillOverrideConfigurationSkill.classBusiness task in order to update aBOSkillOverrideConfigurationSkill. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.overrideconfiguration.task
Classes in overit.geocallapp.wfm.skills.bl.overrideconfiguration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOSkillOverrideConfiguration.classBusiness task in order to load aBOSkillOverrideConfiguration.classBusiness task in order to search aBOSkillOverrideConfiguration.classBusiness task in order to update aBOSkillOverrideConfiguration. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.qualification.data
Classes in overit.geocallapp.wfm.skills.bl.qualification.data that implement ToolModifier and TypeClassDescriptionclassDAO for qualifications.classDAO to search qualifications. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.qualification.task
Classes in overit.geocallapp.wfm.skills.bl.qualification.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOQualification.classBusiness task in order to load aBOQualification.classBusiness task in order to search aBOQualification.classBusiness task in order to update aBOQualification. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.skill.data
Classes in overit.geocallapp.wfm.skills.bl.skill.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.skills.bl.skill.qualification.data
Classes in overit.geocallapp.wfm.skills.bl.skill.qualification.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOSkillQualification.classDAO used for skill qualification search. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.skill.qualification.task
Classes in overit.geocallapp.wfm.skills.bl.skill.qualification.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOSkillQualification.classBusiness task in order to insert aBOSkillQualification.classBusiness task in order to load aBOSkillQualification.classBusiness task in order to search aBOSkillQualification. -
Uses of Tool in overit.geocallapp.wfm.skills.bl.skill.task
Classes in overit.geocallapp.wfm.skills.bl.skill.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aSkillAggregate.classBusiness task in order to insert aBOSkill.classBusiness task in order to load aBOSkill.classBusiness task in order to search aBOSkill.classBusiness task in order to update aBOSkill. -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.data
Classes in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.data that implement ToolModifier and TypeClassDescriptionclassDAO for holidays.classDAO used to search for holidays. -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.task
Classes in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.calendar.task
Classes in overit.geocallapp.wfm.systemsettings.bl.calendar.task that implement ToolModifier and TypeClassDescriptionclassclassBusiness task in order that invalidates theYearCalendarrelated to the given operation center.class -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.datatype.data
Classes in overit.geocallapp.wfm.systemsettings.bl.datatype.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.datatype.task
Classes in overit.geocallapp.wfm.systemsettings.bl.datatype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBODataType.classBusiness task in order to search aBODataType. -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.externalsystem.data
Classes in overit.geocallapp.wfm.systemsettings.bl.externalsystem.data that implement ToolModifier and TypeClassDescriptionclassDAO for external systems.classDAO for external systems. -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.externalsystem.task
Classes in overit.geocallapp.wfm.systemsettings.bl.externalsystem.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOExternalSystem.classBusiness task in order to load aBOExternalSystem.classBusiness task in order to search aBOExternalSystem.classBusiness task in order to update aBOExternalSystem. -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.measurementunit.data
Classes in overit.geocallapp.wfm.systemsettings.bl.measurementunit.data that implement ToolModifier and TypeClassDescriptionclassclassDAO for measure units. -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.measurementunit.task
Classes in overit.geocallapp.wfm.systemsettings.bl.measurementunit.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOMeasureUnit.classBusiness task in order to load aBOMeasureUnit.classBusiness task in order to search aBOMeasureUnit.classBusiness task in order to update aBOMeasureUnit. -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.systemsetting.data
Classes in overit.geocallapp.wfm.systemsettings.bl.systemsetting.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.systemsettings.bl.systemsetting.task
Classes in overit.geocallapp.wfm.systemsettings.bl.systemsetting.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOSystemSettings.classBusiness task in order to update aBOSystemSettings.classBusiness task responsible for loading system setting values from the configuration. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.cardinality.data
Classes in overit.geocallapp.wfm.teams.bl.team.cardinality.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.cardinality.task
Classes in overit.geocallapp.wfm.teams.bl.team.cardinality.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamCardinality.classBusiness task in order to search aBOTeamCardinality. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.data
Classes in overit.geocallapp.wfm.teams.bl.team.data that implement ToolModifier and TypeClassDescriptionclassDAO for Teams.classDAO to search teams. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.data
Classes in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOFormationSkillConfiguration.classDAO used for formation skill configuration search. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.task
Classes in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOFormationSkillConfiguration.classBusiness task in order to search aBOFormationSkillConfiguration. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.data
Classes in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.data that implement ToolModifier and TypeClassDescriptionclassDAO forBOFormationSkillDivision.classDAO used for formation skill division search. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.task
Classes in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOFormationSkillDivision.classBusiness task in order to insert aBOFormationSkillDivision.classBusiness task in order to load aBOFormationSkillDivision.classBusiness task in order to search aBOFormationSkillDivision. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.level.data
Classes in overit.geocallapp.wfm.teams.bl.team.level.data that implement ToolModifier and TypeClassDescriptionclassDAO for Team Levels.classDAO for search Team Levels. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.level.task
Classes in overit.geocallapp.wfm.teams.bl.team.level.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOTeamLevel.classBusiness task in order to search aBOTeamLevel. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.member.data
Classes in overit.geocallapp.wfm.teams.bl.team.member.data that implement ToolModifier and TypeClassDescriptionclassDAO for Team Members.classDAO for search Team Types. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.member.task
Classes in overit.geocallapp.wfm.teams.bl.team.member.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTeamMember.classBusiness task in order to load aBOTeamMember.classBusiness task in order to search aBOTeamMember.classBusiness task in order to update aBOTeamMember. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.shift.data
Classes in overit.geocallapp.wfm.teams.bl.team.shift.data that implement ToolModifier and TypeClassDescriptionclassDAO for Team Shifts.classDAO to search for Team Shifts. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.shift.resource.data
Classes in overit.geocallapp.wfm.teams.bl.team.shift.resource.data that implement ToolModifier and TypeClassDescriptionclassDAO to search for Team Shift using the resources.classDAO for Team Shift Resources.classDAO to search for Team Shift Resources. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.shift.resource.task
Classes in overit.geocallapp.wfm.teams.bl.team.shift.resource.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search forBOTeamShifts.classBusiness task in order to delete aBOTeamShiftResource.classBusiness task in order to insert aBOTeamShiftResource.classBusiness task in order to search forBOTeamShiftResources. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.shift.task
Classes in overit.geocallapp.wfm.teams.bl.team.shift.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOTeamShift.classBusiness task in order to insert aBOTeamShift.classBusiness task in order to load aBOTeamShift.classBusiness task in order to search forBOTeamShifts.classBusiness task in order to update aBOTeamShift. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.task
Classes in overit.geocallapp.wfm.teams.bl.team.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.type.data
Classes in overit.geocallapp.wfm.teams.bl.team.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for Team Types.classDAO for search Team Types. -
Uses of Tool in overit.geocallapp.wfm.teams.bl.team.type.task
Classes in overit.geocallapp.wfm.teams.bl.team.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOTeamType.classBusiness task in order to load aBOTeamType.classBusiness task in order to search aBOTeamType.classBusiness task in order to update aBOTeamType. -
Uses of Tool in overit.geocallapp.wfm.technicalobject.decoder
Classes in overit.geocallapp.wfm.technicalobject.decoder that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.technicalobject.decoder.InputDecoderTechnicalObject -
Uses of Tool in overit.geocallapp.wfm.timerange.configuration.bl.da
Classes in overit.geocallapp.wfm.timerange.configuration.bl.da that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.timerange.configuration.bl.da.DAOATimeRangeConfiguration -
Uses of Tool in overit.geocallapp.wfm.timesheets.bl.clocking.data
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.data that implement ToolModifier and TypeClassDescriptionclassDAO for Clockings.classDAO to search for Clockings. -
Uses of Tool in overit.geocallapp.wfm.timesheets.bl.clocking.task
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOClocking.classBusiness task in order to search forBOClockings. -
Uses of Tool in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.data
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.task
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to search aBOClockingActionType.classBusiness task in order to search aBOClockingActionType. -
Uses of Tool in overit.geocallapp.wfm.timesheets.bl.clocking.type.data
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.type.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.timesheets.bl.clocking.type.task
Classes in overit.geocallapp.wfm.timesheets.bl.clocking.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOClockingType.classBusiness task in order to load aBOClockingType.classBusiness task in order to search aBOClockingType.classBusiness task in order to update aBOClockingType. -
Uses of Tool in overit.geocallapp.wfm.ui.container
Classes in overit.geocallapp.wfm.ui.container that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.ui.container.PanelSimpleTableclassoverit.geocallapp.wfm.ui.container.PDecoderSelectionBase class for a simple decoder panelclassoverit.geocallapp.wfm.ui.container.ResourceViewMultimedialiClasse per la visualizzazione dei file multimediali di uno specifico cliente La lettura dei file non avviene direttamente su FS ma il refresh() li recupera dall'apposita tabella, le successive operazioni avvengono sul file conreto nel FS tramite WebResourceclassoverit.geocallapp.wfm.ui.container.TreeModelTableViewTable that to models a tree view. -
Uses of Tool in overit.geocallapp.wfm.ui.control
Classes in overit.geocallapp.wfm.ui.control that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.ui.control.AlignArrangingGridclassoverit.geocallapp.wfm.ui.control.JFCWFMSerie -
Uses of Tool in overit.geocallapp.wfm.users.selection
Classes in overit.geocallapp.wfm.users.selection that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.users.selection.PSelectUsers -
Uses of Tool in overit.geocallapp.wfm.users.workshifts.common
Classes in overit.geocallapp.wfm.users.workshifts.common that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.users.workshifts.common.ShiftsPanel -
Uses of Tool in overit.geocallapp.wfm.util.wfmtasklog
Classes in overit.geocallapp.wfm.util.wfmtasklog that implement ToolModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.util.wfmtasklog.AWfmTaskLogclassoverit.geocallapp.wfm.util.wfmtasklog.AWfmTaskLogRighe -
Uses of Tool in overit.geocallapp.wfm.vehicles.bl.data
Classes in overit.geocallapp.wfm.vehicles.bl.data that implement ToolModifier and TypeClassDescriptionclassDAO for Vehicles.classDAO to search for Vehicles. -
Uses of Tool in overit.geocallapp.wfm.vehicles.bl.task
Classes in overit.geocallapp.wfm.vehicles.bl.task that implement Tool -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.activity.data
Classes in overit.geocallapp.wfm.workorders.bl.activity.data that implement ToolModifier and TypeClassDescriptionclassclassDAO used to search for activities. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.data
Classes in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.task
Classes in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to load aBOActivitySkillConfiguration.classBusiness task in order to search aBOActivitySkillConfiguration. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.activity.task
Classes in overit.geocallapp.wfm.workorders.bl.activity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert a schedulingBOActivity.classBusiness task in order to load a schedulingBOActivity.classBusiness task in order to search a schedulingBOActivity.classUpdate the given scheduling activity. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.data
Classes in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.data that implement ToolModifier and TypeClassDescriptionclassDAO used for cancellation/suspension reasons.classDAO used to search for cancellation/suspension reasons. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.task
Classes in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOCancelSuspendReason.classBusiness task in order to search aBOCancelSuspendReason. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.header.data
Classes in overit.geocallapp.wfm.workorders.bl.header.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order headersclassclassDAO for work order headers search -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.header.task
Classes in overit.geocallapp.wfm.workorders.bl.header.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to save a history ofBOWorkOrderHeader.classBusiness task to insert a work order header.
The new work order is created in a draft state.classBusiness task in order to load aBOWorkOrderHeader.
When theWorkOrderHeaderLoadEventis launched the BT notices the call and loads theBOWorkOrderHeaderbasing on the event's input.classTask that listen theWorkOrderHeaderNotificationEventthat is launched when there is a change in the entityBOWorkOrderHeaderThis task depending on theWorkOrderHeaderNotificationActiondoes the login needed by the action done on the entity.classBusiness task in order to assign an operation center and create a new code.
When theWorkOrderHeaderOperationCenterAssignmentEventis launched the BT notices the call and loads theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to search aBOWorkOrderHeader.
When theWorkOrderHeaderSearchEventis launched the BT notices the call and searches theBOWorkOrderHeaderbasing on the event's input.classBusiness task in order to update aBOWorkOrderHeader. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.meter.data
Classes in overit.geocallapp.wfm.workorders.bl.meter.data that implement ToolModifier and TypeClassDescriptionclassclassDAO for work order meters search -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.meter.task
Classes in overit.geocallapp.wfm.workorders.bl.meter.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkOrderMeterElement.classBusiness task in order to insert aBOWorkOrderMeterElement.classBusiness task to update work order's relations with related meters.classBusiness task in order to search aBOWorkOrderMeterElement. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.note.data
Classes in overit.geocallapp.wfm.workorders.bl.note.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order notes.classDAO for searching work order notes. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.note.task
Classes in overit.geocallapp.wfm.workorders.bl.note.task that implement ToolModifier and TypeClassDescriptionclassBusiness task for inserting a new work order note.classBusiness task in order to load aBOWorkOrderNote.classBusiness task in order to search aBOWorkOrderNote. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operations.classclassDAO for work order operations search. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.immediatescheduling.task
Classes in overit.geocallapp.wfm.workorders.bl.operation.immediatescheduling.task that implement ToolModifier and TypeClassDescriptionclassDefault business task that evaluates whether a work order operation requires immediate scheduling. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.data that implement ToolModifier and TypeClassDescriptionclassDAO for operation requirementclassDAO for operation requirement search -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.data that implement ToolModifier and TypeClassDescriptionclassDAO for extracting operation requirements from AWOOPERATION table. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.task
Classes in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.task that implement ToolModifier and TypeClassDescriptionclassTask to repopulate the table RWOOPERATIONREQUIREMENT from the values contained in AWOOPERATION denormalized fields (AWOOMANDATORYIDENTNUMSET, AWOOPREFERREDIDENTNUMSET, AWOOMANDATORYTEAM). -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.task
Classes in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.task that implement ToolModifier and TypeClassDescriptionclassBusiness task to load aggregated operation requirements for multiple work order operations.classBusiness task in order to delete aBOOperationRequirement.classBusiness task in order to insert aBOOperationRequirement.classBusiness task in order to load aBOOperationRequirement.classBusiness task in order to search aBOOperationRequirement.classBusiness task in order to update aBOOperationRequirement. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.status.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operation status.classDAO for work order operation status. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.status.task
Classes in overit.geocallapp.wfm.workorders.bl.operation.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderOperationStatus.classBusiness task in order to search aBOWorkOrderOperationStatus. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.task
Classes in overit.geocallapp.wfm.workorders.bl.operation.task that implement ToolModifier and TypeClassDescriptionclassBusiness Task to get address IDs for work order operations.classBusiness task in order to save a history ofBOWorkOrderOperation.classBusiness task in order to insert aBOWorkOrderOperation.classBusiness task in order to insert a list ofBOWorkOrderOperation.classBusiness task in order to link aBOWorkOrderOperation(parent) with a set of other linked operations.classBusiness task in order to load aBOWorkOrderOperation.
When theWorkOrderOperationLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classTask that listen theWorkOrderOperationNotificationEventthat is launched when there is a change in the entityBOWorkOrderOperationThis task depending on theWorkOrderOperationNotificationActiondoes the login needed by the action done on the entity.classBusiness task in order to remove the origin work cycle structure from allBOWorkOrderOperationto which they are referred.classBusiness task that handles updates of resource requirements for work order operations.classBusiness task in order to search aBOWorkOrderOperation.
When theWorkOrderOperationSearchEventis launched the BT notices the call and loads theBOWorkOrderOperationbasing on the event's input.classBusiness task in order to load a list ofBOWorkOrderOperation.classBusiness task in order to unlink a parentBOWorkOrderOperationfrom its linked operations.classBusiness task in order to update aBOWorkOrderOperation.classBusiness task in order to update a list ofBOWorkOrderOperation. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.type.data
Classes in overit.geocallapp.wfm.workorders.bl.operation.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operation types.classDAO for work order operation types. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operation.type.task
Classes in overit.geocallapp.wfm.workorders.bl.operation.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationType.classBusiness task in order to load aBOWorkOrderOperationType.
When theWorkOrderOperationTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderOperationType.
When theWorkOrderOperationTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderOperationTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderOperationType. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operationtypecategory.data
Classes in overit.geocallapp.wfm.workorders.bl.operationtypecategory.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order operation type categoryclassDAO for work order operation type category search -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.operationtypecategory.task
Classes in overit.geocallapp.wfm.workorders.bl.operationtypecategory.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationTypeCategory.classBusiness task in order to load aBOWorkOrderOperationTypeCategory.classBusiness task in order to search aBOWorkOrderOperationTypeCategory.classBusiness task in order to update aBOWorkOrderOperationTypeCategory. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.origin.data
Classes in overit.geocallapp.wfm.workorders.bl.origin.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order source.classDAO for work order source. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.origin.task
Classes in overit.geocallapp.wfm.workorders.bl.origin.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderOrigin.classBusiness task in order to search aBOWorkOrderOrigin. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.requesttype.data
Classes in overit.geocallapp.wfm.workorders.bl.requesttype.data that implement ToolModifier and TypeClassDescriptionclassDAO for request types.classDAO used to search for request types. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.requesttype.task
Classes in overit.geocallapp.wfm.workorders.bl.requesttype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBORequestType.
Required fields: code descriptionclassBusiness task in order to load aBORequestType.
When theRequestTypeLoadEventis launched the BT notices the call and events theBORequestTypebasing on the event's input.classBusiness task in order to search aBORequestType.classBusiness task in order to update aBORequestType.
Permission:WorkOrderPermissions.WORK_ORDER_CONFIGURATION_EDIT -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.sequencenumber.data
Classes in overit.geocallapp.wfm.workorders.bl.sequencenumber.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.sequencenumber.task
Classes in overit.geocallapp.wfm.workorders.bl.sequencenumber.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderSequenceNumber.classBusiness task in order to retrieve the next sequence number for a operation center.classBusiness task in order to search aBOWorkOrderSequenceNumber. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.servicetype.data
Classes in overit.geocallapp.wfm.workorders.bl.servicetype.data that implement ToolModifier and TypeClassDescriptionclassDAO for service types.classDAO for service types. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.servicetype.task
Classes in overit.geocallapp.wfm.workorders.bl.servicetype.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOServiceType.classBusiness task in order to load aBOServiceType.
Required fields: Service type idclassBusiness task in order to search aBOServiceType.
Permission:WorkOrderPermissions.WORK_ORDER_CONFIGURATION_VIEWORWorkOrderPermissions.WORK_ORDER_CONFIGURATION_EDITclassBusiness task in order to update aBOServiceType.
Required fields: Service type id -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.status.data
Classes in overit.geocallapp.wfm.workorders.bl.status.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order status.classDAO for work order status. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.status.task
Classes in overit.geocallapp.wfm.workorders.bl.status.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load aBOWorkOrderStatus.classBusiness task in order to search aBOWorkOrderStatus. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.status.user.type.data
Classes in overit.geocallapp.wfm.workorders.bl.status.user.type.data that implement ToolModifier 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 Tool in overit.geocallapp.wfm.workorders.bl.status.user.type.task
Classes in overit.geocallapp.wfm.workorders.bl.status.user.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to retrieve the editable work order states for the given user type. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.task
Classes in overit.geocallapp.wfm.workorders.bl.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in to update the links between operations in a work order with operation assignment of type aggregate (ex work order by order).
When theWorkOrderOperationsLinksUpdateEventis launched the BT notices the call and updates the links between the operations, if the work order is a work order with operation assignment of type aggregate. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.activity.data
Classes in overit.geocallapp.wfm.workorders.bl.type.activity.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order type activity relations.classDAO for work order operation type activity search. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.activity.task
Classes in overit.geocallapp.wfm.workorders.bl.type.activity.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderOperationTypeActivity.classBusiness task in order to search aBOWorkOrderOperationTypeActivity.classBusiness task in order to update aBOWorkOrderOperationTypeActivity. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.data
Classes in overit.geocallapp.wfm.workorders.bl.type.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order typesclassDAO for work order types -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.eventmanager.data
Classes in overit.geocallapp.wfm.workorders.bl.type.eventmanager.data that implement ToolModifier and TypeClassDescriptionclassDAO for the relation event manager configuration - wo typeclassDAO for search the relations event manager configuration - wo type -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.eventmanager.task
Classes in overit.geocallapp.wfm.workorders.bl.type.eventmanager.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOEventManagerConfWoType.classBusiness task in order to insert aBOEventManagerConfWoType.classBusiness task in order to load aBOEventManagerConfWoType.classBusiness task in order to search aBOEventManagerConfWoType.classBusiness task in order to update aBOEventManagerConfWoType. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.structure.data
Classes in overit.geocallapp.wfm.workorders.bl.type.structure.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order type structure.classDAO used to search for work order type structure. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.structure.task
Classes in overit.geocallapp.wfm.workorders.bl.type.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkOrderTypeStructure.classBusiness task in order to insert aBOWorkOrderTypeStructure.
Required fields: workOrderType structureclassBusiness task in order to save a list ofBOWorkOrderTypeStructure.
Required fields: workOrderType structureclassBusiness task in order to search aBOWorkOrderTypeStructure.classBusiness task in order to update aBOWorkOrderTypeStructure.
Error Code:Codes.PROPERTY_REQUIRED: Property requiredCodes.WorkOrderTypeStructure.ORDER_ALREADY_DEFINED: The order already defined. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.type.task
Classes in overit.geocallapp.wfm.workorders.bl.type.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderType.
When theWorkOrderTypeInsertEventis launched the BT notices the call and inserts theBOWorkOrderTypebasing on the event's input.classBusiness task in order to load aBOWorkOrderType.
When theWorkOrderTypeLoadEventis launched the BT notices the call and loads theBOWorkOrderTypebasing on the event's input.classBusiness task in order to search aBOWorkOrderType.
When theWorkOrderTypeSearchEventis launched the BT notices the call and searches theBOWorkOrderTypebasing on the event's input.classBusiness task in order to update aBOWorkOrderType.
When theWorkOrderTypeUpdateEventis launched the BT notices the call and updates theBOWorkOrderTypebasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.urgency.data
Classes in overit.geocallapp.wfm.workorders.bl.urgency.data that implement ToolModifier and TypeClassDescriptionclassDAO for work order urgencies.classDAO for work order urgencies. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.urgency.task
Classes in overit.geocallapp.wfm.workorders.bl.urgency.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkOrderUrgency.
When theWorkOrderUrgencyInsertEventis launched the BT notices the call and inserts theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to load aBOWorkOrderUrgency.
When theWorkOrderUrgencyLoadEventis launched the BT notices the call and loads theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to search aBOWorkOrderUrgency.
When theWorkOrderUrgencySearchEventis launched the BT notices the call and searches theBOWorkOrderUrgencybasing on the event's input.classBusiness task in order to update aBOWorkOrderUrgency.
When theWorkOrderUrgencyUpdateEventis launched the BT notices the call and updates theBOWorkOrderUrgencybasing on the event's input. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workcycle.data
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.data that implement ToolModifier and TypeClassDescriptionclassDAO for work cycles.classDAO for search work cycles. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workcycle.rule.data
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.rule.data that implement ToolModifier and TypeClassDescriptionclassDAO for work cycle ruleclassDAO for work cycle rule search -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workcycle.rule.task
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.rule.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkCycleRule.classBusiness task in order to insert aBOWorkCycleRule.classBusiness task in order to load aBOWorkCycleRule.classBusiness task in order to search aBOWorkCycleRule.classBusiness task in order to update aBOWorkCycleRule. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workcycle.structure.data
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.structure.data that implement ToolModifier and TypeClassDescriptionclassDAO for work cycles structure.classDAO for search work cycle structures. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to delete aBOWorkCycleStructure.classBusiness task in order to load a work cycle structureBOWorkCycleStructure.classBusiness task in order to search aBOWorkCycleStructure. -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workcycle.task
Classes in overit.geocallapp.wfm.workorders.bl.workcycle.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to insert aBOWorkCycle.classBusiness task in order to load a work cycleBOWorkCycle.classBusiness task in order to search aBOWorkCycle.classBusiness task in order to update aBOWorkCycle.
Required fields: Work cycle id code description work order type -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workload.data
Classes in overit.geocallapp.wfm.workorders.bl.workload.data that implement Tool -
Uses of Tool in overit.geocallapp.wfm.workorders.bl.workload.task
Classes in overit.geocallapp.wfm.workorders.bl.workload.task that implement ToolModifier and TypeClassDescriptionclassBusiness task in order to load a list ofBOWorkLoadDetail.classBusiness task in order to load a list ofBOWorkLoad.
DAOAziendeinstead