Class WorkCyclePermits
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.permits.workcycle.WorkCyclePermits
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllPermit(Set<Long> permitTypes, PoolKit poolKit) addStructurePermit(Long permitTypeId, Long workCycleStructureId, PoolKit pk) protected voiddeleteWorkCyclePermitTypeRel(Long permitTypeId, PoolKit pk) getStructurePermits(Long workCycleStructureId) voidremoveAllPermit(PoolKit poolKit) voidremovePermit(Long permitTypeId, PoolKit pk) voidremoveStructurePermit(Long permitTypeId, Long workCycleStructureId, PoolKit pk) voidsetCompanyId(Long companyId) voidsetPermits(List<BOPermitType> permits) voidsetStructurePermits(List<WorkCycleStructurePermits> structurePermits) voidsetWorkCycleId(Long workCycleId) Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Field Details
-
workCycleId
-
companyId
-
-
Constructor Details
-
WorkCyclePermits
public WorkCyclePermits()
-
-
Method Details
-
getWorkCycleId
-
setWorkCycleId
-
getCompanyId
-
setCompanyId
-
getPermits
-
setPermits
-
getStructurePermits
-
setStructurePermits
-
addPermit
- Throws:
DAExceptionDAValidateException
-
removeAllPermit
- Throws:
DAExceptionDAValidateException
-
addAllPermit
public void addAllPermit(Set<Long> permitTypes, PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
removePermit
- Throws:
DAExceptionDAValidateException
-
deleteWorkCyclePermitTypeRel
protected void deleteWorkCyclePermitTypeRel(Long permitTypeId, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
addStructurePermit
public Long addStructurePermit(Long permitTypeId, Long workCycleStructureId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
removeStructurePermit
public void removeStructurePermit(Long permitTypeId, Long workCycleStructureId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getAllPermits
-
getStructurePermits
-