|
|||||||||
| 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 LayoutPrototypeServiceThe interface for the layout 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.
LayoutPrototypeServiceUtil,
LayoutPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl| Method Summary | |
|---|---|
LayoutPrototype |
addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
|
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)
|
| Method Detail |
|---|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<LayoutPrototype> search(long companyId,
java.lang.Boolean active,
OrderByComparator obc)
throws PortalException,
SystemException
PortalException
SystemException
LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||