ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
ILIAS\MetaData\OERHarvester\Settings\SettingsInterface Interface Reference
+ Inheritance diagram for ILIAS\MetaData\OERHarvester\Settings\SettingsInterface:
+ Collaboration diagram for ILIAS\MetaData\OERHarvester\Settings\SettingsInterface:

Public Member Functions

 getObjectTypesEligibleForPublishing ()
 
 getObjectTypesSelectedForPublishing ()
 
 isObjectTypeSelectedForPublishing (string $type)
 
 saveObjectTypesSelectedForPublishing (string ... $types)
 
 getCopyrightEntryIDsSelectedForPublishing ()
 
 isCopyrightEntryIDSelectedForPublishing (int $id)
 
 saveCopyrightEntryIDsSelectedForPublishing (int ... $ids)
 
 isEditorialStepEnabled ()
 
 saveEditorialStepEnabled (bool $enabled)
 
 getContainerRefIDForEditorialStep ()
 
 saveContainerRefIDForEditorialStep (int $ref_id)
 
 getContainerRefIDForPublishing ()
 
 saveContainerRefIDForPublishing (int $ref_id)
 
 isManualPublishingEnabled ()
 
 saveManualPublishingEnabled (bool $enabled)
 
 isAutomaticPublishingEnabled ()
 
 saveAutomaticPublishingEnabled (bool $enabled)
 

Detailed Description

Definition at line 23 of file SettingsInterface.php.

Member Function Documentation

◆ getContainerRefIDForEditorialStep()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::getContainerRefIDForEditorialStep ( )

◆ getContainerRefIDForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::getContainerRefIDForPublishing ( )

◆ getCopyrightEntryIDsSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::getCopyrightEntryIDsSelectedForPublishing ( )

◆ getObjectTypesEligibleForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::getObjectTypesEligibleForPublishing ( )

◆ getObjectTypesSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::getObjectTypesSelectedForPublishing ( )

◆ isAutomaticPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::isAutomaticPublishingEnabled ( )

◆ isCopyrightEntryIDSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::isCopyrightEntryIDSelectedForPublishing ( int  $id)

◆ isEditorialStepEnabled()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::isEditorialStepEnabled ( )

◆ isManualPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::isManualPublishingEnabled ( )

◆ isObjectTypeSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::isObjectTypeSelectedForPublishing ( string  $type)

◆ saveAutomaticPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::saveAutomaticPublishingEnabled ( bool  $enabled)

◆ saveContainerRefIDForEditorialStep()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::saveContainerRefIDForEditorialStep ( int  $ref_id)

◆ saveContainerRefIDForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::saveContainerRefIDForPublishing ( int  $ref_id)

◆ saveCopyrightEntryIDsSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::saveCopyrightEntryIDsSelectedForPublishing ( int ...  $ids)

◆ saveEditorialStepEnabled()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::saveEditorialStepEnabled ( bool  $enabled)

◆ saveManualPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::saveManualPublishingEnabled ( bool  $enabled)

◆ saveObjectTypesSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\SettingsInterface::saveObjectTypesSelectedForPublishing ( string ...  $types)

The documentation for this interface was generated from the following file: