|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@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 | |
|---|---|
LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext) |
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId)
|
List<LayoutSetPrototype> |
search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
| Method Detail |
|---|
@Deprecated
LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext)
PortalException
LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<LayoutSetPrototype> search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
@Deprecated
LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext)
PortalException
LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
PortalException
LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
throws PortalException
PortalException
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||