public abstract class CountryLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.service.CountryLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CountryLocalServiceImpl
.
CountryLocalServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence |
countryLocalizationPersistence |
protected com.liferay.portal.kernel.service.CountryLocalService |
countryLocalService |
protected com.liferay.portal.kernel.service.persistence.CountryPersistence |
countryPersistence |
Constructor and Description |
---|
CountryLocalServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Country |
addCountry(com.liferay.portal.kernel.model.Country country)
Adds the country to the database.
|
void |
afterPropertiesSet() |
com.liferay.portal.kernel.model.Country |
createCountry(long countryId)
Creates a new country with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
com.liferay.portal.kernel.model.Country |
deleteCountry(com.liferay.portal.kernel.model.Country country)
Deletes the country from the database.
|
com.liferay.portal.kernel.model.Country |
deleteCountry(long countryId)
Deletes the country with the primary key 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 |
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.portal.kernel.model.Country |
fetchCountry(long countryId) |
com.liferay.portal.kernel.model.Country |
fetchCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
com.liferay.portal.kernel.model.CountryLocalization |
fetchCountryLocalization(long countryId,
String languageId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Country> |
getBasePersistence() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
List<com.liferay.portal.kernel.model.Country> |
getCountries(int start,
int end)
Returns a range of all the countries.
|
int |
getCountriesCount()
Returns the number of countries.
|
com.liferay.portal.kernel.model.Country |
getCountry(long countryId)
Returns the country with the primary key.
|
com.liferay.portal.kernel.model.Country |
getCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
com.liferay.portal.kernel.model.CountryLocalization |
getCountryLocalization(long countryId,
String languageId) |
com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence |
getCountryLocalizationPersistence()
Returns the country localization persistence.
|
List<com.liferay.portal.kernel.model.CountryLocalization> |
getCountryLocalizations(long countryId) |
com.liferay.portal.kernel.service.CountryLocalService |
getCountryLocalService()
Returns the country local service.
|
com.liferay.portal.kernel.service.persistence.CountryPersistence |
getCountryPersistence()
Returns the country persistence.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
Class<com.liferay.portal.kernel.model.Country> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
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 |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
Sets the country localization persistence.
|
void |
setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
Sets the country local service.
|
void |
setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
Sets the country persistence.
|
com.liferay.portal.kernel.model.Country |
updateCountry(com.liferay.portal.kernel.model.Country country)
Updates the country in the database or adds it if it does not yet exist.
|
com.liferay.portal.kernel.model.CountryLocalization |
updateCountryLocalization(com.liferay.portal.kernel.model.Country country,
String languageId,
String title) |
List<com.liferay.portal.kernel.model.CountryLocalization> |
updateCountryLocalizations(com.liferay.portal.kernel.model.Country country,
Map<String,String> titleMap) |
<R,E extends Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country>,R,E> updateUnsafeFunction) |
getClassLoader, getLocalizationMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCountry, deleteCompanyCountries, fetchCountryByA2, fetchCountryByA3, fetchCountryByName, fetchCountryByNumber, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountriesCount, getCompanyCountriesCount, getCountryByA2, getCountryByA3, getCountryByName, getCountryByNumber, searchCountries, updateActive, updateCountry, updateGroupFilterEnabled
@BeanReference(type=com.liferay.portal.kernel.service.CountryLocalService.class) protected com.liferay.portal.kernel.service.CountryLocalService countryLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Country addCountry(com.liferay.portal.kernel.model.Country country)
Important: Inspect CountryLocalServiceImpl 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.
addCountry
in interface com.liferay.portal.kernel.service.CountryLocalService
country
- the country@Transactional(enabled=false) public com.liferay.portal.kernel.model.Country createCountry(long countryId)
createCountry
in interface com.liferay.portal.kernel.service.CountryLocalService
countryId
- the primary key for the new country@Indexable(type=DELETE) public com.liferay.portal.kernel.model.Country deleteCountry(long countryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CountryLocalServiceImpl 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.
deleteCountry
in interface com.liferay.portal.kernel.service.CountryLocalService
countryId
- the primary key of the countrycom.liferay.portal.kernel.exception.PortalException
- if a country with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portal.kernel.model.Country deleteCountry(com.liferay.portal.kernel.model.Country country) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CountryLocalServiceImpl 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.
deleteCountry
in interface com.liferay.portal.kernel.service.CountryLocalService
country
- the countrycom.liferay.portal.kernel.exception.PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface com.liferay.portal.kernel.service.CountryLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
dynamicQuery
- the dynamic querypublic <T> 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.portal.model.impl.CountryModelImpl
.
dynamicQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
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> 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.portal.model.impl.CountryModelImpl
.
dynamicQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
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 com.liferay.portal.kernel.service.CountryLocalService
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 com.liferay.portal.kernel.service.CountryLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic com.liferay.portal.kernel.model.Country fetchCountry(long countryId)
fetchCountry
in interface com.liferay.portal.kernel.service.CountryLocalService
public com.liferay.portal.kernel.model.Country fetchCountryByUuidAndCompanyId(String uuid, long companyId)
fetchCountryByUuidAndCompanyId
in interface com.liferay.portal.kernel.service.CountryLocalService
uuid
- the country's UUIDcompanyId
- the primary key of the companynull
if a matching country could not be foundpublic com.liferay.portal.kernel.model.Country getCountry(long countryId) throws com.liferay.portal.kernel.exception.PortalException
getCountry
in interface com.liferay.portal.kernel.service.CountryLocalService
countryId
- the primary key of the countrycom.liferay.portal.kernel.exception.PortalException
- if a country with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface com.liferay.portal.kernel.service.CountryLocalService
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface com.liferay.portal.kernel.service.CountryLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
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 com.liferay.portal.kernel.service.CountryLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Country> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface com.liferay.portal.kernel.service.CountryLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Country getCountryByUuidAndCompanyId(String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCountryByUuidAndCompanyId
in interface com.liferay.portal.kernel.service.CountryLocalService
uuid
- the country's UUIDcompanyId
- the primary key of the companycom.liferay.portal.kernel.exception.PortalException
- if a matching country could not be foundpublic List<com.liferay.portal.kernel.model.Country> getCountries(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.portal.model.impl.CountryModelImpl
.
getCountries
in interface com.liferay.portal.kernel.service.CountryLocalService
start
- the lower bound of the range of countriesend
- the upper bound of the range of countries (not inclusive)public int getCountriesCount()
getCountriesCount
in interface com.liferay.portal.kernel.service.CountryLocalService
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Country updateCountry(com.liferay.portal.kernel.model.Country country)
Important: Inspect CountryLocalServiceImpl 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.
updateCountry
in interface com.liferay.portal.kernel.service.CountryLocalService
country
- the countrypublic com.liferay.portal.kernel.model.CountryLocalization fetchCountryLocalization(long countryId, String languageId)
fetchCountryLocalization
in interface com.liferay.portal.kernel.service.CountryLocalService
public com.liferay.portal.kernel.model.CountryLocalization getCountryLocalization(long countryId, String languageId) throws com.liferay.portal.kernel.exception.PortalException
getCountryLocalization
in interface com.liferay.portal.kernel.service.CountryLocalService
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.CountryLocalization> getCountryLocalizations(long countryId)
getCountryLocalizations
in interface com.liferay.portal.kernel.service.CountryLocalService
public com.liferay.portal.kernel.model.CountryLocalization updateCountryLocalization(com.liferay.portal.kernel.model.Country country, String languageId, String title) throws com.liferay.portal.kernel.exception.PortalException
updateCountryLocalization
in interface com.liferay.portal.kernel.service.CountryLocalService
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.CountryLocalization> updateCountryLocalizations(com.liferay.portal.kernel.model.Country country, Map<String,String> titleMap) throws com.liferay.portal.kernel.exception.PortalException
updateCountryLocalizations
in interface com.liferay.portal.kernel.service.CountryLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.CountryLocalService getCountryLocalService()
public void setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
countryLocalService
- the country local servicepublic com.liferay.portal.kernel.service.persistence.CountryPersistence getCountryPersistence()
public void setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
countryPersistence
- the country persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence getCountryLocalizationPersistence()
public void setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
countryLocalizationPersistence
- the country localization persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.CountryLocalService
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country> getCTPersistence()
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Country>
getCTPersistence
in interface com.liferay.portal.kernel.service.CountryLocalService
public Class<com.liferay.portal.kernel.model.Country> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Country>
getModelClass
in interface com.liferay.portal.kernel.service.CountryLocalService
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country>,R,E> updateUnsafeFunction) throws E extends Throwable
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Country>
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.CountryLocalService
E extends Throwable
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query