| Modifier and Type | Class and Description |
|---|---|
class |
ItemPlacementModel
Generated model class for type ItemPlacement first defined at extension print.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlacementModel> |
PageModel.getPlacements()
Generated method - Getter of the
Page.placements attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageModel.setPlacements(List<PlacementModel> value)
Generated method - Setter of
Page.placements attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
PlacementResource.getPlacementModel()
Convenience method which just delegates to
#getResourceValue() |
protected PlacementModel |
PlacementResource.readResource(String resourceId)
Gets the
PlacementModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlacementModel> |
PlacementsResource.getPlacementsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlacementResource.setPlacementModel(PlacementModel value)
Convenience method which just delegates to
#setResourceValue(PlacementModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlacementsResource.setPlacementsCollection(Collection<PlacementModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
LayoutService.getDefaultLayoutTemplate(PageModel pageModel,
PlaceholderTemplateModel placeholderTemplate,
PlacementModel placement,
ItemModel placedItem,
SpreadPosition gridType)
Determines the default layout template for a given placeholder template, placement and/or placed item.
|
PlaceholderTemplateModel |
LayoutService.getDefaultPlaceholderTemplate(PageModel pageModel,
PlacementModel placement,
ItemModel placementItem)
Determines the default placeholder template for a given placement and placed item.
|
String |
LayoutService.getDisplayName(PlacementModel placement)
Calculates the dynamic display name of the given placement.
|
String |
LayoutService.getPreview(PlacementModel placement)
Calculates the dynamic preview for the given placement.
|
Object |
LayoutService.getValue(PlaceholderModel placeholder,
PlacementModel placement)
Calculates the actual value for a given placeholder applied to a placement.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
LayoutServiceImpl.getDefaultLayoutTemplate(PageModel page,
PlaceholderTemplateModel placeholderTemplate,
PlacementModel uiPlacement,
ItemModel placementItem,
SpreadPosition gridType)
Returns default layout template for this placement but.
|
PlaceholderTemplateModel |
LayoutServiceImpl.getDefaultPlaceholderTemplate(PageModel page,
PlacementModel uiPlacement,
ItemModel placementItem) |
String |
LayoutServiceImpl.getDisplayName(PlacementModel placementModel) |
SpreadPosition |
AbstractPagePreviewModel.getGridType(PlacementModel placement,
PageModel page) |
String |
LayoutServiceImpl.getPreview(PlacementModel placement) |
Object |
LayoutServiceImpl.getValue(PlaceholderModel placeholder,
PlacementModel placement) |
protected Object |
LayoutServiceImpl.getValue(PlaceholderModel placeholder,
PlacementModel placementModel,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicModel.deletePlacements(Collection<PlacementModel> placementsToDelete) |
void |
DoublePageModel.deletePlacements(Collection<PlacementModel> placementsToDelete) |
void |
SinglePageModel.deletePlacements(Collection<PlacementModel> placementsToDelete) |
void |
FixedModel.deletePlacements(Collection<PlacementModel> placementsToDelete) |
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
PublicationService.clonePlacement(PublicationModel _publication,
PageModel _page,
PlacementModel originalPlacement)
Clones given placement, if publication and/or page are provided then new (cloned) placement will have them assigned.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PlacementModel> |
PublicationService.getAllPlacements(Collection<PageModel> pages) |
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
PublicationService.clonePlacement(PublicationModel _publication,
PageModel _page,
PlacementModel originalPlacement)
Clones given placement, if publication and/or page are provided then new (cloned) placement will have them assigned.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
PublicationServiceImpl.clonePlacement(PublicationModel _publication,
PageModel _page,
PlacementModel originalPlacement) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlacementModel> |
PublicationServiceImpl.getAllPlacements(Collection<PageModel> pages) |
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
PublicationServiceImpl.clonePlacement(PublicationModel _publication,
PageModel _page,
PlacementModel originalPlacement) |
| Modifier and Type | Method and Description |
|---|---|
protected PlacementModel |
AbstractPagePlannerTest.preparePlacement() |
protected PlacementModel |
AbstractPagePlannerIntegrationTest.preparePlacement() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PlacementModel> |
AbstractPagePlannerTest.preparePlacements(int no) |
| Modifier and Type | Method and Description |
|---|---|
int |
PagePlanner.addNewPlacement(PageModel page,
PlacementModel placement,
int pageNo,
int gridElementId)
Adds a new placement on a given page and position.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PagePlanner.addNewPlacements(PageModel page,
List<PlacementModel> placements,
int pageNo,
int gridElementId)
Adds new placements starting from the given page and position.
|
| Modifier and Type | Method and Description |
|---|---|
protected PlacementModel |
AbstractPlacementHandler.getNextPlacement(PreviewModel previewModel,
PreviewSlot slot,
Collection<Object> placementsToSkip) |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultFixedModePagePlanner.addNewPlacement(PageModel page,
PlacementModel placement,
int pageNo,
int gridElementId) |
int |
DefaultDynamicModePagePlanner.addNewPlacement(PageModel page,
PlacementModel placement,
int pageNo,
int gridElementId) |
protected int |
AbstractPlacementHandler.resolvePageIndex(List<PreviewPage> previewPages,
PreviewPage previewPage,
PlacementModel placement) |
protected int |
AbstractPlacementHandler.resolveSlotIndex(PreviewPage previewPage,
PlacementModel placement) |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultFixedModePagePlanner.addNewPlacements(PageModel page,
List<PlacementModel> placements,
int pageNo,
int gridElementId) |
int |
DefaultDynamicModePagePlanner.addNewPlacements(PageModel page,
List<PlacementModel> placements,
int pageNo,
int gridElementId) |
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
PublicationCloningService.getPlacementCopy(PlacementModel original,
PageModel targetPage)
Clones given placement and attaches it to the given target page.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
PublicationCloningService.getPlacementCopy(PlacementModel original,
PageModel targetPage)
Clones given placement and attaches it to the given target page.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
DefaultPublicationCloningService.getPlacementCopy(PlacementModel original,
PageModel targetModel) |
| Modifier and Type | Method and Description |
|---|---|
PlacementModel |
DefaultPublicationCloningService.getPlacementCopy(PlacementModel original,
PageModel targetModel) |
| Modifier and Type | Method and Description |
|---|---|
SpreadPosition |
PublicationPreviewController.getGridType(PlacementModel placement) |
SpreadPosition |
PublicationFlowBoxController.getGridType(PlacementModel placement) |
protected Object |
AbstractPublicationCenterViewController.insert(PageModel parent,
PlacementModel newChild,
int position,
int action) |
protected Object |
AbstractPublicationCenterViewController.insert(PlacementModel parent,
ItemModel item,
int position,
int action) |
protected Object |
PublicationFlowBoxController.insert(PlacementModel parent,
ItemModel item,
int position,
int action) |
protected abstract void |
AbstractPublicationCenterViewController.setDefaultTemplate(PlacementModel pl) |
protected void |
PublicationPreviewController.setDefaultTemplate(PlacementModel placement) |
protected void |
PublicationFlowBoxController.setDefaultTemplate(PlacementModel pl) |
| Modifier and Type | Method and Description |
|---|---|
protected PlacementModel |
AbstractPreviewModel.getNextPlacement(PreviewSlot slot,
Collection<Object> placementsToSkip) |
| Modifier and Type | Method and Description |
|---|---|
SpreadPosition |
GridAwareModel.getGridType(PlacementModel placement) |
SpreadPosition |
AbstractPreviewModel.getGridType(PlacementModel placement) |
protected void |
AbstractPreviewModel.save(PlacementModel placement,
int position)
Saves given placement in current pageModel at given position, if current pageModel contains this placement, it's moved from
it's old position to new position
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewModel.deletePlacements(Collection<PlacementModel> placementsToDelete)
performs placements deletion, notifies any sub layer and returns info what has changed (class responsible for rendering view
should use this information to do view changes)
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintcockpitService.removePlacement(PlacementModel placementToRemove)
Removes placement (deletes also the page2placement relation)
|
void |
PrintcockpitService.savePlacement(PlacementModel placement,
PageModel page,
int position)
Saves given placement in given page at given position, if given page contains this placement, it's moved from it's old
position to new position, if no page is given then placement is simply saved without assigning it to any particular page
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintcockpitService.removePlacement(PlacementModel placementToRemove) |
void |
DefaultPrintcockpitService.savePlacement(PlacementModel placement,
PageModel page,
int _position) |
Copyright © 2017 SAP SE. All Rights Reserved.