Class DDMDataProviderInstanceLocalServiceWrapper
- All Implemented Interfaces:
DDMDataProviderInstanceLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<DDMDataProviderInstance>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<DDMDataProviderInstanceLocalService>
DDMDataProviderInstanceLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDDMDataProviderInstanceLocalServiceWrapper(DDMDataProviderInstanceLocalService ddmDataProviderInstanceLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddDataProviderInstance(long userId, long groupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMFormValues ddmFormValues, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) addDDMDataProviderInstance(DDMDataProviderInstance ddmDataProviderInstance) Adds the ddm data provider instance to the database.createDDMDataProviderInstance(long dataProviderInstanceId) Creates a new ddm data provider instance with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) voiddeleteDataProviderInstance(long dataProviderInstanceId) voiddeleteDataProviderInstance(DDMDataProviderInstance dataProviderInstance) voiddeleteDataProviderInstances(long companyId, long groupId) deleteDDMDataProviderInstance(long dataProviderInstanceId) Deletes the ddm data provider instance with the primary key from the database.deleteDDMDataProviderInstance(DDMDataProviderInstance ddmDataProviderInstance) Deletes the ddm data provider instance from the database.com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchDataProviderInstance(long dataProviderInstanceId) fetchDDMDataProviderInstance(long dataProviderInstanceId) fetchDDMDataProviderInstanceByUuidAndGroupId(String uuid, long groupId) Returns the ddm data provider instance matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?>com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMDataProviderInstance>getDataProviderInstance(long dataProviderInstanceId) getDataProviderInstances(long[] groupIds) getDataProviderInstances(long[] groupIds, int start, int end) getDataProviderInstances(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) getDDMDataProviderInstance(long dataProviderInstanceId) Returns the ddm data provider instance with the primary key.getDDMDataProviderInstanceByUuidAndGroupId(String uuid, long groupId) Returns the ddm data provider instance matching the UUID and group.getDDMDataProviderInstances(int start, int end) Returns a range of all the ddm data provider instances.getDDMDataProviderInstancesByUuidAndCompanyId(String uuid, long companyId) Returns all the ddm data provider instances matching the UUID and company.getDDMDataProviderInstancesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) Returns a range of ddm data provider instances matching the UUID and company.intReturns the number of ddm data provider instances.com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) search(long companyId, long[] groupIds, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) search(long companyId, long[] groupIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) intsearchCount(long companyId, long[] groupIds, String keywords) intsearchCount(long companyId, long[] groupIds, String name, String description, boolean andOperator) voidsetWrappedService(DDMDataProviderInstanceLocalService ddmDataProviderInstanceLocalService) updateDataProviderInstance(long userId, long dataProviderInstanceId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateDDMDataProviderInstance(DDMDataProviderInstance ddmDataProviderInstance) Updates the ddm data provider instance in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMDataProviderInstance>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
DDMDataProviderInstanceLocalServiceWrapper
public DDMDataProviderInstanceLocalServiceWrapper() -
DDMDataProviderInstanceLocalServiceWrapper
public DDMDataProviderInstanceLocalServiceWrapper(DDMDataProviderInstanceLocalService ddmDataProviderInstanceLocalService)
-
-
Method Details
-
addDataProviderInstance
public DDMDataProviderInstance addDataProviderInstance(long userId, long groupId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, DDMFormValues ddmFormValues, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDDMDataProviderInstance
public DDMDataProviderInstance addDDMDataProviderInstance(DDMDataProviderInstance ddmDataProviderInstance) Adds the ddm data provider instance to the database. Also notifies the appropriate model listeners.Important: Inspect DDMDataProviderInstanceLocalServiceImpl 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.
- Specified by:
addDDMDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Parameters:
ddmDataProviderInstance- the ddm data provider instance- Returns:
- the ddm data provider instance that was added
-
createDDMDataProviderInstance
Creates a new ddm data provider instance with the primary key. Does not add the ddm data provider instance to the database.- Specified by:
createDDMDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Parameters:
dataProviderInstanceId- the primary key for the new ddm data provider instance- Returns:
- the new ddm data provider instance
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceDDMDataProviderInstanceLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteDataProviderInstance
public void deleteDataProviderInstance(DDMDataProviderInstance dataProviderInstance) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDataProviderInstance
public void deleteDataProviderInstance(long dataProviderInstanceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDataProviderInstances
public void deleteDataProviderInstances(long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDataProviderInstancesin interfaceDDMDataProviderInstanceLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDDMDataProviderInstance
public DDMDataProviderInstance deleteDDMDataProviderInstance(DDMDataProviderInstance ddmDataProviderInstance) Deletes the ddm data provider instance from the database. Also notifies the appropriate model listeners.Important: Inspect DDMDataProviderInstanceLocalServiceImpl 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.
- Specified by:
deleteDDMDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Parameters:
ddmDataProviderInstance- the ddm data provider instance- Returns:
- the ddm data provider instance that was removed
-
deleteDDMDataProviderInstance
public DDMDataProviderInstance deleteDDMDataProviderInstance(long dataProviderInstanceId) throws com.liferay.portal.kernel.exception.PortalException Deletes the ddm data provider instance with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect DDMDataProviderInstanceLocalServiceImpl 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.
- Specified by:
deleteDDMDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Parameters:
dataProviderInstanceId- the primary key of the ddm data provider instance- Returns:
- the ddm data provider instance that was removed
- Throws:
PortalException- if a ddm data provider instance with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceDDMDataProviderInstanceLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceDDMDataProviderInstanceLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceDDMDataProviderInstanceLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceDDMDataProviderInstanceLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceDDMDataProviderInstanceLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.mapping.model.impl.DDMDataProviderInstanceModelImpl.- Specified by:
dynamicQueryin interfaceDDMDataProviderInstanceLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.mapping.model.impl.DDMDataProviderInstanceModelImpl.- Specified by:
dynamicQueryin interfaceDDMDataProviderInstanceLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceDDMDataProviderInstanceLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceDDMDataProviderInstanceLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchDataProviderInstance
- Specified by:
fetchDataProviderInstancein interfaceDDMDataProviderInstanceLocalService
-
fetchDataProviderInstanceByUuid
- Specified by:
fetchDataProviderInstanceByUuidin interfaceDDMDataProviderInstanceLocalService
-
fetchDDMDataProviderInstance
- Specified by:
fetchDDMDataProviderInstancein interfaceDDMDataProviderInstanceLocalService
-
fetchDDMDataProviderInstanceByUuidAndGroupId
public DDMDataProviderInstance fetchDDMDataProviderInstanceByUuidAndGroupId(String uuid, long groupId) Returns the ddm data provider instance matching the UUID and group.- Specified by:
fetchDDMDataProviderInstanceByUuidAndGroupIdin interfaceDDMDataProviderInstanceLocalService- Parameters:
uuid- the ddm data provider instance's UUIDgroupId- the primary key of the group- Returns:
- the matching ddm data provider instance, or
nullif a matching ddm data provider instance could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceDDMDataProviderInstanceLocalService
-
getDataProviderInstance
public DDMDataProviderInstance getDataProviderInstance(long dataProviderInstanceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDataProviderInstanceByUuid
public DDMDataProviderInstance getDataProviderInstanceByUuid(String uuid) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDataProviderInstanceByUuidin interfaceDDMDataProviderInstanceLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDataProviderInstances
- Specified by:
getDataProviderInstancesin interfaceDDMDataProviderInstanceLocalService
-
getDataProviderInstances
- Specified by:
getDataProviderInstancesin interfaceDDMDataProviderInstanceLocalService
-
getDataProviderInstances
public List<DDMDataProviderInstance> getDataProviderInstances(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) - Specified by:
getDataProviderInstancesin interfaceDDMDataProviderInstanceLocalService
-
getDDMDataProviderInstance
public DDMDataProviderInstance getDDMDataProviderInstance(long dataProviderInstanceId) throws com.liferay.portal.kernel.exception.PortalException Returns the ddm data provider instance with the primary key.- Specified by:
getDDMDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Parameters:
dataProviderInstanceId- the primary key of the ddm data provider instance- Returns:
- the ddm data provider instance
- Throws:
PortalException- if a ddm data provider instance with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getDDMDataProviderInstanceByUuidAndGroupId
public DDMDataProviderInstance getDDMDataProviderInstanceByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the ddm data provider instance matching the UUID and group.- Specified by:
getDDMDataProviderInstanceByUuidAndGroupIdin interfaceDDMDataProviderInstanceLocalService- Parameters:
uuid- the ddm data provider instance's UUIDgroupId- the primary key of the group- Returns:
- the matching ddm data provider instance
- Throws:
PortalException- if a matching ddm data provider instance could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getDDMDataProviderInstances
Returns a range of all the ddm data provider instances.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.mapping.model.impl.DDMDataProviderInstanceModelImpl.- Specified by:
getDDMDataProviderInstancesin interfaceDDMDataProviderInstanceLocalService- Parameters:
start- the lower bound of the range of ddm data provider instancesend- the upper bound of the range of ddm data provider instances (not inclusive)- Returns:
- the range of ddm data provider instances
-
getDDMDataProviderInstancesByUuidAndCompanyId
public List<DDMDataProviderInstance> getDDMDataProviderInstancesByUuidAndCompanyId(String uuid, long companyId) Returns all the ddm data provider instances matching the UUID and company.- Specified by:
getDDMDataProviderInstancesByUuidAndCompanyIdin interfaceDDMDataProviderInstanceLocalService- Parameters:
uuid- the UUID of the ddm data provider instancescompanyId- the primary key of the company- Returns:
- the matching ddm data provider instances, or an empty list if no matches were found
-
getDDMDataProviderInstancesByUuidAndCompanyId
public List<DDMDataProviderInstance> getDDMDataProviderInstancesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) Returns a range of ddm data provider instances matching the UUID and company.- Specified by:
getDDMDataProviderInstancesByUuidAndCompanyIdin interfaceDDMDataProviderInstanceLocalService- Parameters:
uuid- the UUID of the ddm data provider instancescompanyId- the primary key of the companystart- the lower bound of the range of ddm data provider instancesend- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching ddm data provider instances, or an empty list if no matches were found
-
getDDMDataProviderInstancesCount
public int getDDMDataProviderInstancesCount()Returns the number of ddm data provider instances.- Specified by:
getDDMDataProviderInstancesCountin interfaceDDMDataProviderInstanceLocalService- Returns:
- the number of ddm data provider instances
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceDDMDataProviderInstanceLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceDDMDataProviderInstanceLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDDMDataProviderInstanceLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceDDMDataProviderInstanceLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
search
public List<DDMDataProviderInstance> search(long companyId, long[] groupIds, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) - Specified by:
searchin interfaceDDMDataProviderInstanceLocalService
-
search
public List<DDMDataProviderInstance> search(long companyId, long[] groupIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) - Specified by:
searchin interfaceDDMDataProviderInstanceLocalService
-
searchCount
- Specified by:
searchCountin interfaceDDMDataProviderInstanceLocalService
-
searchCount
public int searchCount(long companyId, long[] groupIds, String name, String description, boolean andOperator) - Specified by:
searchCountin interfaceDDMDataProviderInstanceLocalService
-
updateDataProviderInstance
public DDMDataProviderInstance updateDataProviderInstance(long userId, long dataProviderInstanceId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDDMDataProviderInstance
public DDMDataProviderInstance updateDDMDataProviderInstance(DDMDataProviderInstance ddmDataProviderInstance) Updates the ddm data provider instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect DDMDataProviderInstanceLocalServiceImpl 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.
- Specified by:
updateDDMDataProviderInstancein interfaceDDMDataProviderInstanceLocalService- Parameters:
ddmDataProviderInstance- the ddm data provider instance- Returns:
- the ddm data provider instance that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMDataProviderInstance> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DDMDataProviderInstance>- Specified by:
getCTPersistencein interfaceDDMDataProviderInstanceLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DDMDataProviderInstance>- Specified by:
getModelClassin interfaceDDMDataProviderInstanceLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMDataProviderInstance>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DDMDataProviderInstance>- Specified by:
updateWithUnsafeFunctionin interfaceDDMDataProviderInstanceLocalService- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMDataProviderInstanceLocalService>
-
setWrappedService
public void setWrappedService(DDMDataProviderInstanceLocalService ddmDataProviderInstanceLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMDataProviderInstanceLocalService>
-