public abstract class AccountServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.AccountService, 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 AccountServiceImpl
.
AccountServiceImpl
,
AccountServiceUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.service.AccountLocalService |
accountLocalService |
protected com.liferay.portal.kernel.service.persistence.AccountPersistence |
accountPersistence |
protected com.liferay.portal.kernel.service.AccountService |
accountService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
Constructor and Description |
---|
AccountServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.portal.kernel.service.AccountLocalService |
getAccountLocalService()
Returns the account local service.
|
com.liferay.portal.kernel.service.persistence.AccountPersistence |
getAccountPersistence()
Returns the account persistence.
|
com.liferay.portal.kernel.service.AccountService |
getAccountService()
Returns the account remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAccountLocalService(com.liferay.portal.kernel.service.AccountLocalService accountLocalService)
Sets the account local service.
|
void |
setAccountPersistence(com.liferay.portal.kernel.service.persistence.AccountPersistence accountPersistence)
Sets the account persistence.
|
void |
setAccountService(com.liferay.portal.kernel.service.AccountService accountService)
Sets the account remote service.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
@BeanReference(type=com.liferay.portal.kernel.service.AccountLocalService.class) protected com.liferay.portal.kernel.service.AccountLocalService accountLocalService
@BeanReference(type=com.liferay.portal.kernel.service.AccountService.class) protected com.liferay.portal.kernel.service.AccountService accountService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.AccountPersistence.class) protected com.liferay.portal.kernel.service.persistence.AccountPersistence accountPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.portal.kernel.service.AccountLocalService getAccountLocalService()
public void setAccountLocalService(com.liferay.portal.kernel.service.AccountLocalService accountLocalService)
accountLocalService
- the account local servicepublic com.liferay.portal.kernel.service.AccountService getAccountService()
public void setAccountService(com.liferay.portal.kernel.service.AccountService accountService)
accountService
- the account remote servicepublic com.liferay.portal.kernel.service.persistence.AccountPersistence getAccountPersistence()
public void setAccountPersistence(com.liferay.portal.kernel.service.persistence.AccountPersistence accountPersistence)
accountPersistence
- the account persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic 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.AccountService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query