public class LayoutSetPrototypeServiceWrapper extends Object implements LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>
LayoutSetPrototypeService.LayoutSetPrototypeService| Constructor and Description |
|---|
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId) |
LayoutSetPrototype |
fetchLayoutSetPrototype(long layoutSetPrototypeId) |
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutSetPrototypeService |
getWrappedService() |
List<LayoutSetPrototype> |
search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc) |
void |
setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService) |
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(LayoutSetPrototypeService layoutSetPrototypeService)
public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
LayoutSetPrototypeServiceUtil to access the layout set prototype remote service. Add custom service methods to com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
deleteLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
fetchLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
getLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetPrototypeServicepublic List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc) throws PortalException
search 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>