|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.AccountServiceBaseImpl
public abstract class AccountServiceBaseImpl
Provides the base implementation for the account remote service.
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| Field Summary | |
|---|---|
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
|
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
AccountServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@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
| Constructor Detail |
|---|
public AccountServiceBaseImpl()
| Method Detail |
|---|
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.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.AccountServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||