@ProviderType public class DDLRecordSetLocalServiceWrapper extends java.lang.Object implements DDLRecordSetLocalService, ServiceWrapper<DDLRecordSetLocalService>
DDLRecordSetLocalService.DDLRecordSetLocalService| Constructor and Description |
|---|
DDLRecordSetLocalServiceWrapper(DDLRecordSetLocalService ddlRecordSetLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DDLRecordSet |
addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database.
|
DDLRecordSet |
addRecordSet(long userId,
long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext) |
void |
addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addRecordSetResources(DDLRecordSet recordSet,
java.lang.String[] groupPermissions,
java.lang.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.
|
void |
deleteRecordSet(DDLRecordSet recordSet) |
void |
deleteRecordSet(long recordSetId) |
void |
deleteRecordSet(long groupId,
java.lang.String recordSetKey) |
void |
deleteRecordSets(long groupId) |
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator 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 that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
DDLRecordSet |
fetchDDLRecordSet(long recordSetId) |
DDLRecordSet |
fetchDDLRecordSetByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the d d l record set with the matching UUID and company.
|
DDLRecordSet |
fetchDDLRecordSetByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the d d l record set matching the UUID and group.
|
DDLRecordSet |
fetchRecordSet(long recordSetId) |
DDLRecordSet |
fetchRecordSet(long groupId,
java.lang.String recordSetKey) |
java.lang.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 |
getDDLRecordSetByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the d d l record set with the matching UUID and company.
|
DDLRecordSet |
getDDLRecordSetByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the d d l record set matching the UUID and group.
|
java.util.List<DDLRecordSet> |
getDDLRecordSets(int start,
int end)
Returns a range of all the d d l record sets.
|
int |
getDDLRecordSetsCount()
Returns the number of d d l record sets.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
DDLRecordSet |
getRecordSet(long recordSetId) |
DDLRecordSet |
getRecordSet(long groupId,
java.lang.String recordSetKey) |
java.util.List<DDLRecordSet> |
getRecordSets(long groupId) |
int |
getRecordSetsCount(long groupId) |
DDLRecordSetLocalService |
getWrappedDDLRecordSetLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DDLRecordSetLocalService |
getWrappedService() |
java.util.List<DDLRecordSet> |
search(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator) |
java.util.List<DDLRecordSet> |
search(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator) |
int |
searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope) |
int |
searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator) |
void |
setBeanIdentifier(java.lang.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,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext) |
DDLRecordSet |
updateRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext) |
public DDLRecordSetLocalServiceWrapper(DDLRecordSetLocalService ddlRecordSetLocalService)
public DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet) throws SystemException
addDDLRecordSet in interface DDLRecordSetLocalServiceddlRecordSet - the d d l record setSystemException - if a system exception occurredpublic DDLRecordSet createDDLRecordSet(long recordSetId)
createDDLRecordSet in interface DDLRecordSetLocalServicerecordSetId - the primary key for the new d d l record setpublic DDLRecordSet deleteDDLRecordSet(long recordSetId) throws PortalException, SystemException
deleteDDLRecordSet in interface DDLRecordSetLocalServicerecordSetId - the primary key of the d d l record setPortalException - if a d d l record set with the primary key could not be foundSystemException - if a system exception occurredpublic DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet) throws SystemException
deleteDDLRecordSet in interface DDLRecordSetLocalServiceddlRecordSet - the d d l record setSystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface DDLRecordSetLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface DDLRecordSetLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 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)SystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 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)SystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface DDLRecordSetLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface DDLRecordSetLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic DDLRecordSet fetchDDLRecordSet(long recordSetId) throws SystemException
fetchDDLRecordSet in interface DDLRecordSetLocalServiceSystemExceptionpublic DDLRecordSet fetchDDLRecordSetByUuidAndCompanyId(java.lang.String uuid, long companyId) throws SystemException
fetchDDLRecordSetByUuidAndCompanyId in interface DDLRecordSetLocalServiceuuid - the d d l record set's UUIDcompanyId - the primary key of the companynull if a matching d d l record set could not be foundSystemException - if a system exception occurredpublic DDLRecordSet fetchDDLRecordSetByUuidAndGroupId(java.lang.String uuid, long groupId) throws SystemException
fetchDDLRecordSetByUuidAndGroupId in interface DDLRecordSetLocalServiceuuid - the d d l record set's UUIDgroupId - the primary key of the groupnull if a matching d d l record set could not be foundSystemException - if a system exception occurredpublic DDLRecordSet getDDLRecordSet(long recordSetId) throws PortalException, SystemException
getDDLRecordSet in interface DDLRecordSetLocalServicerecordSetId - the primary key of the d d l record setPortalException - if a d d l record set with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic DDLRecordSet getDDLRecordSetByUuidAndCompanyId(java.lang.String uuid, long companyId) throws PortalException, SystemException
getDDLRecordSetByUuidAndCompanyId in interface DDLRecordSetLocalServiceuuid - the d d l record set's UUIDcompanyId - the primary key of the companyPortalException - if a matching d d l record set could not be foundSystemException - if a system exception occurredpublic DDLRecordSet getDDLRecordSetByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException, SystemException
getDDLRecordSetByUuidAndGroupId in interface DDLRecordSetLocalServiceuuid - the d d l record set's UUIDgroupId - the primary key of the groupPortalException - if a matching d d l record set could not be foundSystemException - if a system exception occurredpublic java.util.List<DDLRecordSet> getDDLRecordSets(int start, int end) throws SystemException
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 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)SystemException - if a system exception occurredpublic int getDDLRecordSetsCount()
throws SystemException
getDDLRecordSetsCount in interface DDLRecordSetLocalServiceSystemException - if a system exception occurredpublic DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet) throws SystemException
updateDDLRecordSet in interface DDLRecordSetLocalServiceddlRecordSet - the d d l record setSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordSetLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DDLRecordSetLocalServicebeanIdentifier - the Spring bean ID for this beanpublic DDLRecordSet addRecordSet(long userId, long groupId, long ddmStructureId, java.lang.String recordSetKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext) throws PortalException, SystemException
addRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic void addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
addRecordSetResources in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic void addRecordSetResources(DDLRecordSet recordSet, java.lang.String[] groupPermissions, java.lang.String[] guestPermissions) throws PortalException, SystemException
addRecordSetResources in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic void deleteRecordSet(DDLRecordSet recordSet) throws PortalException, SystemException
deleteRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic void deleteRecordSet(long recordSetId)
throws PortalException,
SystemException
deleteRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic void deleteRecordSet(long groupId,
java.lang.String recordSetKey)
throws PortalException,
SystemException
deleteRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic void deleteRecordSets(long groupId)
throws PortalException,
SystemException
deleteRecordSets in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic DDLRecordSet fetchRecordSet(long recordSetId) throws SystemException
fetchRecordSet in interface DDLRecordSetLocalServiceSystemExceptionpublic DDLRecordSet fetchRecordSet(long groupId, java.lang.String recordSetKey) throws SystemException
fetchRecordSet in interface DDLRecordSetLocalServiceSystemExceptionpublic DDLRecordSet getRecordSet(long recordSetId) throws PortalException, SystemException
getRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic DDLRecordSet getRecordSet(long groupId, java.lang.String recordSetKey) throws PortalException, SystemException
getRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic java.util.List<DDLRecordSet> getRecordSets(long groupId) throws SystemException
getRecordSets in interface DDLRecordSetLocalServiceSystemExceptionpublic int getRecordSetsCount(long groupId)
throws SystemException
getRecordSetsCount in interface DDLRecordSetLocalServiceSystemExceptionpublic java.util.List<DDLRecordSet> search(long companyId, long groupId, java.lang.String keywords, int scope, int start, int end, OrderByComparator orderByComparator) throws SystemException
search in interface DDLRecordSetLocalServiceSystemExceptionpublic java.util.List<DDLRecordSet> search(long companyId, long groupId, java.lang.String name, java.lang.String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator) throws SystemException
search in interface DDLRecordSetLocalServiceSystemExceptionpublic int searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope)
throws SystemException
searchCount in interface DDLRecordSetLocalServiceSystemExceptionpublic int searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator)
throws SystemException
searchCount in interface DDLRecordSetLocalServiceSystemExceptionpublic DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
updateMinDisplayRows in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic DDLRecordSet updateRecordSet(long recordSetId, long ddmStructureId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
updateRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic DDLRecordSet updateRecordSet(long groupId, long ddmStructureId, java.lang.String recordSetKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, ServiceContext serviceContext) throws PortalException, SystemException
updateRecordSet in interface DDLRecordSetLocalServicePortalExceptionSystemExceptionpublic DDLRecordSetLocalService getWrappedDDLRecordSetLocalService()
getWrappedService()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>