com.liferay.portal.service
Class AccountLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.AccountLocalServiceWrapper
- All Implemented Interfaces:
- AccountLocalService
public class AccountLocalServiceWrapper
- extends Object
- implements AccountLocalService
This class is a wrapper for AccountLocalService.
- See Also:
AccountLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountLocalServiceWrapper
public AccountLocalServiceWrapper(AccountLocalService accountLocalService)
addAccount
public Account addAccount(Account account)
throws SystemException
- Specified by:
addAccount in interface AccountLocalService
- Throws:
SystemException
createAccount
public Account createAccount(long accountId)
- Specified by:
createAccount in interface AccountLocalService
deleteAccount
public void deleteAccount(long accountId)
throws PortalException,
SystemException
- Specified by:
deleteAccount in interface AccountLocalService
- Throws:
PortalException
SystemException
deleteAccount
public void deleteAccount(Account account)
throws SystemException
- Specified by:
deleteAccount in interface AccountLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AccountLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AccountLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AccountLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AccountLocalService
- Throws:
SystemException
getAccount
public Account getAccount(long accountId)
throws PortalException,
SystemException
- Specified by:
getAccount in interface AccountLocalService
- Throws:
PortalException
SystemException
getAccounts
public List<Account> getAccounts(int start,
int end)
throws SystemException
- Specified by:
getAccounts in interface AccountLocalService
- Throws:
SystemException
getAccountsCount
public int getAccountsCount()
throws SystemException
- Specified by:
getAccountsCount in interface AccountLocalService
- Throws:
SystemException
updateAccount
public Account updateAccount(Account account)
throws SystemException
- Specified by:
updateAccount in interface AccountLocalService
- Throws:
SystemException
updateAccount
public Account updateAccount(Account account,
boolean merge)
throws SystemException
- Specified by:
updateAccount in interface AccountLocalService
- Throws:
SystemException
getAccount
public Account getAccount(long companyId,
long accountId)
throws PortalException,
SystemException
- Specified by:
getAccount in interface AccountLocalService
- Throws:
PortalException
SystemException
getWrappedAccountLocalService
public AccountLocalService getWrappedAccountLocalService()