Bitrix API

ShiftPlanRepository

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

Methods

findActiveByComplexId()

public findActiveByComplexId(mixed $shiftId, mixed $userId, Date $dateAssigned) : ShiftPlan|null
Parameters
$shiftId : mixed
$userId : mixed
$dateAssigned : Date
Tags
throws
ArgumentException
throws
SystemException
Return values
ShiftPlan|null

findActiveById()

public findActiveById(mixed $id[, mixed $select = [] ][, mixed $filter = null ]) : ShiftPlan|null
Parameters
$id : mixed
$select : mixed = []
$filter : mixed = null
Tags
throws
ArgumentException
throws
SystemException
Return values
ShiftPlan|null

findByComplexId()

public findByComplexId(mixed $shiftId, mixed $userId, mixed $dateAssigned) : ShiftPlan|null
Parameters
$shiftId : mixed
$userId : mixed
$dateAssigned : mixed
Tags
throws
ArgumentException
throws
SystemException
Return values
ShiftPlan|null

findUserIdsByShiftIds()

public findUserIdsByShiftIds(mixed $shiftIds) : mixed
Parameters
$shiftIds : mixed

getActivePlansQuery()

public getActivePlansQuery() : EO_ShiftPlan_Query
Tags
throws
ArgumentException
throws
SystemException
Return values
EO_ShiftPlan_Query

updateAll()

public updateAll(mixed $idList, mixed $params) : mixed
Parameters
$idList : mixed
$params : mixed

        
On this page

Search results