@ProviderType
public class LayoutPrototypeServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.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,
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl| Constructor and Description |
|---|
LayoutPrototypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutPrototype |
addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
Deprecated.
As of 6.2.0, replaced by
addLayoutPrototype(Map,
String, boolean, ServiceContext) |
static LayoutPrototype |
addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext) |
static void |
deleteLayoutPrototype(long layoutPrototypeId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId) |
static LayoutPrototypeService |
getService() |
static java.util.List<LayoutPrototype> |
search(long companyId,
java.lang.Boolean active,
OrderByComparator obc) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(LayoutPrototypeService service)
Deprecated.
As of 6.2.0
|
static LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
Deprecated.
As of 6.2.0, replaced by
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
static LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active) throws PortalException, SystemException
addLayoutPrototype(Map,
String, boolean, ServiceContext)PortalExceptionSystemExceptionpublic static LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<LayoutPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator obc) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active) throws PortalException, SystemException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)PortalExceptionSystemExceptionpublic static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static LayoutPrototypeService getService()
public void setService(LayoutPrototypeService service)