public class LayoutPrototypeServiceWrapper extends Object implements LayoutPrototypeService, ServiceWrapper<LayoutPrototypeService>
LayoutPrototypeService.LayoutPrototypeService| Constructor and Description |
|---|
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteLayoutPrototype(long layoutPrototypeId) |
LayoutPrototype |
fetchLayoutPrototype(long layoutPrototypeId) |
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutPrototypeService |
getWrappedService() |
List<LayoutPrototype> |
search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc) |
void |
setWrappedService(LayoutPrototypeService layoutPrototypeService) |
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext) |
public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
LayoutPrototypeServiceUtil to access the layout prototype remote service. Add custom service methods to com.liferay.portal.service.impl.LayoutPrototypeServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException
deleteLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId) throws PortalException
fetchLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException
getLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPrototypeServicepublic List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc) throws PortalException
search in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
updateLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototypeService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutPrototypeService>public void setWrappedService(LayoutPrototypeService layoutPrototypeService)
setWrappedService in interface ServiceWrapper<LayoutPrototypeService>