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.CounterLocalService
protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.exportimport.kernel.model.ExportImportConfiguration
addExportImportConfiguration
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.void
com.liferay.exportimport.kernel.model.ExportImportConfiguration
createExportImportConfiguration
(long exportImportConfigurationId) Creates a new export import configuration with the primary key.com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) com.liferay.exportimport.kernel.model.ExportImportConfiguration
deleteExportImportConfiguration
(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.com.liferay.exportimport.kernel.model.ExportImportConfiguration
deleteExportImportConfiguration
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.com.liferay.portal.kernel.model.PersistedModel
deletePersistedModel
(com.liferay.portal.kernel.model.PersistedModel persistedModel) void
destroy()
<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
<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.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.com.liferay.exportimport.kernel.model.ExportImportConfiguration
fetchExportImportConfiguration
(long exportImportConfigurationId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.exportimport.kernel.model.ExportImportConfiguration>
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.com.liferay.exportimport.kernel.model.ExportImportConfiguration
getExportImportConfiguration
(long exportImportConfigurationId) Returns the export import configuration with the primary key.com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
Returns the export import configuration finder.com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
Returns the export import configuration local service.com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence
Returns 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.int
Returns the number of export import configurations.com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
protected Class<?>
protected String
Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) protected void
initActionableDynamicQuery
(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) protected void
Performs a SQL query.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.void
setExportImportConfigurationFinder
(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder) Sets the export import configuration finder.void
setExportImportConfigurationLocalService
(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService) Sets the export import configuration local service.void
setExportImportConfigurationPersistence
(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence) Sets the export import configuration persistence.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.Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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, updateStatus
Methods 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:
addExportImportConfiguration
in 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:
createExportImportConfiguration
in 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:
deleteExportImportConfiguration
in 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:
deleteExportImportConfiguration
in 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:
dslQuery
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
- Specified by:
dslQuery
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCount
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
.- Specified by:
dynamicQuery
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
.- Specified by:
dynamicQuery
in 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:
dynamicQueryCount
in 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:
dynamicQueryCount
in 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:
fetchExportImportConfiguration
in 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:
getExportImportConfiguration
in 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:
getActionableDynamicQuery
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in 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:
createPersistedModel
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
- Specified by:
createPersistedModel
in 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:
deletePersistedModel
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
- Specified by:
deletePersistedModel
in 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:
getBasePersistence
in 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:
getPersistedModel
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
- Specified by:
getPersistedModel
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl
.- Specified by:
getExportImportConfigurations
in 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:
getExportImportConfigurationsCount
in 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:
updateExportImportConfiguration
in 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:
getOSGiServiceIdentifier
in interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService
- Specified by:
getOSGiServiceIdentifier
in 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
-