Class OrganizationalStructuresUtils
java.lang.Object
overit.geocallapp.wfm.organizationalstructures.OrganizationalStructuresUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected static BOOperationCenterAssignmentCriteriastatic StringgetCriteriaDescription(Teacher teacher, Long criteriaId) static TimeZonegetOperationCenterTimezone(BOOperationCenter operationCenter) static List<BOOperationCenter> Searches for operation centers based on the provided filter.
-
Field Details
-
operationCenterAssignmentCriteriaList
-
-
Method Details
-
getOperationCenterTimezone
-
getOperationCenterAssignmentCriteria
-
getLegacyOperationCenterAssignmentCriteria
public static List<BOOperationCenterAssignmentCriteria> getLegacyOperationCenterAssignmentCriteria() -
getCriteriaDescription
-
createOperationCenterAssignmentCriteria
protected static BOOperationCenterAssignmentCriteria createOperationCenterAssignmentCriteria(String code, Long id) -
searchOperationCenter
public static List<BOOperationCenter> searchOperationCenter(OperationCenterSearchFilter filter) throws DAValidateException, DAException Searches for operation centers based on the provided filter.- Parameters:
filter- the filter to apply for the search- Returns:
- a list of
BOOperationCenterobjects representing the operation centers - Throws:
DAException- if a data access error occursDAValidateException- if validation fails- Since:
- 21.0
-