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.portal.kernel.service.AddressLocalService |
addressLocalService |
protected com.liferay.portal.kernel.service.persistence.AddressPersistence |
addressPersistence |
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 |
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder |
organizationFinder |
protected com.liferay.portal.kernel.service.OrganizationLocalService |
organizationLocalService |
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
organizationPersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.kernel.service.RegionLocalService |
regionLocalService |
protected com.liferay.portal.kernel.service.persistence.RegionPersistence |
regionPersistence |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
| 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.AddressLocalService |
getAddressLocalService()
Returns the address local service.
|
com.liferay.portal.kernel.service.persistence.AddressPersistence |
getAddressPersistence()
Returns the address persistence.
|
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.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
com.liferay.portal.kernel.service.persistence.OrganizationFinder |
getOrganizationFinder()
Returns the organization finder.
|
com.liferay.portal.kernel.service.OrganizationLocalService |
getOrganizationLocalService()
Returns the organization local service.
|
com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
getOrganizationPersistence()
Returns the organization persistence.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
com.liferay.portal.kernel.service.RegionLocalService |
getRegionLocalService()
Returns the region local service.
|
com.liferay.portal.kernel.service.persistence.RegionPersistence |
getRegionPersistence()
Returns the region persistence.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
Sets the address local service.
|
void |
setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
Sets the address persistence.
|
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.
|
void |
setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.
|
void |
setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.
|
void |
setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.
|
void |
setRegionLocalService(com.liferay.portal.kernel.service.RegionLocalService regionLocalService)
Sets the region local service.
|
void |
setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
Sets the region persistence.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user 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) |
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCountry, 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.AddressLocalService.class) protected com.liferay.portal.kernel.service.AddressLocalService addressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.AddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class) protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class) protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder
@BeanReference(type=com.liferay.portal.kernel.service.RegionLocalService.class) protected com.liferay.portal.kernel.service.RegionLocalService regionLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RegionPersistence.class) protected com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@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.CountryLocalServicecountry - the country@Transactional(enabled=false) public com.liferay.portal.kernel.model.Country createCountry(long countryId)
createCountry in interface com.liferay.portal.kernel.service.CountryLocalServicecountryId - 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.CountryLocalServicecountryId - 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.CountryLocalServicecountry - the countrycom.liferay.portal.kernel.exception.PortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.CountryLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.CountryLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalServicepublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalServicedynamicQuery - 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.CountryLocalServicedynamicQuery - 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.CountryLocalServicedynamicQuery - 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.CountryLocalServicedynamicQuery - 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.CountryLocalServicedynamicQuery - 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.CountryLocalServicepublic com.liferay.portal.kernel.model.Country fetchCountryByUuidAndCompanyId(String uuid,
long companyId)
fetchCountryByUuidAndCompanyId in interface com.liferay.portal.kernel.service.CountryLocalServiceuuid - 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.CountryLocalServicecountryId - 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.CountryLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalServiceprotected 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.CountryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.portal.kernel.service.CountryLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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.CountryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Country> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.CountryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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.CountryLocalServiceuuid - 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.CountryLocalServicestart - 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.CountryLocalServicecountry - the countrypublic com.liferay.portal.kernel.model.CountryLocalization fetchCountryLocalization(long countryId,
String languageId)
fetchCountryLocalization in interface com.liferay.portal.kernel.service.CountryLocalServicepublic 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.CountryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.CountryLocalization> getCountryLocalizations(long countryId)
getCountryLocalizations in interface com.liferay.portal.kernel.service.CountryLocalServicepublic 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.CountryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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.CountryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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.AddressLocalService getAddressLocalService()
public void setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
addressLocalService - the address local servicepublic com.liferay.portal.kernel.service.persistence.AddressPersistence getAddressPersistence()
public void setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
addressPersistence - the address persistencepublic com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence getCountryLocalizationPersistence()
public void setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
countryLocalizationPersistence - the country localization persistencepublic com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic com.liferay.portal.kernel.service.RegionLocalService getRegionLocalService()
public void setRegionLocalService(com.liferay.portal.kernel.service.RegionLocalService regionLocalService)
regionLocalService - the region local servicepublic com.liferay.portal.kernel.service.persistence.RegionPersistence getRegionPersistence()
public void setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
regionPersistence - the region persistencepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.CountryLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query