Package com.bytedesk.service.worktime
Class WorktimeSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<WorktimeEntity,WorktimeRequest>
com.bytedesk.service.worktime.WorktimeSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorktimeEntity>
search
(WorktimeRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
WorktimeSpecification
public WorktimeSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<WorktimeEntity> search(WorktimeRequest request, AuthService authService)
-