@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutPrototypeService extends BaseService
LayoutPrototypeServiceUtil,
LayoutPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl| Modifier and Type | Method and Description |
|---|---|
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) |
LayoutPrototype |
addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext) |
void |
deleteLayoutPrototype(long layoutPrototypeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId) |
java.util.List<LayoutPrototype> |
search(long companyId,
java.lang.Boolean active,
OrderByComparator obc) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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) |
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanLayoutPrototype 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)PortalExceptionSystemExceptionLayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<LayoutPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator obc) throws PortalException, SystemException
PortalExceptionSystemExceptionLayoutPrototype 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)PortalExceptionSystemExceptionLayoutPrototype updateLayoutPrototype(long layoutPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException