|
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 LayoutPrototypeServiceProvides the remote service interface for LayoutPrototype. 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,
LayoutPrototypeServiceImpl| Method Summary | |
|---|---|
abstract LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by addLayoutPrototype(Map,
String, boolean, ServiceContext) |
abstract LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
|
abstract void |
deleteLayoutPrototype(long layoutPrototypeId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId)
|
abstract List<LayoutPrototype> |
search(long companyId,
Boolean active,
OrderByComparator obc)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
abstract LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
addLayoutPrototype(Map,
String, boolean, ServiceContext)
PortalException
SystemException
LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
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)
List<LayoutPrototype> search(long companyId,
Boolean active,
OrderByComparator obc)
throws PortalException,
SystemException
PortalException
SystemException
LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)
PortalException
SystemException
LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
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 | |||||||||