Class WorkCenterDataLoader
java.lang.Object
overit.geocallapp.utilities.ux.ui.data.DataLoader
overit.geocallapp.wfm.planning.ux.common.selection.WorkCenterDataLoader
- All Implemented Interfaces:
Serializable,Identified
Data loader that extracts the work centers, possibly in association with operation centers.
- Since:
- 19.0
- See Also:
-
Field Summary
Fields inherited from class overit.geocallapp.utilities.ux.ui.data.DataLoader
_identity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionload()onlyIds()voidsetOperationCenters(Collection<Long> operationCenters) Sets the operation centers as a filter for extracted work centersMethods inherited from class overit.geocallapp.utilities.ux.ui.data.DataLoader
getIdentity, setIdentity
-
Constructor Details
-
WorkCenterDataLoader
public WorkCenterDataLoader()
-
-
Method Details
-
onlyIds
- Specified by:
onlyIdsin classDataLoader
-
load
- Specified by:
loadin classDataLoader
-
setOperationCenters
Sets the operation centers as a filter for extracted work centers- Parameters:
operationCenters- the operation centers as a filter for extracted work centers
-