Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class AccountLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.AccountLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.AccountLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, AccountLocalService, BaseLocalService, PersistedModelLocalService

public class AccountLocalServiceImpl
extends AccountLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.AccountLocalServiceBaseImpl
accountLocalService, accountPersistence, counterLocalService, persistedModelLocalServiceRegistry
 
Constructor Summary
AccountLocalServiceImpl()
           
 
Method Summary
 Account getAccount(long companyId, long accountId)
           
 
Methods inherited from class com.liferay.portal.service.base.AccountLocalServiceBaseImpl
addAccount, afterPropertiesSet, createAccount, deleteAccount, deleteAccount, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAccount, getAccount, getAccountLocalService, getAccountPersistence, getAccounts, getAccountsCount, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setAccountLocalService, setAccountPersistence, setCounterLocalService, updateAccount
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountLocalServiceImpl

public AccountLocalServiceImpl()
Method Detail

getAccount

public Account getAccount(long companyId,
                          long accountId)
                   throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4