PHP Class eZ\Publish\Core\Persistence\Cache\LocationHandler

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler
Inheritance: extends AbstractHandler, implements eZ\Publish\SPI\Persistence\Content\Location\Handler
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
changeMainLocation ( $contentId, $locationId )
copySubtree ( $sourceId, $destinationParentId )
create ( eZ\Publish\SPI\Persistence\Content\Location\CreateStruct $locationStruct )
hide ( $locationId )
load ( $locationId )
loadByRemoteId ( $remoteId )
loadLocationsByContent ( $contentId, $rootLocationId = null )
loadParentLocationsForDraftContent ( $contentId )
loadSubtreeIds ( $locationId )
markSubtreeModified ( $locationId, $timestamp = null )
move ( $sourceId, $destinationParentId )
removeSubtree ( $locationId )
setSectionForSubtree ( $locationId, $sectionId )
swap ( $locationId1, $locationId2 )
unHide ( $locationId )
update ( eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct $struct, $locationId )

Method Details

changeMainLocation() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::changeMainLocation
public changeMainLocation ( $contentId, $locationId )

copySubtree() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::copySubtree
public copySubtree ( $sourceId, $destinationParentId )

create() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::create
public create ( eZ\Publish\SPI\Persistence\Content\Location\CreateStruct $locationStruct )
$locationStruct eZ\Publish\SPI\Persistence\Content\Location\CreateStruct

hide() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::hide
public hide ( $locationId )

load() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::load
public load ( $locationId )

loadByRemoteId() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadByRemoteId
public loadByRemoteId ( $remoteId )

loadLocationsByContent() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadLocationsByContent
public loadLocationsByContent ( $contentId, $rootLocationId = null )

loadParentLocationsForDraftContent() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadParentLocationsForDraftContent
public loadParentLocationsForDraftContent ( $contentId )

loadSubtreeIds() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadSubtreeIds
public loadSubtreeIds ( $locationId )

markSubtreeModified() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::markSubtreeModified
public markSubtreeModified ( $locationId, $timestamp = null )

move() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::move
public move ( $sourceId, $destinationParentId )

removeSubtree() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::removeSubtree
public removeSubtree ( $locationId )

setSectionForSubtree() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::setSectionForSubtree
public setSectionForSubtree ( $locationId, $sectionId )

swap() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::swap
public swap ( $locationId1, $locationId2 )

unHide() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::unhide
public unHide ( $locationId )

update() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::update
public update ( eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct $struct, $locationId )
$struct eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct