public class DEDataListViewLocalServiceWrapper extends java.lang.Object implements DEDataListViewLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DEDataListViewLocalService>
DEDataListViewLocalService
.DEDataListViewLocalService
Constructor and Description |
---|
DEDataListViewLocalServiceWrapper() |
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.
|
com.liferay.portal.kernel.model.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) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.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.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataListView> |
getCTPersistence() |
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,
com.liferay.portal.kernel.util.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,
com.liferay.portal.kernel.util.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) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<DEDataListView> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.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) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataListView>,R,E> updateUnsafeFunction) |
public DEDataListViewLocalServiceWrapper()
public DEDataListViewLocalServiceWrapper(DEDataListViewLocalService deDataListViewLocalService)
public DEDataListView addDEDataListView(DEDataListView deDataListView)
Important: Inspect DEDataListViewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addDEDataListView
in interface DEDataListViewLocalService
deDataListView
- 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 DEDataListViewLocalService
java.lang.Exception
public DEDataListView createDEDataListView(long deDataListViewId)
createDEDataListView
in interface DEDataListViewLocalService
deDataListViewId
- the primary key for the new de data list viewpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface DEDataListViewLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public DEDataListView deleteDEDataListView(DEDataListView deDataListView)
Important: Inspect DEDataListViewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteDEDataListView
in interface DEDataListViewLocalService
deDataListView
- the de data list viewpublic DEDataListView deleteDEDataListView(long deDataListViewId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect DEDataListViewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteDEDataListView
in interface DEDataListViewLocalService
deDataListViewId
- 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 DEDataListViewLocalService
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface DEDataListViewLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface DEDataListViewLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface DEDataListViewLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface DEDataListViewLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface DEDataListViewLocalService
dynamicQuery
- the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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 DEDataListViewLocalService
dynamicQuery
- 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.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 DEDataListViewLocalService
dynamicQuery
- 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface DEDataListViewLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface DEDataListViewLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic DEDataListView fetchDEDataListView(long deDataListViewId)
fetchDEDataListView
in interface DEDataListViewLocalService
public DEDataListView fetchDEDataListViewByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchDEDataListViewByUuidAndGroupId
in interface DEDataListViewLocalService
uuid
- the de data list view's UUIDgroupId
- the primary key of the groupnull
if a matching de data list view could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface DEDataListViewLocalService
public DEDataListView getDEDataListView(long deDataListViewId) throws com.liferay.portal.kernel.exception.PortalException
getDEDataListView
in interface DEDataListViewLocalService
deDataListViewId
- 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 com.liferay.portal.kernel.exception.PortalException
getDEDataListViewByUuidAndGroupId
in interface DEDataListViewLocalService
uuid
- 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 DEDataListViewLocalService
start
- 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 DEDataListViewLocalService
public java.util.List<DEDataListView> getDEDataListViews(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
getDEDataListViews
in interface DEDataListViewLocalService
public java.util.List<DEDataListView> getDEDataListViewsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getDEDataListViewsByUuidAndCompanyId
in interface DEDataListViewLocalService
uuid
- 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, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
getDEDataListViewsByUuidAndCompanyId
in interface DEDataListViewLocalService
uuid
- 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 DEDataListViewLocalService
public int getDEDataListViewsCount(long groupId, long companyId, long ddmStructureId)
getDEDataListViewsCount
in interface DEDataListViewLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface DEDataListViewLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface DEDataListViewLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DEDataListViewLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface DEDataListViewLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public DEDataListView updateDEDataListView(DEDataListView deDataListView)
Important: Inspect DEDataListViewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateDEDataListView
in interface DEDataListViewLocalService
deDataListView
- 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 DEDataListViewLocalService
java.lang.Exception
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataListView> getCTPersistence()
getCTPersistence
in interface DEDataListViewLocalService
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<DEDataListView>
public java.lang.Class<DEDataListView> getModelClass()
getModelClass
in interface DEDataListViewLocalService
getModelClass
in interface com.liferay.portal.kernel.service.change.tracking.CTService<DEDataListView>
public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataListView>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction
in interface DEDataListViewLocalService
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<DEDataListView>
E extends java.lang.Throwable
public DEDataListViewLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<DEDataListViewLocalService>
public void setWrappedService(DEDataListViewLocalService deDataListViewLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<DEDataListViewLocalService>