com.liferay.portal.service
Class AccountLocalServiceWrapper
java.lang.Object
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:
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 com.liferay.portal.SystemException
- Specified by:
addAccount
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
createAccount
public Account createAccount(long accountId)
- Specified by:
createAccount
in interface AccountLocalService
deleteAccount
public void deleteAccount(long accountId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteAccount
in interface AccountLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteAccount
public void deleteAccount(Account account)
throws com.liferay.portal.SystemException
- Specified by:
deleteAccount
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
getAccount
public Account getAccount(long accountId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAccount
in interface AccountLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAccounts
public java.util.List<Account> getAccounts(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getAccounts
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
getAccountsCount
public int getAccountsCount()
throws com.liferay.portal.SystemException
- Specified by:
getAccountsCount
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
updateAccount
public Account updateAccount(Account account)
throws com.liferay.portal.SystemException
- Specified by:
updateAccount
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
updateAccount
public Account updateAccount(Account account,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateAccount
in interface AccountLocalService
- Throws:
com.liferay.portal.SystemException
getAccount
public Account getAccount(long companyId,
long accountId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAccount
in interface AccountLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedAccountLocalService
public AccountLocalService getWrappedAccountLocalService()