PHP 클래스 Newscoop\Service\Implementation\OutputSettingIssueServiceDoctrine

상속: extends AEntityBaseServiceDoctrine, implements Newscoop\Service\IOutputSettingIssueService
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$outputService Newscoop\Service\IOutputService

공개 메소드들

메소드 설명
delete ( OutputSettingsIssue $outputSettingsIssue ) Delete an ouput setting issue
findByIssue ( Issue | integer $issue ) : array Provides the Output Settings Issue for the provided issue
findByIssueAndOutput ( Issue | integer $issue, Output | integer | string $output ) : array Provides the Output Settings Issue for the provided issue and output
getOutputService ( ) : Newscoop\Service\IOutputService Provides the ouput service.
getUnthemedIssues ( $publication )
insert ( OutputSettingsIssue $outputSettingsIssue ) Inserts an ouput setting issue
isThemeUsed ( $theme, &$themes = NULL )
update ( OutputSettingsIssue $outputSettingsIssue ) Update an ouput setting issue

보호된 메소드들

메소드 설명
_init_ ( )
map ( Search $search, Column $column ) * ---------------------------------------------------------------

메소드 상세

_init_() 보호된 메소드

protected _init_ ( )

delete() 공개 메소드

Delete an ouput setting issue
public delete ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

findByIssue() 공개 메소드

Provides the Output Settings Issue for the provided issue
public findByIssue ( Issue | integer $issue ) : array
$issue Newscoop\Entity\Issue | integer The issue to be searched, not null, not empty.
리턴 array Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, empty array if no Output Setting could be found for the provided issue.

findByIssueAndOutput() 공개 메소드

Provides the Output Settings Issue for the provided issue and output
public findByIssueAndOutput ( Issue | integer $issue, Output | integer | string $output ) : array
$issue Newscoop\Entity\Issue | integer The issue to be searched, not null, not empty.
$output Newscoop\Entity\Output | integer | string The output to be searched, not null, not empty.
리턴 array Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, NULL if no Output Setting could be found for the provided issue.

getOutputService() 공개 메소드

Provides the ouput service.
public getOutputService ( ) : Newscoop\Service\IOutputService
리턴 Newscoop\Service\IOutputService The service service to be used by this controller.

getUnthemedIssues() 공개 메소드

public getUnthemedIssues ( $publication )

insert() 공개 메소드

Inserts an ouput setting issue
public insert ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

isThemeUsed() 공개 메소드

public isThemeUsed ( $theme, &$themes = NULL )

map() 보호된 메소드

* ---------------------------------------------------------------
protected map ( Search $search, Column $column )
$search Search
$column Column

update() 공개 메소드

Update an ouput setting issue
public update ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

프로퍼티 상세

$outputService 보호되어 있는 프로퍼티

protected Newscoop\Service\IOutputService $outputService
리턴 Newscoop\Service\IOutputService