|
Liferay 7.0-ce-m3 | |||||||||
| 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 DDLRecordSetServiceProvides the remote service interface for DDLRecordSet. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DDLRecordSetServiceUtil,
DDLRecordSetServiceBaseImpl,
DDLRecordSetServiceImpl| Method Summary | |
|---|---|
DDLRecordSet |
addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
void |
deleteRecordSet(long recordSetId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDLRecordSet |
getRecordSet(long recordSetId)
|
List<DDLRecordSet> |
search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
int |
searchCount(long companyId,
long groupId,
String keywords,
int scope)
|
int |
searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
DDLRecordSet |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
| Method Detail |
|---|
DDLRecordSet addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteRecordSet(long recordSetId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet getRecordSet(long recordSetId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDLRecordSet> search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDLRecordSet> search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
String keywords,
int scope)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
PortalException
DDLRecordSet updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
PortalException
DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||