public class LayoutSetPrototypeServiceWrapper extends Object implements LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>
LayoutSetPrototypeService.LayoutSetPrototypeService| Constructor and Description |
|---|
LayoutSetPrototypeServiceWrapper() |
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
boolean readyForPropagation,
ServiceContext serviceContext) |
LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
LayoutSetPrototype |
addLayoutSetPrototype(String name,
String description,
boolean active,
boolean layoutsUpdateable,
boolean readyForPropagation,
ServiceContext serviceContext) |
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId) |
void |
deleteNondefaultLayoutSetPrototypes(long companyId) |
LayoutSetPrototype |
fetchLayoutSetPrototype(long layoutSetPrototypeId) |
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId) |
List<LayoutSetPrototype> |
getLayoutSetPrototypes(long companyId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutSetPrototypeService |
getWrappedService() |
List<LayoutSetPrototype> |
search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator) |
void |
setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
boolean readyForPropagation,
ServiceContext serviceContext) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings) |
public LayoutSetPrototypeServiceWrapper()
public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype addLayoutSetPrototype(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
deleteLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic void deleteNondefaultLayoutSetPrototypes(long companyId)
throws PortalException
deleteNondefaultLayoutSetPrototypes in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
fetchLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
getLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic List<LayoutSetPrototype> getLayoutSetPrototypes(long companyId) throws PortalException
getLayoutSetPrototypes in interface LayoutSetPrototypeServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetPrototypeServicepublic List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) throws PortalException
search in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) throws PortalException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) throws PortalException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototypeService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>public void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>