com.liferay.portal.service
Class AccountLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.AccountLocalServiceWrapper
All Implemented Interfaces:
AccountLocalService

public class AccountLocalServiceWrapper
extends java.lang.Object
implements AccountLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AccountLocalService.

Author:
Brian Wing Shun Chan
See Also:
AccountLocalService
Generated:

Constructor Summary
AccountLocalServiceWrapper(AccountLocalService accountLocalService)
           
 
Method Summary
 Account addAccount(Account account)
           
 Account createAccount(long accountId)
           
 void deleteAccount(Account account)
           
 void deleteAccount(long accountId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 Account getAccount(long accountId)
           
 Account getAccount(long companyId, long accountId)
           
 java.util.List<Account> getAccounts(int start, int end)
           
 int getAccountsCount()
           
 AccountLocalService getWrappedAccountLocalService()
           
 Account updateAccount(Account account)
           
 Account updateAccount(Account account, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountLocalServiceWrapper

public AccountLocalServiceWrapper(AccountLocalService accountLocalService)
Method Detail

addAccount

public Account addAccount(Account account)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAccount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createAccount

public Account createAccount(long accountId)
Specified by:
createAccount in interface AccountLocalService

deleteAccount

public void deleteAccount(long accountId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAccount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAccount

public void deleteAccount(Account account)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAccount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAccount

public Account getAccount(long accountId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getAccount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAccounts

public java.util.List<Account> getAccounts(int start,
                                           int end)
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAccounts in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAccountsCount

public int getAccountsCount()
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAccountsCount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAccount

public Account updateAccount(Account account)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAccount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAccount

public Account updateAccount(Account account,
                             boolean merge)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAccount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAccount

public Account getAccount(long companyId,
                          long accountId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getAccount in interface AccountLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedAccountLocalService

public AccountLocalService getWrappedAccountLocalService()