Table of Contents
Methods
-
findActiveByComplexId()
: ShiftPlan|null
-
findActiveById()
: ShiftPlan|null
-
findActiveByRecord()
: ShiftPlan|null
-
findAllActive()
: ShiftPlanCollection
-
findAllByUserDates()
: ShiftPlanCollection
-
findByComplexId()
: ShiftPlan|null
-
findUserIdsByShiftIds()
: mixed
-
getActivePlansQuery()
: EO_ShiftPlan_Query
-
save()
: AddResult|Result|UpdateResult
-
updateAll()
: mixed
findActiveByComplexId()
public
findActiveByComplexId(mixed $shiftId, mixed $userId, mixed $dateAssigned) : ShiftPlan|null
Parameters
-
$shiftId
: mixed
-
-
$userId
: mixed
-
-
$dateAssigned
: mixed
-
findActiveById()
public
findActiveById(mixed $id[, mixed $select = [] ][, mixed $filter = null ]) : ShiftPlan|null
Parameters
-
$id
: mixed
-
-
$select
: mixed
= []
-
-
$filter
: mixed
= null
-
-
throws
-
ArgumentException
-
throws
-
SystemException
findActiveByRecord()
public
findActiveByRecord(WorktimeRecord $record) : ShiftPlan|null
Parameters
-
$record
: WorktimeRecord
-
-
throws
-
ArgumentException
-
throws
-
ObjectException
-
throws
-
SystemException
findAllActive()
public
findAllActive([mixed $select = [] ][, mixed $filter = null ]) : ShiftPlanCollection
Parameters
-
$select
: mixed
= []
-
-
$filter
: mixed
= null
-
-
throws
-
ArgumentException
-
throws
-
SystemException
findAllByUserDates()
public
findAllByUserDates(mixed $userId, Date $dateFrom, Date $dateTo[, mixed $shiftIdExcept = null ]) : ShiftPlanCollection
Parameters
-
$userId
: mixed
-
-
$dateFrom
: Date
-
-
$dateTo
: Date
-
-
$shiftIdExcept
: mixed
= null
-
findByComplexId()
public
findByComplexId(mixed $shiftId, mixed $userId, mixed $dateAssigned) : ShiftPlan|null
Parameters
-
$shiftId
: mixed
-
-
$userId
: mixed
-
-
$dateAssigned
: mixed
-
-
throws
-
ArgumentException
-
throws
-
SystemException
findUserIdsByShiftIds()
public
findUserIdsByShiftIds(mixed $shiftIds) : mixed
Parameters
-
$shiftIds
: mixed
-
getActivePlansQuery()
public
getActivePlansQuery() : EO_ShiftPlan_Query
-
throws
-
ArgumentException
-
throws
-
SystemException
Return values
EO_ShiftPlan_Query
save()
public
save(mixed $shiftPlan) : AddResult|Result|UpdateResult
Parameters
-
$shiftPlan
: mixed
-
updateAll()
public
updateAll(mixed $idList, mixed $params) : mixed
Parameters
-
$idList
: mixed
-
-
$params
: mixed
-