@ProviderType public class LayoutSetPrototypeServiceUtil extends Object
com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl 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.LayoutSetPrototypeService,
com.liferay.portal.service.base.LayoutSetPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl| Constructor and Description |
|---|
LayoutSetPrototypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
static LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated.
As of 7.0.0, replaced by
addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext) |
static void |
deleteLayoutSetPrototype(long layoutSetPrototypeId) |
static LayoutSetPrototype |
fetchLayoutSetPrototype(long layoutSetPrototypeId) |
static LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutSetPrototypeService |
getService() |
static List<LayoutSetPrototype> |
search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc) |
static LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
static LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated.
As of 7.0.0, replaced by
updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
static LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings) |
@Deprecated public static LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext)PortalExceptionpublic static LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
PortalExceptionpublic static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
PortalExceptionpublic static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) throws PortalException
PortalException@Deprecated public static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext)PortalExceptionpublic static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc) throws PortalException
PortalExceptionpublic static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
PortalExceptionpublic static LayoutSetPrototypeService getService()