BacklogService implements Errorable
Table of Contents
Interfaces
- Errorable
Constants
- ERROR_COULD_NOT_ADD_BACKLOG = 'TASKS_BS_01'
- ERROR_COULD_NOT_READ_BACKLOG = 'TASKS_BS_02'
- ERROR_COULD_NOT_UPDATE_BACKLOG = 'TASKS_BS_03'
Methods
- __construct() : mixed
- changeBacklog() : bool
- createBacklog() : EntityForm
- getBacklogByGroupId() : EntityForm
- Returns an object with backlog data by scrum group id.
- getErrorByCode() : mixed
- getErrors() : mixed
Constants
ERROR_COULD_NOT_ADD_BACKLOG
public
mixed
ERROR_COULD_NOT_ADD_BACKLOG
= 'TASKS_BS_01'
ERROR_COULD_NOT_READ_BACKLOG
public
mixed
ERROR_COULD_NOT_READ_BACKLOG
= 'TASKS_BS_02'
ERROR_COULD_NOT_UPDATE_BACKLOG
public
mixed
ERROR_COULD_NOT_UPDATE_BACKLOG
= 'TASKS_BS_03'
Methods
__construct()
public
__construct() : mixed
changeBacklog()
public
changeBacklog(EntityForm $backlog) : bool
Parameters
- $backlog : EntityForm
Return values
boolcreateBacklog()
public
createBacklog(EntityForm $backlog) : EntityForm
Parameters
- $backlog : EntityForm
Return values
EntityFormgetBacklogByGroupId()
Returns an object with backlog data by scrum group id.
public
getBacklogByGroupId(int $groupId) : EntityForm
Parameters
- $groupId : int
-
Scrum group id.
Return values
EntityFormgetErrorByCode()
public
getErrorByCode(mixed $code) : mixed
Parameters
- $code : mixed
getErrors()
public
getErrors() : mixed