Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class AccountServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.AccountServiceBaseImpl
          extended by com.liferay.portal.service.impl.AccountServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, AccountService, BaseService

public class AccountServiceImpl
extends AccountServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.AccountServiceBaseImpl
accountLocalService, accountPersistence, accountService, counterLocalService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
AccountServiceImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.service.base.AccountServiceBaseImpl
afterPropertiesSet, destroy, getAccountLocalService, getAccountPersistence, getAccountService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAccountLocalService, setAccountPersistence, setAccountService, setCounterLocalService
 
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
 

Constructor Detail

AccountServiceImpl

public AccountServiceImpl()

Liferay 7.0-ce-b4