PHP 인터페이스 Newscoop\Service\IOutputSettingSectionService

상속: extends Newscoop\Service\IEntityBaseService
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
delete ( OutputSettingsSection $outputSettingsSection ) Delete an ouput setting section
findBySection ( Section | integer $section ) : Newscoop\Entity\OutputSettingsSection Provides the Output Settings that has the provided Section.
findBySectionAndOutput ( Section | integer $section, Output | string $output ) : Newscoop\Entity\OutputSettingsSection Provides the Output Settings that has the provided Section and Output.
insert ( OutputSettingsSection $outputSettingsSection ) Inserts an ouput setting section
update ( OutputSettingsSection $outputSettingsSection ) Update an ouput setting section

메소드 상세

delete() 공개 메소드

Delete an ouput setting section
public delete ( OutputSettingsSection $outputSettingsSection )
$outputSettingsSection Newscoop\Entity\Output\OutputSettingsSection

findBySection() 공개 메소드

Provides the Output Settings that has the provided Section.
public findBySection ( Section | integer $section ) : Newscoop\Entity\OutputSettingsSection
$section Newscoop\Entity\Section | integer The section to be searched, not null, not empty.
리턴 Newscoop\Entity\OutputSettingsSection The Output Setting, empty array if no Output Setting could be found for the provided section.

findBySectionAndOutput() 공개 메소드

Provides the Output Settings that has the provided Section and Output.
public findBySectionAndOutput ( Section | integer $section, Output | string $output ) : Newscoop\Entity\OutputSettingsSection
$section Newscoop\Entity\Section | integer The section to be searched, not null, not empty.
$output Output | string The output to be searched, not null, not empty.
리턴 Newscoop\Entity\OutputSettingsSection The Output Setting, empty array if no Output Setting could be found for the provided section.

insert() 공개 메소드

Inserts an ouput setting section
public insert ( OutputSettingsSection $outputSettingsSection )
$outputSettingsSection Newscoop\Entity\Output\OutputSettingsSection

update() 공개 메소드

Update an ouput setting section
public update ( OutputSettingsSection $outputSettingsSection )
$outputSettingsSection Newscoop\Entity\Output\OutputSettingsSection