@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutSetPrototypeService extends BaseService
LayoutSetPrototypeServiceUtil,
LayoutSetPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl| Modifier and Type | Method and Description |
|---|---|
LayoutSetPrototype |
addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId) |
java.util.List<LayoutSetPrototype> |
search(long companyId,
java.lang.Boolean active,
OrderByComparator obc) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String settings) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanLayoutSetPrototype addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator obc) throws PortalException, SystemException
PortalExceptionSystemExceptionLayoutSetPrototype 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
PortalExceptionSystemExceptionLayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.lang.String settings) throws PortalException, SystemException
PortalExceptionSystemException