Uses of Class
overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.BOCrewShellOperationCenter
Packages that use BOCrewShellOperationCenter
Package
Description
-
Uses of BOCrewShellOperationCenter in overit.geocallapp.wfm.core.bl.crewshell
Methods in overit.geocallapp.wfm.core.bl.crewshell that return types with arguments of type BOCrewShellOperationCenterModifier and TypeMethodDescriptionstatic List<BOCrewShellOperationCenter> CrewShellUtils.retrieveActivatedOCsForCrewShells(PoolKit poolKit) Retrieves the list of all theBOCrewShellOperationCenterobjects (i.e., the list of the activated crew shells' operation centers). -
Uses of BOCrewShellOperationCenter in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.event with parameters of type BOCrewShellOperationCenterModifierConstructorDescriptionInstantiates a newInsertEventobject in order to insert aBOCrewShellOperationCenterobject. -
Uses of BOCrewShellOperationCenter in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task
Fields in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task with type parameters of type BOCrewShellOperationCenterModifier and TypeFieldDescriptionprotected BOCache<BOCrewShellOperationCenter> BTCrewShellOperationCenterDelete.crewShellOperationCenterBOCacheMethods in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task with parameters of type BOCrewShellOperationCenterModifier and TypeMethodDescriptionprotected voidBTCrewShellOperationCenterDelete.deactivateCrewShells(BOCrewShellOperationCenter input, PoolKit poolKit) Deactivates all theBOCrewShellobjects (i.e., crew shells) associated to theBOCrewShellOperationCenterinput to be deleted by launching aCrewShellUpdateEventevent.protected List<BOCrewShell> BTCrewShellOperationCenterDelete.retrieveCrewShellsByOC(BOCrewShellOperationCenter input, PoolKit poolKit) Retrieves theBOCrewShellobjects (i.e., crew shells) associated with the givenBOOperationCenterobject (i.e., operation center).protected voidBTCrewShellOperationCenterInsert.validateCrewShellsActivationForOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates the insertion of aBOCrewShellOperationCenterobject.protected voidBTCrewShellOperationCenterDelete.validateCrewShellsDeactivationForOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates the deletion of aBOCrewShellOperationCenterobject.protected voidBTCrewShellOperationCenterInsert.validateExistingActivation(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether theBOCrewShellobjects (i.e., crew shells) have not already been activated for the associatedBOOperationCenterobject (i.e., operation center).protected voidBTCrewShellOperationCenterDelete.validateExistingDeactivation(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether theBOCrewShellobjects (i.e., crew shells) have not already been deactivated for the associatedBOOperationCenterobject (i.e., operation center).protected voidBTCrewShellOperationCenterDelete.validateOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether the associatedBOOperationCenterobject is not null.protected voidBTCrewShellOperationCenterInsert.validateOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether the associatedBOOperationCenterobject exists.protected voidBTCrewShellOperationCenterDelete.validateScheduledActivitiesToBePerformed(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether theBOCrewShellobjects (i.e., crew shells) to be deactivated for the associatedBOOperationCenterobject (i.e., operation center), both present and future, do not have anyBOWorkOrderHeaderobject that is not TECHNICALLY_CLOSED, CLOSED or CANCELLED (i.e., open or pending work orders).