|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.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 AccountLocalService |
accountLocalService
|
protected AccountPersistence |
accountPersistence
|
protected AccountService |
accountService
|
protected CounterLocalService |
counterLocalService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
AccountServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
AccountLocalService |
getAccountLocalService()
Returns the account local service. |
AccountPersistence |
getAccountPersistence()
Returns the account persistence. |
AccountService |
getAccountService()
Returns the account remote 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(AccountLocalService accountLocalService)
Sets the account local service. |
void |
setAccountPersistence(AccountPersistence accountPersistence)
Sets the account persistence. |
void |
setAccountService(AccountService accountService)
Sets the account remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
| Methods inherited from class com.liferay.portal.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=AccountLocalService.class) protected AccountLocalService accountLocalService
@BeanReference(type=AccountService.class) protected AccountService accountService
@BeanReference(type=AccountPersistence.class) protected AccountPersistence accountPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
| Constructor Detail |
|---|
public AccountServiceBaseImpl()
| Method Detail |
|---|
public AccountLocalService getAccountLocalService()
public void setAccountLocalService(AccountLocalService accountLocalService)
accountLocalService - the account local servicepublic AccountService getAccountService()
public void setAccountService(AccountService accountService)
accountService - the account remote servicepublic AccountPersistence getAccountPersistence()
public void setAccountPersistence(AccountPersistence accountPersistence)
accountPersistence - the account persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface AccountServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||