|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface LayoutPrototypeServiceProvides the remote service interface for LayoutPrototype. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
LayoutPrototypeServiceUtil,
LayoutPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl| Method Detail |
|---|
@Deprecated
LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
addLayoutPrototype(Map,
String, boolean, ServiceContext)
PortalException
@Deprecated
LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
addLayoutPrototype(Map, Map,
boolean, ServiceContext)
PortalException
LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<LayoutPrototype> search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
throws PortalException
PortalException
@Deprecated
LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)
PortalException
@Deprecated
LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext)
PortalException
LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||