|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface LayoutSetPrototypeServiceThe interface for the layout set prototype remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
LayoutSetPrototypeServiceUtil,
LayoutSetPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
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
PortalException
SystemException
void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<LayoutSetPrototype> search(long companyId,
java.lang.Boolean active,
OrderByComparator obc)
throws PortalException,
SystemException
PortalException
SystemException
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
PortalException
SystemException
LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String settings)
throws PortalException,
SystemException
PortalException
SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||