public class DEDataListViewLocalServiceWrapper extends java.lang.Object implements DEDataListViewLocalService, ServiceWrapper<DEDataListViewLocalService>
DEDataListViewLocalService.DEDataListViewLocalService| Constructor and Description |
|---|
DEDataListViewLocalServiceWrapper(DEDataListViewLocalService deDataListViewLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DEDataListView |
addDEDataListView(DEDataListView deDataListView)
Adds the de data list view to the database.
|
DEDataListView |
addDEDataListView(long groupId,
long companyId,
long userId,
java.lang.String appliedFilters,
long ddmStructureId,
java.lang.String fieldNames,
java.util.Map<java.util.Locale,java.lang.String> name,
java.lang.String sortField) |
DEDataListView |
createDEDataListView(long deDataListViewId)
Creates a new de data list view with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
DEDataListView |
deleteDEDataListView(DEDataListView deDataListView)
Deletes the de data list view from the database.
|
DEDataListView |
deleteDEDataListView(long deDataListViewId)
Deletes the de data list view with the primary key from the database.
|
void |
deleteDEDataListViews(long ddmStructureId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
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.
|
DEDataListView |
fetchDEDataListView(long deDataListViewId) |
DEDataListView |
fetchDEDataListViewByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the de data list view matching the UUID and group.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
DEDataListView |
getDEDataListView(long deDataListViewId)
Returns the de data list view with the primary key.
|
DEDataListView |
getDEDataListViewByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the de data list view matching the UUID and group.
|
java.util.List<DEDataListView> |
getDEDataListViews(int start,
int end)
Returns a range of all the de data list views.
|
java.util.List<DEDataListView> |
getDEDataListViews(long ddmStructureId) |
java.util.List<DEDataListView> |
getDEDataListViews(long groupId,
long companyId,
long ddmStructureId,
int start,
int end,
OrderByComparator<DEDataListView> orderByComparator) |
java.util.List<DEDataListView> |
getDEDataListViewsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the de data list views matching the UUID and company.
|
java.util.List<DEDataListView> |
getDEDataListViewsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<DEDataListView> orderByComparator)
Returns a range of de data list views matching the UUID and company.
|
int |
getDEDataListViewsCount()
Returns the number of de data list views.
|
int |
getDEDataListViewsCount(long groupId,
long companyId,
long ddmStructureId) |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
DEDataListViewLocalService |
getWrappedService() |
void |
setWrappedService(DEDataListViewLocalService deDataListViewLocalService) |
DEDataListView |
updateDEDataListView(DEDataListView deDataListView)
Updates the de data list view in the database or adds it if it does not yet exist.
|
DEDataListView |
updateDEDataListView(long deDataListViewId,
java.lang.String appliedFilters,
java.lang.String fieldNames,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String sortField) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic DEDataListViewLocalServiceWrapper(DEDataListViewLocalService deDataListViewLocalService)
public DEDataListView addDEDataListView(DEDataListView deDataListView)
addDEDataListView in interface DEDataListViewLocalServicedeDataListView - the de data list viewpublic DEDataListView addDEDataListView(long groupId, long companyId, long userId, java.lang.String appliedFilters, long ddmStructureId, java.lang.String fieldNames, java.util.Map<java.util.Locale,java.lang.String> name, java.lang.String sortField) throws java.lang.Exception
addDEDataListView in interface DEDataListViewLocalServicejava.lang.Exceptionpublic DEDataListView createDEDataListView(long deDataListViewId)
createDEDataListView in interface DEDataListViewLocalServicedeDataListViewId - the primary key for the new de data list viewpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface DEDataListViewLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic DEDataListView deleteDEDataListView(DEDataListView deDataListView)
deleteDEDataListView in interface DEDataListViewLocalServicedeDataListView - the de data list viewpublic DEDataListView deleteDEDataListView(long deDataListViewId) throws PortalException
deleteDEDataListView in interface DEDataListViewLocalServicedeDataListViewId - the primary key of the de data list viewPortalException - if a de data list view with the primary key could not be foundpublic void deleteDEDataListViews(long ddmStructureId)
deleteDEDataListViews in interface DEDataListViewLocalServicepublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface DEDataListViewLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface DEDataListViewLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface DEDataListViewLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface DEDataListViewLocalServicedynamicQuery - the dynamic querypublic <T> java.util.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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.data.engine.model.impl.DEDataListViewModelImpl.
dynamicQuery in interface DEDataListViewLocalServicedynamicQuery - 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> java.util.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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.data.engine.model.impl.DEDataListViewModelImpl.
dynamicQuery in interface DEDataListViewLocalServicedynamicQuery - 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 DEDataListViewLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface DEDataListViewLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic DEDataListView fetchDEDataListView(long deDataListViewId)
fetchDEDataListView in interface DEDataListViewLocalServicepublic DEDataListView fetchDEDataListViewByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchDEDataListViewByUuidAndGroupId in interface DEDataListViewLocalServiceuuid - the de data list view's UUIDgroupId - the primary key of the groupnull if a matching de data list view could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DEDataListViewLocalServicepublic DEDataListView getDEDataListView(long deDataListViewId) throws PortalException
getDEDataListView in interface DEDataListViewLocalServicedeDataListViewId - the primary key of the de data list viewPortalException - if a de data list view with the primary key could not be foundpublic DEDataListView getDEDataListViewByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
getDEDataListViewByUuidAndGroupId in interface DEDataListViewLocalServiceuuid - the de data list view's UUIDgroupId - the primary key of the groupPortalException - if a matching de data list view could not be foundpublic java.util.List<DEDataListView> getDEDataListViews(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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.data.engine.model.impl.DEDataListViewModelImpl.
getDEDataListViews in interface DEDataListViewLocalServicestart - the lower bound of the range of de data list viewsend - the upper bound of the range of de data list views (not inclusive)public java.util.List<DEDataListView> getDEDataListViews(long ddmStructureId)
getDEDataListViews in interface DEDataListViewLocalServicepublic java.util.List<DEDataListView> getDEDataListViews(long groupId, long companyId, long ddmStructureId, int start, int end, OrderByComparator<DEDataListView> orderByComparator)
getDEDataListViews in interface DEDataListViewLocalServicepublic java.util.List<DEDataListView> getDEDataListViewsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getDEDataListViewsByUuidAndCompanyId in interface DEDataListViewLocalServiceuuid - the UUID of the de data list viewscompanyId - the primary key of the companypublic java.util.List<DEDataListView> getDEDataListViewsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<DEDataListView> orderByComparator)
getDEDataListViewsByUuidAndCompanyId in interface DEDataListViewLocalServiceuuid - the UUID of the de data list viewscompanyId - the primary key of the companystart - the lower bound of the range of de data list viewsend - the upper bound of the range of de data list views (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getDEDataListViewsCount()
getDEDataListViewsCount in interface DEDataListViewLocalServicepublic int getDEDataListViewsCount(long groupId,
long companyId,
long ddmStructureId)
getDEDataListViewsCount in interface DEDataListViewLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface DEDataListViewLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DEDataListViewLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DEDataListViewLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface DEDataListViewLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic DEDataListView updateDEDataListView(DEDataListView deDataListView)
updateDEDataListView in interface DEDataListViewLocalServicedeDataListView - the de data list viewpublic DEDataListView updateDEDataListView(long deDataListViewId, java.lang.String appliedFilters, java.lang.String fieldNames, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String sortField) throws java.lang.Exception
updateDEDataListView in interface DEDataListViewLocalServicejava.lang.Exceptionpublic DEDataListViewLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DEDataListViewLocalService>public void setWrappedService(DEDataListViewLocalService deDataListViewLocalService)
setWrappedService in interface ServiceWrapper<DEDataListViewLocalService>