Skip navigation links
Employee Rostering as a Service Shared 7.24.0.Final
A B C D E G H I M N O P R S T U V W 

A

AbstractPersistable - Class in org.optaweb.employeerostering.shared.common
 
AbstractPersistable() - Constructor for class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
AbstractPersistable(Integer) - Constructor for class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
AbstractPersistable(Long, Integer) - Constructor for class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
AbstractPersistable(AbstractPersistable) - Constructor for class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
AbstractRosterView - Class in org.optaweb.employeerostering.shared.roster.view
 
AbstractRosterView() - Constructor for class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
accept(ScoreDirector<Roster>, Shift) - Method in class org.optaweb.employeerostering.shared.shift.MovableShiftFilter
 
add(long, long, T) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
addContract(Integer, Contract) - Method in interface org.optaweb.employeerostering.shared.contract.ContractRestService
 
addContract(Integer, Contract) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
addContract(Integer, Contract, RestCallback<Contract>) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
addEmployee(Integer, Employee) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
addEmployee(Integer, Employee) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
addEmployee(Integer, Employee, RestCallback<Employee>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
addEmployeeAvailability(Integer, EmployeeAvailabilityView) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
addEmployeeAvailability(Integer, EmployeeAvailabilityView) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
addEmployeeAvailability(Integer, EmployeeAvailabilityView, RestCallback<EmployeeAvailabilityView>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
addShift(Integer, ShiftView) - Method in interface org.optaweb.employeerostering.shared.shift.ShiftRestService
 
addShift(Integer, ShiftView) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
addShift(Integer, ShiftView, RestCallback<ShiftView>) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
addShiftTemplate(Integer, ShiftTemplateView) - Method in interface org.optaweb.employeerostering.shared.rotation.RotationRestService
 
addShiftTemplate(Integer, ShiftTemplateView) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
addShiftTemplate(Integer, ShiftTemplateView, RestCallback<ShiftTemplateView>) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
addSkill(Integer, Skill) - Method in interface org.optaweb.employeerostering.shared.skill.SkillRestService
 
addSkill(Integer, Skill) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
addSkill(Integer, Skill, RestCallback<Skill>) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
addSpot(Integer, Spot) - Method in interface org.optaweb.employeerostering.shared.spot.SpotRestService
 
addSpot(Integer, Spot) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
addSpot(Integer, Spot, RestCallback<Spot>) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
addTenant(RosterState) - Method in interface org.optaweb.employeerostering.shared.tenant.TenantRestService
 
addTenant(RosterState) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
addTenant(RosterState, RestCallback<Tenant>) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
AdminRestService - Interface in org.optaweb.employeerostering.shared.admin
 
AdminRestServiceBuilder - Class in org.optaweb.employeerostering.shared.admin
Generated REST service builder for AdminRestService.
AvailabilityRosterView - Class in org.optaweb.employeerostering.shared.roster.view
 
AvailabilityRosterView() - Constructor for class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
AvailabilityRosterView(Integer) - Constructor for class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
AvailabilityRosterView(Integer, LocalDate, LocalDate) - Constructor for class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 

B

BoundaryPoint(long, boolean, UUID) - Constructor for class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 

C

compareTo(TimeSlotTable.BoundaryPoint) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 
ConstraintMatchView - Interface in org.optaweb.employeerostering.shared.violation
 
Contract - Class in org.optaweb.employeerostering.shared.contract
 
Contract() - Constructor for class org.optaweb.employeerostering.shared.contract.Contract
 
Contract(Integer, String) - Constructor for class org.optaweb.employeerostering.shared.contract.Contract
 
Contract(Integer, String, Integer, Integer, Integer, Integer) - Constructor for class org.optaweb.employeerostering.shared.contract.Contract
 
ContractMinutesViolation - Class in org.optaweb.employeerostering.shared.violation
 
ContractMinutesViolation() - Constructor for class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
ContractMinutesViolation(Employee, ContractMinutesViolation.Type, Long, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
ContractMinutesViolation.Type - Enum in org.optaweb.employeerostering.shared.violation
 
ContractRestService - Interface in org.optaweb.employeerostering.shared.contract
 
ContractRestServiceBuilder - Class in org.optaweb.employeerostering.shared.contract
Generated REST service builder for ContractRestService.
createShiftOnDate(LocalDate, int, ZoneId, boolean) - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 

D

DateTimeUtils - Class in org.optaweb.employeerostering.shared.common
 
DesiredTimeslotForEmployeeReward - Class in org.optaweb.employeerostering.shared.violation
 
DesiredTimeslotForEmployeeReward() - Constructor for class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
DesiredTimeslotForEmployeeReward(Shift, EmployeeAvailability, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
doTimeslotsIntersect(OffsetDateTime, OffsetDateTime, OffsetDateTime, OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.DateTimeUtils
 
doTimeslotsIntersect(LocalDate, OffsetTime, OffsetTime, OffsetDateTime, OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.DateTimeUtils
 

E

Employee - Class in org.optaweb.employeerostering.shared.employee
 
Employee() - Constructor for class org.optaweb.employeerostering.shared.employee.Employee
 
Employee(Integer, String, Contract, Set<Skill>) - Constructor for class org.optaweb.employeerostering.shared.employee.Employee
 
EmployeeAvailability - Class in org.optaweb.employeerostering.shared.employee
 
EmployeeAvailability() - Constructor for class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
EmployeeAvailability(Integer, Employee, OffsetDateTime, OffsetDateTime) - Constructor for class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
EmployeeAvailability(ZoneId, EmployeeAvailabilityView, Employee) - Constructor for class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
EmployeeAvailabilityState - Enum in org.optaweb.employeerostering.shared.employee
 
EmployeeAvailabilityView - Class in org.optaweb.employeerostering.shared.employee.view
 
EmployeeAvailabilityView() - Constructor for class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
EmployeeAvailabilityView(Integer, Employee, LocalDateTime, LocalDateTime, EmployeeAvailabilityState) - Constructor for class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
EmployeeAvailabilityView(ZoneId, EmployeeAvailability) - Constructor for class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
employeeIdToAvailabilityViewListMap - Variable in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
employeeIdToShiftViewListMap - Variable in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
employeeList - Variable in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
EmployeeRestService - Interface in org.optaweb.employeerostering.shared.employee
 
EmployeeRestServiceBuilder - Class in org.optaweb.employeerostering.shared.employee
Generated REST service builder for EmployeeRestService.
endDate - Variable in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
EPOCH - Static variable in interface org.optaweb.employeerostering.shared.common.HasTimeslot
 
equals(Object) - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
equals(Object) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 
equals(Object) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
equals(Object) - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
equals(Object) - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 

G

get(T) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
getAvailabilityRosterView(Integer, Integer, Integer, String, String) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
getAvailabilityRosterView(Integer, Integer, Integer, String, String) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getAvailabilityRosterView(Integer, Integer, Integer, String, String, RestCallback<AvailabilityRosterView>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getAvailabilityRosterViewFor(Integer, String, String, List<Employee>) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
getAvailabilityRosterViewFor(Integer, String, String, List<Employee>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getAvailabilityRosterViewFor(Integer, String, String, List<Employee>, RestCallback<AvailabilityRosterView>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getContract(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.contract.ContractRestService
 
getContract(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
getContract(Integer, Long, RestCallback<Contract>) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
getContract() - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
getContractList(Integer) - Method in interface org.optaweb.employeerostering.shared.contract.ContractRestService
 
getContractList(Integer) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
getContractList(Integer, RestCallback<List<Contract>>) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
getContractMinutesViolationPenaltyList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getCurrentAvailabilityRosterView(Integer, Integer, Integer) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
getCurrentAvailabilityRosterView(Integer, Integer, Integer) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getCurrentAvailabilityRosterView(Integer, Integer, Integer, RestCallback<AvailabilityRosterView>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getCurrentShiftRosterView(Integer, Integer, Integer) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
getCurrentShiftRosterView(Integer, Integer, Integer) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getCurrentShiftRosterView(Integer, Integer, Integer, RestCallback<ShiftRosterView>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getData() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
getDesiredTimeslotForEmployeeRewardList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getDesiredTimeSlotWeight() - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
getDraftLength() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getDuration() - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
getDurationBetweenReferenceAndStart() - Method in interface org.optaweb.employeerostering.shared.common.HasTimeslot
If the HasTimeslot is based on LocalDateTime, its reference will be HasTimeslot.EPOCH
getDurationBetweenReferenceAndStart() - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
getDurationBetweenReferenceAndStart() - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
getDurationBetweenReferenceAndStart() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getDurationBetweenRotationStartAndTemplateStart() - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
getDurationOfTimeslot() - Method in interface org.optaweb.employeerostering.shared.common.HasTimeslot
 
getDurationOfTimeslot() - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
getDurationOfTimeslot() - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
getDurationOfTimeslot() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getEmployee() - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
getEmployee(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
getEmployee(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
getEmployee(Integer, Long, RestCallback<Employee>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
getEmployee() - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
getEmployee() - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
getEmployeeAvailability() - Method in class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
getEmployeeAvailability() - Method in class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
getEmployeeAvailability() - Method in class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
getEmployeeAvailabilityList() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getEmployeeId() - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
getEmployeeId() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getEmployeeIdToAvailabilityViewListMap() - Method in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
getEmployeeIdToShiftViewListMap() - Method in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
getEmployeeList(Integer) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
getEmployeeList(Integer) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
getEmployeeList(Integer, RestCallback<List<Employee>>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
getEmployeeList() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getEmployeeList() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
getEmployeeList() - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
getEndDate() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
getEndDateTime() - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
getEndDateTime() - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
getEndDateTime() - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
getEndDateTime() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getEndDayOffset() - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
getEndPoint() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
getEndTime() - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
getExceptionCause() - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
getExceptionClass() - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
getExceptionMessage() - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
getFieldForName(String) - Static method in enum org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo.ServerSideExceptionInfoFields
 
getFirstDraftDate() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getFirstPublishedDate() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getFirstResultIndex() - Method in class org.optaweb.employeerostering.shared.roster.Pagination
 
getFirstUnplannedDate() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getGWTTime(LocalTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
getI18nKey() - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
getId() - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
getId() - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
getIndictmentScore() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getLastHistoricDate() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getLeftShift() - Method in class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
getLength() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
getMaximumMinutesPerDay() - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
getMaximumMinutesPerMonth() - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
getMaximumMinutesPerWeek() - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
getMaximumMinutesPerYear() - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
getMaximumMinutesWorked() - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
getMessageParameters() - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
getMinutesWorked() - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
getName() - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
getName() - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
getName() - Method in class org.optaweb.employeerostering.shared.skill.Skill
 
getName() - Method in class org.optaweb.employeerostering.shared.spot.Spot
 
getName() - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
getNumberOfItemsPerPage() - Method in class org.optaweb.employeerostering.shared.roster.Pagination
 
getOffsetInMinutes(LocalDate, ZoneOffset) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
getPageNumber() - Method in class org.optaweb.employeerostering.shared.roster.Pagination
 
getPosition() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 
getPublishDeadline() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getPublishedFromDate() - Method in class org.optaweb.employeerostering.shared.roster.PublishResult
 
getPublishedToDate() - Method in class org.optaweb.employeerostering.shared.roster.PublishResult
 
getPublishLength() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getPublishNotice() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getRequiredSkillSet() - Method in class org.optaweb.employeerostering.shared.spot.Spot
 
getRequiredSkillViolationList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getRightShift() - Method in class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
getRosterParametrization() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getRosterParametrization(Integer) - Method in interface org.optaweb.employeerostering.shared.tenant.TenantRestService
 
getRosterParametrization(Integer) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getRosterParametrization(Integer, RestCallback<RosterParametrization>) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getRosterState() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getRosterState(Integer) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
getRosterState(Integer) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getRosterState(Integer, RestCallback<RosterState>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getRosterState() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
getRotationEmployee() - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
getRotationEmployee() - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
getRotationEmployeeId() - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
getRotationEmployeeId() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getRotationEmployeeMatchWeight() - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
getRotationLength() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getRotationLength() - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
getRotationViolationPenaltyList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getScore() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getScore() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
getScore() - Method in interface org.optaweb.employeerostering.shared.violation.ConstraintMatchView
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.RequiredSkillViolation
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.RotationViolationPenalty
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.UnassignedShiftPenalty
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
getScore() - Method in class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
getShift(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.shift.ShiftRestService
 
getShift(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
getShift(Integer, Long, RestCallback<ShiftView>) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
getShift() - Method in class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
getShift() - Method in class org.optaweb.employeerostering.shared.violation.RequiredSkillViolation
 
getShift() - Method in class org.optaweb.employeerostering.shared.violation.RotationViolationPenalty
 
getShift() - Method in class org.optaweb.employeerostering.shared.violation.UnassignedShiftPenalty
 
getShift() - Method in class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
getShift() - Method in class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
getShiftEmployeeConflictList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getShiftList() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getShiftList(Integer) - Method in interface org.optaweb.employeerostering.shared.shift.ShiftRestService
 
getShiftList(Integer) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
getShiftList(Integer, RestCallback<List<ShiftView>>) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
getShiftRosterView(Integer, Integer, Integer, String, String) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
getShiftRosterView(Integer, Integer, Integer, String, String) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getShiftRosterView(Integer, Integer, Integer, String, String, RestCallback<ShiftRosterView>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getShiftRosterViewFor(Integer, String, String, List<Spot>) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
getShiftRosterViewFor(Integer, String, String, List<Spot>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getShiftRosterViewFor(Integer, String, String, List<Spot>, RestCallback<ShiftRosterView>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
getShiftTemplate(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.rotation.RotationRestService
 
getShiftTemplate(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
getShiftTemplate(Integer, Long, RestCallback<ShiftTemplateView>) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
getShiftTemplateDuration() - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
getShiftTemplateList(Integer) - Method in interface org.optaweb.employeerostering.shared.rotation.RotationRestService
 
getShiftTemplateList(Integer) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
getShiftTemplateList(Integer, RestCallback<List<ShiftTemplateView>>) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
getSkill(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.skill.SkillRestService
 
getSkill(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
getSkill(Integer, Long, RestCallback<Skill>) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
getSkillList() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getSkillList(Integer) - Method in interface org.optaweb.employeerostering.shared.skill.SkillRestService
 
getSkillList(Integer) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
getSkillList(Integer, RestCallback<List<Skill>>) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
getSkillProficiencySet() - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
getSpot() - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
getSpot() - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
getSpot(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.spot.SpotRestService
 
getSpot(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
getSpot(Integer, Long, RestCallback<Spot>) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
getSpotId() - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
getSpotId() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getSpotIdToShiftTemplateViewListMap() - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
getSpotIdToShiftViewListMap() - Method in class org.optaweb.employeerostering.shared.roster.view.ShiftRosterView
 
getSpotList() - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
getSpotList() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
getSpotList() - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
getSpotList(Integer) - Method in interface org.optaweb.employeerostering.shared.spot.SpotRestService
 
getSpotList(Integer) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
getSpotList(Integer, RestCallback<List<Spot>>) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
getStackTrace() - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
getStartDate() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
getStartDateTime() - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
getStartDateTime() - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
getStartDateTime() - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
getStartDateTime() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getStartDayOffset() - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
getStartPoint() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
getStartTime() - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
getState() - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
getState() - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
getSupportedTimezones() - Method in interface org.optaweb.employeerostering.shared.tenant.TenantRestService
 
getSupportedTimezones() - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getSupportedTimezones(RestCallback<List<ZoneId>>) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getTenant() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getTenant(Integer) - Method in interface org.optaweb.employeerostering.shared.tenant.TenantRestService
 
getTenant(Integer) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getTenant(Integer, RestCallback<Tenant>) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getTenantId() - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
getTenantId() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
getTenantId() - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
getTenantList() - Method in interface org.optaweb.employeerostering.shared.tenant.TenantRestService
 
getTenantList() - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getTenantList(RestCallback<List<Tenant>>) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
getTimeSlotsAsGrid() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
getTimeSlotsAsGrid(long, long) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
getTimeZone() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getType() - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
getTypeForViolation(String) - Static method in enum org.optaweb.employeerostering.shared.violation.ContractMinutesViolation.Type
 
getUnassignedShiftPenaltyList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getUnassignedShiftViewList() - Method in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
getUnavailableEmployeeViolationList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getUndesiredTimeslotForEmployeePenaltyList() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
getUndesiredTimeSlotWeight() - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
getUnplannedRotationOffset() - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
getUUID() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 
getUUID() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
getVersion() - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
getVersion() - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
getWeekStartDay() - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
GwtJavaTimeWorkaroundUtil - Class in org.optaweb.employeerostering.shared.common
 
GwtJavaTimeWorkaroundUtil() - Constructor for class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 

H

hashCode() - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
hashCode() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 
hashCode() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
hashCode() - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
hashCode() - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
hasSkill(Skill) - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
hasSkills(Collection<Skill>) - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
HasTimeslot - Interface in org.optaweb.employeerostering.shared.common
 

I

id - Variable in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
id - Variable in class org.optaweb.employeerostering.shared.tenant.Tenant
 
inTimeZone(ZoneId) - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
inTimeZone(ZoneId) - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
isDraft(OffsetDateTime) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isDraft(LocalDateTime) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isDraft(Shift) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isDraft(HasTimeslot) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isEndPoint() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 
isHistoric(OffsetDateTime) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isHistoric(LocalDateTime) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isHistoric(Shift) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isHistoric(HasTimeslot) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isOnFirstPage() - Method in class org.optaweb.employeerostering.shared.roster.Pagination
 
isPinnedByUser() - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
isPinnedByUser() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
isPublished(OffsetDateTime) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isPublished(LocalDateTime) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isPublished(Shift) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isPublished(HasTimeslot) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
isStartPoint() - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable.BoundaryPoint
 
isValid() - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
isValid() - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 

M

MovableShiftFilter - Class in org.optaweb.employeerostering.shared.shift
 
MovableShiftFilter() - Constructor for class org.optaweb.employeerostering.shared.shift.MovableShiftFilter
 

N

nextPage() - Method in class org.optaweb.employeerostering.shared.roster.Pagination
 

O

of(Integer, Integer) - Static method in class org.optaweb.employeerostering.shared.roster.Pagination
 
offsetDateTimeToISO(OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
org.optaweb.employeerostering.shared.admin - package org.optaweb.employeerostering.shared.admin
 
org.optaweb.employeerostering.shared.common - package org.optaweb.employeerostering.shared.common
 
org.optaweb.employeerostering.shared.contract - package org.optaweb.employeerostering.shared.contract
 
org.optaweb.employeerostering.shared.employee - package org.optaweb.employeerostering.shared.employee
 
org.optaweb.employeerostering.shared.employee.view - package org.optaweb.employeerostering.shared.employee.view
 
org.optaweb.employeerostering.shared.exception - package org.optaweb.employeerostering.shared.exception
 
org.optaweb.employeerostering.shared.roster - package org.optaweb.employeerostering.shared.roster
 
org.optaweb.employeerostering.shared.roster.view - package org.optaweb.employeerostering.shared.roster.view
 
org.optaweb.employeerostering.shared.rotation - package org.optaweb.employeerostering.shared.rotation
 
org.optaweb.employeerostering.shared.rotation.view - package org.optaweb.employeerostering.shared.rotation.view
 
org.optaweb.employeerostering.shared.shift - package org.optaweb.employeerostering.shared.shift
 
org.optaweb.employeerostering.shared.shift.view - package org.optaweb.employeerostering.shared.shift.view
 
org.optaweb.employeerostering.shared.skill - package org.optaweb.employeerostering.shared.skill
 
org.optaweb.employeerostering.shared.spot - package org.optaweb.employeerostering.shared.spot
 
org.optaweb.employeerostering.shared.tenant - package org.optaweb.employeerostering.shared.tenant
 
org.optaweb.employeerostering.shared.violation - package org.optaweb.employeerostering.shared.violation
 

P

Pagination - Class in org.optaweb.employeerostering.shared.roster
 
previousPage() - Method in class org.optaweb.employeerostering.shared.roster.Pagination
 
publishAndProvision(Integer) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
publishAndProvision(Integer) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
publishAndProvision(Integer, RestCallback<PublishResult>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
PublishResult - Class in org.optaweb.employeerostering.shared.roster
 
PublishResult() - Constructor for class org.optaweb.employeerostering.shared.roster.PublishResult
 
PublishResult(LocalDate, LocalDate) - Constructor for class org.optaweb.employeerostering.shared.roster.PublishResult
 

R

remove(TimeSlotTable.TimeSlot<T>) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
remove(UUID) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
remove(long, long) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
removeContract(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.contract.ContractRestService
 
removeContract(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
removeContract(Integer, Long, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
removeEmployee(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
removeEmployee(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
removeEmployee(Integer, Long, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
removeEmployeeAvailability(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
removeEmployeeAvailability(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
removeEmployeeAvailability(Integer, Long, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
removeShift(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.shift.ShiftRestService
 
removeShift(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
removeShift(Integer, Long, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
removeShiftTemplate(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.rotation.RotationRestService
 
removeShiftTemplate(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
removeShiftTemplate(Integer, Long, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
removeSkill(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.skill.SkillRestService
 
removeSkill(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
removeSkill(Integer, Long, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
removeSpot(Integer, Long) - Method in interface org.optaweb.employeerostering.shared.spot.SpotRestService
 
removeSpot(Integer, Long) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
removeSpot(Integer, Long, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
removeTenant(Integer) - Method in interface org.optaweb.employeerostering.shared.tenant.TenantRestService
 
removeTenant(Integer) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
removeTenant(Integer, RestCallback<Boolean>) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
RequiredSkillViolation - Class in org.optaweb.employeerostering.shared.violation
 
RequiredSkillViolation() - Constructor for class org.optaweb.employeerostering.shared.violation.RequiredSkillViolation
 
RequiredSkillViolation(Shift, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.RequiredSkillViolation
 
resetApplication(ZoneId) - Method in interface org.optaweb.employeerostering.shared.admin.AdminRestService
 
resetApplication(ZoneId) - Static method in class org.optaweb.employeerostering.shared.admin.AdminRestServiceBuilder
 
resetApplication(ZoneId, RestCallback<Void>) - Static method in class org.optaweb.employeerostering.shared.admin.AdminRestServiceBuilder
 
Roster - Class in org.optaweb.employeerostering.shared.roster
 
Roster() - Constructor for class org.optaweb.employeerostering.shared.roster.Roster
 
Roster(Long, Integer, List<Skill>, List<Spot>, List<Employee>, List<EmployeeAvailability>, RosterParametrization, RosterState, List<Shift>) - Constructor for class org.optaweb.employeerostering.shared.roster.Roster
 
RosterParametrization - Class in org.optaweb.employeerostering.shared.tenant
 
RosterParametrization() - Constructor for class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
RosterParametrization(Integer, Integer, Integer, Integer, DayOfWeek) - Constructor for class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
RosterRestService - Interface in org.optaweb.employeerostering.shared.roster
 
RosterRestServiceBuilder - Class in org.optaweb.employeerostering.shared.roster
Generated REST service builder for RosterRestService.
RosterState - Class in org.optaweb.employeerostering.shared.roster
 
RosterState() - Constructor for class org.optaweb.employeerostering.shared.roster.RosterState
 
RosterState(Integer, Integer, LocalDate, Integer, Integer, Integer, Integer, LocalDate, ZoneId) - Constructor for class org.optaweb.employeerostering.shared.roster.RosterState
 
rosterState - Variable in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
RotationRestService - Interface in org.optaweb.employeerostering.shared.rotation
 
RotationRestServiceBuilder - Class in org.optaweb.employeerostering.shared.rotation
Generated REST service builder for RotationRestService.
RotationView - Class in org.optaweb.employeerostering.shared.rotation.view
 
RotationView() - Constructor for class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
RotationViolationPenalty - Class in org.optaweb.employeerostering.shared.violation
 
RotationViolationPenalty() - Constructor for class org.optaweb.employeerostering.shared.violation.RotationViolationPenalty
 
RotationViolationPenalty(Shift, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.RotationViolationPenalty
 

S

sameWeek(DayOfWeek, OffsetDateTime, OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.DateTimeUtils
 
ServerSideExceptionInfo - Class in org.optaweb.employeerostering.shared.exception
 
ServerSideExceptionInfo() - Constructor for class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
ServerSideExceptionInfo(String, String, List<String>, String, List<String>, ServerSideExceptionInfo) - Constructor for class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
ServerSideExceptionInfo(Throwable, String, String...) - Constructor for class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
ServerSideExceptionInfo.ServerSideExceptionInfoFields - Enum in org.optaweb.employeerostering.shared.exception
 
setContract(Contract) - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
setContractMinutesViolationPenaltyList(List<ContractMinutesViolation>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setDesiredTimeslotForEmployeeRewardList(List<DesiredTimeslotForEmployeeReward>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setDesiredTimeSlotWeight(Integer) - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
setDraftLength(Integer) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setDurationBetweenRotationStartAndTemplateStart(Duration) - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
setEmployee(Employee) - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
setEmployee(Employee) - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
setEmployee(Employee) - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
setEmployeeAvailability(EmployeeAvailability) - Method in class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
setEmployeeAvailability(EmployeeAvailability) - Method in class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
setEmployeeAvailability(EmployeeAvailability) - Method in class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
setEmployeeAvailabilityList(List<EmployeeAvailability>) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setEmployeeId(Long) - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
setEmployeeId(Long) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setEmployeeIdToAvailabilityViewListMap(Map<Long, List<EmployeeAvailabilityView>>) - Method in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
setEmployeeIdToShiftViewListMap(Map<Long, List<ShiftView>>) - Method in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
setEmployeeList(List<Employee>) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setEmployeeList(List<Employee>) - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
setEmployeeList(List<Employee>) - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
setEndDate(LocalDate) - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
setEndDateTime(OffsetDateTime) - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
setEndDateTime(LocalDateTime) - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
setEndDateTime(OffsetDateTime) - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
setEndDateTime(LocalDateTime) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setEndDayOffset(Integer) - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
setEndTime(LocalTime) - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
setExceptionCause(ServerSideExceptionInfo) - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
setExceptionClass(String) - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
setExceptionMessage(String) - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
setFirstDraftDate(LocalDate) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setI18nKey(String) - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
setId(Long) - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
Should
setId(Integer) - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
setIndictmentScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setLastHistoricDate(LocalDate) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setLeftShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
setMaximumMinutesPerDay(Integer) - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
setMaximumMinutesPerMonth(Integer) - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
setMaximumMinutesPerWeek(Integer) - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
setMaximumMinutesPerYear(Integer) - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
setMessageParameters(List<String>) - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
setMinutesWorked(Long) - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
setName(String) - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
setName(String) - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
setName(String) - Method in class org.optaweb.employeerostering.shared.skill.Skill
 
setName(String) - Method in class org.optaweb.employeerostering.shared.spot.Spot
 
setName(String) - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
setPinnedByUser(boolean) - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
setPinnedByUser(boolean) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setPublishedFromDate(LocalDate) - Method in class org.optaweb.employeerostering.shared.roster.PublishResult
 
setPublishedToDate(LocalDate) - Method in class org.optaweb.employeerostering.shared.roster.PublishResult
 
setPublishNotice(Integer) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setRequiredSkillSet(Set<Skill>) - Method in class org.optaweb.employeerostering.shared.spot.Spot
 
setRequiredSkillViolationList(List<RequiredSkillViolation>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setRightShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
setRosterParametrization(RosterParametrization) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setRosterState(RosterState) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setRosterState(RosterState) - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
setRotationEmployee(Employee) - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
setRotationEmployee(Employee) - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
setRotationEmployeeId(Long) - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
setRotationEmployeeId(Long) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setRotationEmployeeMatchWeight(Integer) - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
setRotationLength(Integer) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setRotationLength(Integer) - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
setRotationViolationPenaltyList(List<RotationViolationPenalty>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.RequiredSkillViolation
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.RotationViolationPenalty
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.UnassignedShiftPenalty
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
setScore(HardMediumSoftLongScore) - Method in class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
setShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.DesiredTimeslotForEmployeeReward
 
setShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.RequiredSkillViolation
 
setShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.RotationViolationPenalty
 
setShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.UnassignedShiftPenalty
 
setShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
setShift(Shift) - Method in class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
setShiftEmployeeConflictList(List<ShiftEmployeeConflict>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setShiftList(List<Shift>) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setShiftTemplateDuration(Duration) - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
setSkillList(List<Skill>) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setSkillProficiencySet(Set<Skill>) - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
setSpot(Spot) - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
setSpot(Spot) - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
setSpotId(Long) - Method in class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
setSpotId(Long) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setSpotIdToShiftTemplateViewListMap(Map<Long, List<ShiftTemplateView>>) - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
setSpotIdToShiftViewListMap(Map<Long, List<ShiftView>>) - Method in class org.optaweb.employeerostering.shared.roster.view.ShiftRosterView
 
setSpotList(List<Spot>) - Method in class org.optaweb.employeerostering.shared.roster.Roster
 
setSpotList(List<Spot>) - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
setSpotList(List<Spot>) - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
setStackTrace(List<String>) - Method in class org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo
 
setStartDate(LocalDate) - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
setStartDateTime(OffsetDateTime) - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
setStartDateTime(LocalDateTime) - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
setStartDateTime(OffsetDateTime) - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
setStartDateTime(LocalDateTime) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setStartDayOffset(Integer) - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
setStartTime(LocalTime) - Method in class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
setState(EmployeeAvailabilityState) - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
setState(EmployeeAvailabilityState) - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
setTenant(Tenant) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setTenantId(Integer) - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
setTenantId(Integer) - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
setTenantId(Integer) - Method in class org.optaweb.employeerostering.shared.rotation.view.RotationView
 
setTimeZone(ZoneId) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setType(ContractMinutesViolation.Type) - Method in class org.optaweb.employeerostering.shared.violation.ContractMinutesViolation
 
setUnassignedShiftPenaltyList(List<UnassignedShiftPenalty>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setUnassignedShiftViewList(List<ShiftView>) - Method in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
setUnavailableEmployeeViolationList(List<UnavailableEmployeeViolation>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setUndesiredTimeslotForEmployeePenaltyList(List<UndesiredTimeslotForEmployeePenalty>) - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
setUndesiredTimeSlotWeight(Integer) - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
setUnplannedRotationOffset(Integer) - Method in class org.optaweb.employeerostering.shared.roster.RosterState
 
setVersion(Long) - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
setVersion(Long) - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
setWeekStartDay(DayOfWeek) - Method in class org.optaweb.employeerostering.shared.tenant.RosterParametrization
 
Shift - Class in org.optaweb.employeerostering.shared.shift
 
Shift() - Constructor for class org.optaweb.employeerostering.shared.shift.Shift
 
Shift(Integer, Spot, OffsetDateTime, OffsetDateTime) - Constructor for class org.optaweb.employeerostering.shared.shift.Shift
 
Shift(Integer, Spot, OffsetDateTime, OffsetDateTime, Employee) - Constructor for class org.optaweb.employeerostering.shared.shift.Shift
 
Shift(ZoneId, ShiftView, Spot) - Constructor for class org.optaweb.employeerostering.shared.shift.Shift
 
Shift(ZoneId, ShiftView, Spot, Employee) - Constructor for class org.optaweb.employeerostering.shared.shift.Shift
 
ShiftEmployeeConflict - Class in org.optaweb.employeerostering.shared.violation
 
ShiftEmployeeConflict() - Constructor for class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
ShiftEmployeeConflict(Shift, Shift, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.ShiftEmployeeConflict
 
ShiftRestService - Interface in org.optaweb.employeerostering.shared.shift
 
ShiftRestServiceBuilder - Class in org.optaweb.employeerostering.shared.shift
Generated REST service builder for ShiftRestService.
ShiftRosterView - Class in org.optaweb.employeerostering.shared.roster.view
 
ShiftRosterView() - Constructor for class org.optaweb.employeerostering.shared.roster.view.ShiftRosterView
 
ShiftRosterView(Integer) - Constructor for class org.optaweb.employeerostering.shared.roster.view.ShiftRosterView
 
ShiftRosterView(Integer, LocalDate, LocalDate) - Constructor for class org.optaweb.employeerostering.shared.roster.view.ShiftRosterView
 
ShiftTemplate - Class in org.optaweb.employeerostering.shared.rotation
 
ShiftTemplate() - Constructor for class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
ShiftTemplate(Integer, Spot, int, LocalTime, int, LocalTime) - Constructor for class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
ShiftTemplate(Integer, Spot, int, LocalTime, int, LocalTime, Employee) - Constructor for class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
ShiftTemplate(Integer, ShiftTemplateView, Spot, Employee) - Constructor for class org.optaweb.employeerostering.shared.rotation.ShiftTemplate
 
ShiftTemplateView - Class in org.optaweb.employeerostering.shared.rotation.view
 
ShiftTemplateView() - Constructor for class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
ShiftTemplateView(Integer, ShiftTemplate) - Constructor for class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
ShiftTemplateView(Integer, Long, Duration, Duration, Long) - Constructor for class org.optaweb.employeerostering.shared.rotation.view.ShiftTemplateView
 
ShiftView - Class in org.optaweb.employeerostering.shared.shift.view
 
ShiftView() - Constructor for class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
ShiftView(Integer, Spot, LocalDateTime, LocalDateTime) - Constructor for class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
ShiftView(Integer, Spot, LocalDateTime, LocalDateTime, Employee) - Constructor for class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
ShiftView(ZoneId, Shift) - Constructor for class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
ShiftView(ZoneId, Shift, List<RequiredSkillViolation>, List<UnavailableEmployeeViolation>, List<ShiftEmployeeConflict>, List<DesiredTimeslotForEmployeeReward>, List<UndesiredTimeslotForEmployeePenalty>, List<RotationViolationPenalty>, List<UnassignedShiftPenalty>, List<ContractMinutesViolation>, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
Skill - Class in org.optaweb.employeerostering.shared.skill
 
Skill() - Constructor for class org.optaweb.employeerostering.shared.skill.Skill
 
Skill(Integer, String) - Constructor for class org.optaweb.employeerostering.shared.skill.Skill
 
SkillRestService - Interface in org.optaweb.employeerostering.shared.skill
 
SkillRestServiceBuilder - Class in org.optaweb.employeerostering.shared.skill
Generated REST service builder for SkillRestService.
solveRoster(Integer) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
solveRoster(Integer) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
solveRoster(Integer, RestCallback<Void>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
Spot - Class in org.optaweb.employeerostering.shared.spot
 
Spot() - Constructor for class org.optaweb.employeerostering.shared.spot.Spot
 
Spot(Integer, String, Set<Skill>) - Constructor for class org.optaweb.employeerostering.shared.spot.Spot
 
spotIdToShiftViewListMap - Variable in class org.optaweb.employeerostering.shared.roster.view.ShiftRosterView
 
spotList - Variable in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
SpotRestService - Interface in org.optaweb.employeerostering.shared.spot
 
SpotRestServiceBuilder - Class in org.optaweb.employeerostering.shared.spot
Generated REST service builder for SpotRestService.
startDate - Variable in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 

T

Tenant - Class in org.optaweb.employeerostering.shared.tenant
 
Tenant() - Constructor for class org.optaweb.employeerostering.shared.tenant.Tenant
 
Tenant(String) - Constructor for class org.optaweb.employeerostering.shared.tenant.Tenant
 
tenantId - Variable in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
tenantId - Variable in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
TenantRestService - Interface in org.optaweb.employeerostering.shared.tenant
 
TenantRestServiceBuilder - Class in org.optaweb.employeerostering.shared.tenant
Generated REST service builder for TenantRestService.
terminateRosterEarly(Integer) - Method in interface org.optaweb.employeerostering.shared.roster.RosterRestService
 
terminateRosterEarly(Integer) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
terminateRosterEarly(Integer, RestCallback<Void>) - Static method in class org.optaweb.employeerostering.shared.roster.RosterRestServiceBuilder
 
TimeSlot(TimeSlotTable.BoundaryPoint, TimeSlotTable.BoundaryPoint, T) - Constructor for class org.optaweb.employeerostering.shared.common.TimeSlotTable.TimeSlot
 
TimeSlotTable<T> - Class in org.optaweb.employeerostering.shared.common
 
TimeSlotTable() - Constructor for class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
TimeSlotTable.BoundaryPoint - Class in org.optaweb.employeerostering.shared.common
 
TimeSlotTable.TimeSlot<T> - Class in org.optaweb.employeerostering.shared.common
 
toDate(OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toDate(LocalDateTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toDateAsLocalTime(OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toLocalDate(OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toLocalDateTime(OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toLocalDateTimeInZone(OffsetDateTime, ZoneId) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toLocalTime(OffsetDateTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toLocalTime(OffsetTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toOffsetDateTime(LocalDate, OffsetTime) - Static method in class org.optaweb.employeerostering.shared.common.GwtJavaTimeWorkaroundUtil
 
toString() - Method in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
toString() - Method in class org.optaweb.employeerostering.shared.contract.Contract
 
toString() - Method in class org.optaweb.employeerostering.shared.employee.Employee
 
toString() - Method in class org.optaweb.employeerostering.shared.employee.EmployeeAvailability
 
toString() - Method in class org.optaweb.employeerostering.shared.employee.view.EmployeeAvailabilityView
 
toString() - Method in class org.optaweb.employeerostering.shared.roster.view.AbstractRosterView
 
toString() - Method in class org.optaweb.employeerostering.shared.shift.Shift
 
toString() - Method in class org.optaweb.employeerostering.shared.shift.view.ShiftView
 
toString() - Method in class org.optaweb.employeerostering.shared.skill.Skill
 
toString() - Method in class org.optaweb.employeerostering.shared.spot.Spot
 
toString() - Method in class org.optaweb.employeerostering.shared.tenant.Tenant
 
toString() - Method in enum org.optaweb.employeerostering.shared.violation.ContractMinutesViolation.Type
 

U

UnassignedShiftPenalty - Class in org.optaweb.employeerostering.shared.violation
 
UnassignedShiftPenalty() - Constructor for class org.optaweb.employeerostering.shared.violation.UnassignedShiftPenalty
 
UnassignedShiftPenalty(Shift, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.UnassignedShiftPenalty
 
unassignedShiftViewList - Variable in class org.optaweb.employeerostering.shared.roster.view.AvailabilityRosterView
 
UnavailableEmployeeViolation - Class in org.optaweb.employeerostering.shared.violation
 
UnavailableEmployeeViolation() - Constructor for class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
UnavailableEmployeeViolation(Shift, EmployeeAvailability, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.UnavailableEmployeeViolation
 
UndesiredTimeslotForEmployeePenalty - Class in org.optaweb.employeerostering.shared.violation
 
UndesiredTimeslotForEmployeePenalty() - Constructor for class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
UndesiredTimeslotForEmployeePenalty(Shift, EmployeeAvailability, HardMediumSoftLongScore) - Constructor for class org.optaweb.employeerostering.shared.violation.UndesiredTimeslotForEmployeePenalty
 
update(UUID, T) - Method in class org.optaweb.employeerostering.shared.common.TimeSlotTable
 
updateContract(Integer, Contract) - Method in interface org.optaweb.employeerostering.shared.contract.ContractRestService
 
updateContract(Integer, Contract) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
updateContract(Integer, Contract, RestCallback<Contract>) - Static method in class org.optaweb.employeerostering.shared.contract.ContractRestServiceBuilder
 
updateEmployee(Integer, Employee) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
updateEmployee(Integer, Employee) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
updateEmployee(Integer, Employee, RestCallback<Employee>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
updateEmployeeAvailability(Integer, EmployeeAvailabilityView) - Method in interface org.optaweb.employeerostering.shared.employee.EmployeeRestService
 
updateEmployeeAvailability(Integer, EmployeeAvailabilityView) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
updateEmployeeAvailability(Integer, EmployeeAvailabilityView, RestCallback<EmployeeAvailabilityView>) - Static method in class org.optaweb.employeerostering.shared.employee.EmployeeRestServiceBuilder
 
updateRosterParametrization(RosterParametrization) - Method in interface org.optaweb.employeerostering.shared.tenant.TenantRestService
 
updateRosterParametrization(RosterParametrization) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
updateRosterParametrization(RosterParametrization, RestCallback<RosterParametrization>) - Static method in class org.optaweb.employeerostering.shared.tenant.TenantRestServiceBuilder
 
updateShift(Integer, ShiftView) - Method in interface org.optaweb.employeerostering.shared.shift.ShiftRestService
 
updateShift(Integer, ShiftView) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
updateShift(Integer, ShiftView, RestCallback<ShiftView>) - Static method in class org.optaweb.employeerostering.shared.shift.ShiftRestServiceBuilder
 
updateShiftTemplate(Integer, ShiftTemplateView) - Method in interface org.optaweb.employeerostering.shared.rotation.RotationRestService
 
updateShiftTemplate(Integer, ShiftTemplateView) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
updateShiftTemplate(Integer, ShiftTemplateView, RestCallback<ShiftTemplateView>) - Static method in class org.optaweb.employeerostering.shared.rotation.RotationRestServiceBuilder
 
updateSkill(Integer, Skill) - Method in interface org.optaweb.employeerostering.shared.skill.SkillRestService
 
updateSkill(Integer, Skill) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
updateSkill(Integer, Skill, RestCallback<Skill>) - Static method in class org.optaweb.employeerostering.shared.skill.SkillRestServiceBuilder
 
updateSpot(Integer, Spot) - Method in interface org.optaweb.employeerostering.shared.spot.SpotRestService
 
updateSpot(Integer, Spot) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 
updateSpot(Integer, Spot, RestCallback<Spot>) - Static method in class org.optaweb.employeerostering.shared.spot.SpotRestServiceBuilder
 

V

valueOf(String) - Static method in enum org.optaweb.employeerostering.shared.employee.EmployeeAvailabilityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo.ServerSideExceptionInfoFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.optaweb.employeerostering.shared.violation.ContractMinutesViolation.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.optaweb.employeerostering.shared.employee.EmployeeAvailabilityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.optaweb.employeerostering.shared.exception.ServerSideExceptionInfo.ServerSideExceptionInfoFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.optaweb.employeerostering.shared.violation.ContractMinutesViolation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.optaweb.employeerostering.shared.common.AbstractPersistable
 
version - Variable in class org.optaweb.employeerostering.shared.tenant.Tenant
 

W

withNumberOfItemsPerPage(Integer) - Method in class org.optaweb.employeerostering.shared.roster.Pagination
 
A B C D E G H I M N O P R S T U V W 
Skip navigation links
Employee Rostering as a Service Shared 7.24.0.Final

Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.