|
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.DDLRecordSetLocalServiceWrapper
@ProviderType public class DDLRecordSetLocalServiceWrapper
Provides a wrapper for DDLRecordSetLocalService.
DDLRecordSetLocalService| Constructor Summary | |
|---|---|
DDLRecordSetLocalServiceWrapper(DDLRecordSetLocalService ddlRecordSetLocalService)
|
|
| Method Summary | ||
|---|---|---|
DDLRecordSet |
addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database. |
|
DDLRecordSet |
addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
|
void |
addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
void |
addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
|
|
DDLRecordSet |
createDDLRecordSet(long recordSetId)
Creates a new d d l record set with the primary key. |
|
DDLRecordSet |
deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
Deletes the d d l record set from the database. |
|
DDLRecordSet |
deleteDDLRecordSet(long recordSetId)
Deletes the d d l record set with the primary key from the database. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
deleteRecordSet(DDLRecordSet recordSet)
|
|
void |
deleteRecordSet(long recordSetId)
|
|
void |
deleteRecordSet(long groupId,
String recordSetKey)
|
|
void |
deleteRecordSets(long groupId)
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
DDLRecordSet |
fetchDDLRecordSet(long recordSetId)
|
|
DDLRecordSet |
fetchDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set matching the UUID and group. |
|
DDLRecordSet |
fetchRecordSet(long recordSetId)
|
|
DDLRecordSet |
fetchRecordSet(long groupId,
String recordSetKey)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
DDLRecordSet |
getDDLRecordSet(long recordSetId)
Returns the d d l record set with the primary key. |
|
DDLRecordSet |
getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set matching the UUID and group. |
|
List<DDLRecordSet> |
getDDLRecordSets(int start,
int end)
Returns a range of all the d d l record sets. |
|
List<DDLRecordSet> |
getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the d d l record sets matching the UUID and company. |
|
List<DDLRecordSet> |
getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns a range of d d l record sets matching the UUID and company. |
|
int |
getDDLRecordSetsCount()
Returns the number of d d l record sets. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
DDLRecordSet |
getRecordSet(long recordSetId)
|
|
DDLRecordSet |
getRecordSet(long groupId,
String recordSetKey)
|
|
List<DDLRecordSet> |
getRecordSets(long groupId)
|
|
int |
getRecordSetsCount(long groupId)
|
|
DDLRecordSetLocalService |
getWrappedDDLRecordSetLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
|
DDLRecordSetLocalService |
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 |
setWrappedDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetLocalService) |
|
void |
setWrappedService(DDLRecordSetLocalService ddlRecordSetLocalService)
|
|
DDLRecordSet |
updateDDLRecordSet(DDLRecordSet ddlRecordSet)
Updates the d d l record set in the database or adds it if it does not yet exist. |
|
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 DDLRecordSetLocalServiceWrapper(DDLRecordSetLocalService ddlRecordSetLocalService)
| Method Detail |
|---|
public DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet)
addDDLRecordSet in interface DDLRecordSetLocalServiceddlRecordSet - the d d l record set
public DDLRecordSet addRecordSet(long userId,
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 DDLRecordSetLocalServicePortalException
public void addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
addRecordSetResources in interface DDLRecordSetLocalServicePortalException
public void addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException
addRecordSetResources in interface DDLRecordSetLocalServicePortalExceptionpublic DDLRecordSet createDDLRecordSet(long recordSetId)
createDDLRecordSet in interface DDLRecordSetLocalServicerecordSetId - the primary key for the new d d l record set
public DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
deleteDDLRecordSet in interface DDLRecordSetLocalServiceddlRecordSet - the d d l record set
public DDLRecordSet deleteDDLRecordSet(long recordSetId)
throws PortalException
deleteDDLRecordSet in interface DDLRecordSetLocalServicerecordSetId - the primary key of the d d l record set
PortalException - if a d d l record set with the primary key could not be found
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface DDLRecordSetLocalServicePortalException
public void deleteRecordSet(long groupId,
String recordSetKey)
throws PortalException
deleteRecordSet in interface DDLRecordSetLocalServicePortalException
public void deleteRecordSet(DDLRecordSet recordSet)
throws PortalException
deleteRecordSet in interface DDLRecordSetLocalServicePortalException
public void deleteRecordSet(long recordSetId)
throws PortalException
deleteRecordSet in interface DDLRecordSetLocalServicePortalException
public void deleteRecordSets(long groupId)
throws PortalException
deleteRecordSets in interface DDLRecordSetLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface DDLRecordSetLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface DDLRecordSetLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface DDLRecordSetLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface DDLRecordSetLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface DDLRecordSetLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface DDLRecordSetLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public DDLRecordSet fetchDDLRecordSet(long recordSetId)
fetchDDLRecordSet in interface DDLRecordSetLocalService
public DDLRecordSet fetchDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
fetchDDLRecordSetByUuidAndGroupId in interface DDLRecordSetLocalServiceuuid - the d d l record set's UUIDgroupId - the primary key of the group
null if a matching d d l record set could not be found
public DDLRecordSet fetchRecordSet(long groupId,
String recordSetKey)
fetchRecordSet in interface DDLRecordSetLocalServicepublic DDLRecordSet fetchRecordSet(long recordSetId)
fetchRecordSet in interface DDLRecordSetLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DDLRecordSetLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordSetLocalService
public DDLRecordSet getDDLRecordSet(long recordSetId)
throws PortalException
getDDLRecordSet in interface DDLRecordSetLocalServicerecordSetId - the primary key of the d d l record set
PortalException - if a d d l record set with the primary key could not be found
public DDLRecordSet getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getDDLRecordSetByUuidAndGroupId in interface DDLRecordSetLocalServiceuuid - the d d l record set's UUIDgroupId - the primary key of the group
PortalException - if a matching d d l record set could not be found
public List<DDLRecordSet> getDDLRecordSets(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getDDLRecordSets in interface DDLRecordSetLocalServicestart - the lower bound of the range of d d l record setsend - the upper bound of the range of d d l record sets (not inclusive)
public List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId)
getDDLRecordSetsByUuidAndCompanyId in interface DDLRecordSetLocalServiceuuid - the UUID of the d d l record setscompanyId - the primary key of the company
public List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
getDDLRecordSetsByUuidAndCompanyId in interface DDLRecordSetLocalServiceuuid - the UUID of the d d l record setscompanyId - the primary key of the companystart - the lower bound of the range of d d l record setsend - the upper bound of the range of d d l record sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public int getDDLRecordSetsCount()
getDDLRecordSetsCount in interface DDLRecordSetLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface DDLRecordSetLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DDLRecordSetLocalServicePortalException
public DDLRecordSet getRecordSet(long groupId,
String recordSetKey)
throws PortalException
getRecordSet in interface DDLRecordSetLocalServicePortalException
public DDLRecordSet getRecordSet(long recordSetId)
throws PortalException
getRecordSet in interface DDLRecordSetLocalServicePortalExceptionpublic List<DDLRecordSet> getRecordSets(long groupId)
getRecordSets in interface DDLRecordSetLocalServicepublic int getRecordSetsCount(long groupId)
getRecordSetsCount in interface DDLRecordSetLocalService
public List<DDLRecordSet> search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
search in interface DDLRecordSetLocalService
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 DDLRecordSetLocalService
public int searchCount(long companyId,
long groupId,
String keywords,
int scope)
searchCount in interface DDLRecordSetLocalService
public int searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
searchCount in interface DDLRecordSetLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDLRecordSetLocalServicebeanIdentifier - the Spring bean ID for this beanpublic DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet)
updateDDLRecordSet in interface DDLRecordSetLocalServiceddlRecordSet - the d d l record set
public DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
updateMinDisplayRows in interface DDLRecordSetLocalServicePortalException
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 DDLRecordSetLocalServicePortalException
public DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
updateRecordSet in interface DDLRecordSetLocalServicePortalException@Deprecated public DDLRecordSetLocalService getWrappedDDLRecordSetLocalService()
getWrappedService()
@Deprecated public void setWrappedDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetLocalService)
public DDLRecordSetLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DDLRecordSetLocalService>public void setWrappedService(DDLRecordSetLocalService ddlRecordSetLocalService)
setWrappedService in interface ServiceWrapper<DDLRecordSetLocalService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||