@ProviderType
public class LayoutSetPrototypeServiceUtil
extends java.lang.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,
LayoutSetPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl| Constructor and Description |
|---|
LayoutSetPrototypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutSetPrototype |
addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
static void |
deleteLayoutSetPrototype(long layoutSetPrototypeId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId) |
static LayoutSetPrototypeService |
getService() |
static java.util.List<LayoutSetPrototype> |
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(LayoutSetPrototypeService service)
Deprecated.
As of 6.2.0
|
static LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
static LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String settings) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static LayoutSetPrototype addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator obc) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.lang.String settings) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static LayoutSetPrototypeService getService()
public void setService(LayoutSetPrototypeService service)