|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageService
The PageService is a service layer implementation of the PageManager.
| Method Summary | |
|---|---|
PageLocator |
getIdPageLocator(long pageId)
Creates a page locator that can locate a page based on an id. |
MovePageCommand |
newMovePageCommand(PageLocator sourcePageLocator,
PageLocator targetPageLocator,
java.lang.String point)
Retrieve a command to perform a simple move operation. |
MovePageCommand |
newMovePageCommand(PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator)
Retrieve a command that performs a move operation of a page to a top level of a target space. |
| Method Detail |
|---|
MovePageCommand newMovePageCommand(PageLocator sourcePageLocator,
PageLocator targetPageLocator,
java.lang.String point)
point - the point describing where the source should be moved to in relation to the target, see
MovePageCommand
MovePageCommand newMovePageCommand(PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator)
sourcePageLocator - targetSpaceLocator -
PageLocator getIdPageLocator(long pageId)
pageId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||