|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@AccessControlled
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface LayoutSetPrototypeServiceProvides the remote service interface for LayoutSetPrototype. 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,
LayoutSetPrototypeServiceImpl| Method Summary | |
|---|---|
abstract LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
abstract void |
deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId)
|
abstract List<LayoutSetPrototype> |
search(long companyId,
Boolean active,
OrderByComparator obc)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
abstract LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
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)
List<LayoutSetPrototype> search(long companyId,
Boolean active,
OrderByComparator obc)
throws PortalException,
SystemException
PortalException
SystemException
LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||