public interface PageDao extends Dao
PageModel data access object.| Modifier and Type | Method and Description |
|---|---|
PageModel |
findPageByPageStringId(String pageStringId,
PublicationModel publicationModel)
This method should be used to search for a instance of the
PageModel for the given pageStringId and
PublicationModel. |
PageModel findPageByPageStringId(String pageStringId, PublicationModel publicationModel)
PageModel for the given pageStringId and
PublicationModel.pageStringId - the page id which should be set to the PageModelpublicationModel - the PublicationModel which should be set to the PageModelPageModel for the given parameters.Copyright © 2017 SAP SE. All Rights Reserved.