@ProviderType public class LayoutSetPrototypeServiceWrapper extends java.lang.Object implements LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>
LayoutSetPrototypeService.LayoutSetPrototypeService| Constructor and Description |
|---|
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSetPrototype |
addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId) |
LayoutSetPrototypeService |
getWrappedLayoutSetPrototypeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutSetPrototypeService |
getWrappedService() |
java.util.List<LayoutSetPrototype> |
search(long companyId,
java.lang.Boolean active,
OrderByComparator obc) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService) |
void |
setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String settings) |
public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface LayoutSetPrototypeServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface LayoutSetPrototypeServicebeanIdentifier - the Spring bean ID for this beanpublic LayoutSetPrototype addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException, SystemException
addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionSystemExceptionpublic void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
deleteLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionSystemExceptionpublic LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException, SystemException
getLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionSystemExceptionpublic java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator obc) throws PortalException, SystemException
search in interface LayoutSetPrototypeServicePortalExceptionSystemExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException, SystemException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionSystemExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.lang.String settings) throws PortalException, SystemException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionSystemExceptionpublic LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()
getWrappedService()public void setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService)public LayoutSetPrototypeService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>public void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>