Class ExportImportConfigurationLocalServiceBaseImpl
- All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService
- Direct Known Subclasses:
ExportImportConfigurationLocalServiceImpl
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ExportImportConfigurationLocalServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderprotected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalServiceprotected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.exportimport.kernel.model.ExportImportConfigurationaddExportImportConfiguration(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.voidcom.liferay.exportimport.kernel.model.ExportImportConfigurationcreateExportImportConfiguration(long exportImportConfigurationId) Creates a new export import configuration with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) com.liferay.exportimport.kernel.model.ExportImportConfigurationdeleteExportImportConfiguration(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.com.liferay.exportimport.kernel.model.ExportImportConfigurationdeleteExportImportConfiguration(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) voiddestroy()<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.com.liferay.exportimport.kernel.model.ExportImportConfigurationfetchExportImportConfiguration(long exportImportConfigurationId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.exportimport.kernel.model.ExportImportConfiguration>com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.com.liferay.exportimport.kernel.model.ExportImportConfigurationgetExportImportConfiguration(long exportImportConfigurationId) Returns the export import configuration with the primary key.com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderReturns the export import configuration finder.com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalServiceReturns the export import configuration local service.com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistenceReturns the export import configuration persistence.List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>getExportImportConfigurations(int start, int end) Returns a range of all the export import configurations.intReturns the number of export import configurations.com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryprotected Class<?>protected StringReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) protected voidinitActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder) Sets the export import configuration finder.voidsetExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService) Sets the export import configuration local service.voidsetExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence) Sets the export import configuration persistence.com.liferay.exportimport.kernel.model.ExportImportConfigurationupdateExportImportConfiguration(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist.Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
addDraftExportImportConfiguration, addDraftExportImportConfiguration, addExportImportConfiguration, addExportImportConfiguration, deleteExportImportConfigurations, getExportImportConfigurations, getExportImportConfigurations, getExportImportConfigurations, getExportImportConfigurations, getExportImportConfigurations, getExportImportConfigurationsCount, getExportImportConfigurationsCount, getExportImportConfigurationsCount, getExportImportConfigurationsCount, moveExportImportConfigurationToTrash, restoreExportImportConfigurationFromTrash, searchExportImportConfigurations, searchExportImportConfigurations, updateExportImportConfiguration, updateStatusMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Field Details
-
exportImportConfigurationLocalService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService -
exportImportConfigurationPersistence
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence -
exportImportConfigurationFinder
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
ExportImportConfigurationLocalServiceBaseImpl
public ExportImportConfigurationLocalServiceBaseImpl()
-
-
Method Details
-
addExportImportConfiguration
@Indexable(type=REINDEX) public com.liferay.exportimport.kernel.model.ExportImportConfiguration addExportImportConfiguration(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database. Also notifies the appropriate model listeners.Important: Inspect ExportImportConfigurationLocalServiceImpl 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:
addExportImportConfigurationin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
exportImportConfiguration- the export import configuration- Returns:
- the export import configuration that was added
-
createExportImportConfiguration
@Transactional(enabled=false) public com.liferay.exportimport.kernel.model.ExportImportConfiguration createExportImportConfiguration(long exportImportConfigurationId) Creates a new export import configuration with the primary key. Does not add the export import configuration to the database.- Specified by:
createExportImportConfigurationin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
exportImportConfigurationId- the primary key for the new export import configuration- Returns:
- the new export import configuration
-
deleteExportImportConfiguration
@Indexable(type=DELETE) public com.liferay.exportimport.kernel.model.ExportImportConfiguration deleteExportImportConfiguration(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException Deletes the export import configuration with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect ExportImportConfigurationLocalServiceImpl 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:
deleteExportImportConfigurationin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
exportImportConfigurationId- the primary key of the export import configuration- Returns:
- the export import configuration that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a export import configuration with the primary key could not be found
-
deleteExportImportConfiguration
@Indexable(type=DELETE) public com.liferay.exportimport.kernel.model.ExportImportConfiguration deleteExportImportConfiguration(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database. Also notifies the appropriate model listeners.Important: Inspect ExportImportConfigurationLocalServiceImpl 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:
deleteExportImportConfigurationin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
exportImportConfiguration- the export import configuration- Returns:
- the export import configuration that was removed
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- 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.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl.- Specified by:
dynamicQueryin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- 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.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl.- Specified by:
dynamicQueryin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- 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 interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- 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 interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchExportImportConfiguration
public com.liferay.exportimport.kernel.model.ExportImportConfiguration fetchExportImportConfiguration(long exportImportConfigurationId) - Specified by:
fetchExportImportConfigurationin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
-
getExportImportConfiguration
public com.liferay.exportimport.kernel.model.ExportImportConfiguration getExportImportConfiguration(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException Returns the export import configuration with the primary key.- Specified by:
getExportImportConfigurationin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
exportImportConfigurationId- the primary key of the export import configuration- Returns:
- the export import configuration
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a export import configuration with the primary key could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
-
initActionableDynamicQuery
protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) -
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.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 interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.exportimport.kernel.model.ExportImportConfiguration> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getExportImportConfigurations
public List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> getExportImportConfigurations(int start, int end) Returns a range of all the export import configurations.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.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl.- Specified by:
getExportImportConfigurationsin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
start- the lower bound of the range of export import configurationsend- the upper bound of the range of export import configurations (not inclusive)- Returns:
- the range of export import configurations
-
getExportImportConfigurationsCount
public int getExportImportConfigurationsCount()Returns the number of export import configurations.- Specified by:
getExportImportConfigurationsCountin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Returns:
- the number of export import configurations
-
updateExportImportConfiguration
@Indexable(type=REINDEX) public com.liferay.exportimport.kernel.model.ExportImportConfiguration updateExportImportConfiguration(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect ExportImportConfigurationLocalServiceImpl 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:
updateExportImportConfigurationin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Parameters:
exportImportConfiguration- the export import configuration- Returns:
- the export import configuration that was updated
-
getExportImportConfigurationLocalService
public com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService getExportImportConfigurationLocalService()Returns the export import configuration local service.- Returns:
- the export import configuration local service
-
setExportImportConfigurationLocalService
public void setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService) Sets the export import configuration local service.- Parameters:
exportImportConfigurationLocalService- the export import configuration local service
-
getExportImportConfigurationPersistence
public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence getExportImportConfigurationPersistence()Returns the export import configuration persistence.- Returns:
- the export import configuration persistence
-
setExportImportConfigurationPersistence
public void setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence) Sets the export import configuration persistence.- Parameters:
exportImportConfigurationPersistence- the export import configuration persistence
-
getExportImportConfigurationFinder
public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder getExportImportConfigurationFinder()Returns the export import configuration finder.- Returns:
- the export import configuration finder
-
setExportImportConfigurationFinder
public void setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder) Sets the export import configuration finder.- Parameters:
exportImportConfigurationFinder- the export import configuration finder
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-