Class AbstractRestService
- java.lang.Object
-
- org.optaweb.employeerostering.service.common.AbstractRestService
-
- Direct Known Subclasses:
ContractService,EmployeeService,RosterService,RotationService,ShiftService,SkillService,SpotService,TenantService
public class AbstractRestService extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractRestService(javax.validation.Validator validator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidvalidateBean(Integer tenantId, AbstractPersistable persistable)
-
-
-
Method Detail
-
validateBean
protected void validateBean(Integer tenantId, AbstractPersistable persistable)
-
-