Class OrgUnitComboBoxServiceImpl
java.lang.Object
ru.cg.webbpm.user_management.custom.OrgUnitComboBoxServiceImpl
- All Implemented Interfaces:
ComboBoxService
- Author:
- gilfanovrenat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadData()
loadDataByParentValueWithFilter
(Object parentValue, Object filterValue) loadDataWithFilter
(Object filterValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface service.field.ComboBoxService
loadModelWithoutGraphConditions
-
Constructor Details
-
OrgUnitComboBoxServiceImpl
public OrgUnitComboBoxServiceImpl()
-
-
Method Details
-
loadData
- Specified by:
loadData
in interfaceComboBoxService
-
loadDataWithFilter
- Specified by:
loadDataWithFilter
in interfaceComboBoxService
-
loadDataByParentValueWithFilter
public List<ComboBoxModel> loadDataByParentValueWithFilter(Object parentValue, @Nullable Object filterValue) - Specified by:
loadDataByParentValueWithFilter
in interfaceComboBoxService
-