|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutPrototypeServiceUtil
@ProviderType public class LayoutPrototypeServiceUtil
Provides the remote service utility for LayoutPrototype. This utility wraps
LayoutPrototypeServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
LayoutPrototypeService,
LayoutPrototypeServiceBaseImpl,
LayoutPrototypeServiceImpl| Constructor Summary | |
|---|---|
LayoutPrototypeServiceUtil()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutPrototypeServiceUtil()
| Method Detail |
|---|
@Deprecated
public static LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
addLayoutPrototype(Map,
String, boolean, ServiceContext)
PortalException
@Deprecated
public static LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
addLayoutPrototype(Map, Map,
boolean, ServiceContext)
PortalException
public static LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalException
public static LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalException
public static LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static List<LayoutPrototype> search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
throws PortalException
PortalException
@Deprecated
public static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)
PortalException
@Deprecated
public static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext)
PortalException
public static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static LayoutPrototypeService getService()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||