public class ValidationDtoFactory
extends java.lang.Object
| Constructor and Description |
|---|
ValidationDtoFactory() |
public ComponentAndContentSlotValidationDto buildComponentAndContentSlotValidationDto(java.lang.String componentUid, java.lang.String contentSlotUid)
componentUid - contentSlotUid - UnknownIdentifierException - when the component or the slot cannot be foundAmbiguousIdentifierException - when more than one component or slot is foundpublic ComponentTypeAndContentSlotValidationDto buildComponentTypeAndContentSlotValidationDto(java.lang.String typeCode, java.lang.String contentSlotUid, java.lang.String pageId)
typeCode - contentSlotUid - the content slot idpageId - the page idUnknownIdentifierException - when the slot cannot be foundAmbiguousIdentifierException - when more than one slot is foundprotected CMSAdminContentSlotService getCmsAdminContentSlotService()
public void setCmsAdminContentSlotService(CMSAdminContentSlotService cmsAdminContentSlotService)
protected CMSAdminComponentService getCmsAdminComponentService()
public void setCmsAdminComponentService(CMSAdminComponentService cmsAdminComponentService)
protected CMSAdminPageService getCmsAdminPageService()
public void setCmsAdminPageService(CMSAdminPageService cmsAdminPageService)
protected CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
Copyright © 2018 SAP SE. All Rights Reserved.