|
Liferay 6.2-ce-ga5 | |||||||||
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 orderByComparator)
|
List<DDLRecordSet> |
search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator 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 String getBeanIdentifier()
getBeanIdentifier
in interface DDLRecordSetService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DDLRecordSetService
beanIdentifier
- the Spring bean ID for this beanpublic DDLRecordSet addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext) throws PortalException, SystemException
addRecordSet
in interface DDLRecordSetService
PortalException
SystemException
public void deleteRecordSet(long recordSetId) throws PortalException, SystemException
deleteRecordSet
in interface DDLRecordSetService
PortalException
SystemException
public DDLRecordSet getRecordSet(long recordSetId) throws PortalException, SystemException
getRecordSet
in interface DDLRecordSetService
PortalException
SystemException
public List<DDLRecordSet> search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator) throws SystemException
search
in interface DDLRecordSetService
SystemException
public List<DDLRecordSet> search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator) throws SystemException
search
in interface DDLRecordSetService
SystemException
public int searchCount(long companyId, long groupId, String keywords, int scope) throws SystemException
searchCount
in interface DDLRecordSetService
SystemException
public int searchCount(long companyId, long groupId, String name, String description, int scope, boolean andOperator) throws SystemException
searchCount
in interface DDLRecordSetService
SystemException
public DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
updateMinDisplayRows
in interface DDLRecordSetService
PortalException
SystemException
public DDLRecordSet updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
updateRecordSet
in interface DDLRecordSetService
PortalException
SystemException
public DDLRecordSet updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
updateRecordSet
in interface DDLRecordSetService
PortalException
SystemException
public DDLRecordSetService getWrappedDDLRecordSetService()
getWrappedService()
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 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |