|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.DDLRecordSetServiceWrapper
@ProviderType public class DDLRecordSetServiceWrapper
Provides a wrapper for DDLRecordSetService.
DDLRecordSetService| Constructor Summary | |
|---|---|
DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
|
|
| 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)
|
DDLRecordSetService |
getWrappedDDLRecordSetService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
DDLRecordSetService |
getWrappedService()
|
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. |
void |
setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService) |
void |
setWrappedService(DDLRecordSetService ddlRecordSetService)
|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
| Method Detail |
|---|
public DDLRecordSet addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
throws PortalException
addRecordSet in interface DDLRecordSetServicePortalException
public void deleteRecordSet(long recordSetId)
throws PortalException
deleteRecordSet in interface DDLRecordSetServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordSetService
public DDLRecordSet getRecordSet(long recordSetId)
throws PortalException
getRecordSet in interface DDLRecordSetServicePortalException
public List<DDLRecordSet> search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
search in interface DDLRecordSetService
public List<DDLRecordSet> search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
search in interface DDLRecordSetService
public int searchCount(long companyId,
long groupId,
String keywords,
int scope)
searchCount in interface DDLRecordSetService
public int searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
searchCount in interface DDLRecordSetServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDLRecordSetServicebeanIdentifier - the Spring bean ID for this bean
public DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
updateMinDisplayRows in interface DDLRecordSetServicePortalException
public DDLRecordSet updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
updateRecordSet in interface DDLRecordSetServicePortalException
public DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
updateRecordSet in interface DDLRecordSetServicePortalException@Deprecated public DDLRecordSetService getWrappedDDLRecordSetService()
getWrappedService()
@Deprecated public void setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService)
public DDLRecordSetService getWrappedService()
getWrappedService in interface ServiceWrapper<DDLRecordSetService>public void setWrappedService(DDLRecordSetService ddlRecordSetService)
setWrappedService in interface ServiceWrapper<DDLRecordSetService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||