com.liferay.portal.service.base
Class AccountLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.AccountLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.AccountLocalService
- Direct Known Subclasses:
- AccountLocalServiceImpl
- public abstract class AccountLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.AccountLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.Account |
addAccount(com.liferay.portal.model.Account model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portal.model.Account |
updateAccount(com.liferay.portal.model.Account model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.AccountLocalService |
getAccount |
AccountLocalServiceBaseImpl
public AccountLocalServiceBaseImpl()
addAccount
public com.liferay.portal.model.Account addAccount(com.liferay.portal.model.Account model)
throws com.liferay.portal.SystemException
- Specified by:
addAccount
in interface com.liferay.portal.service.AccountLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.AccountLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.AccountLocalService
- Throws:
com.liferay.portal.SystemException
updateAccount
public com.liferay.portal.model.Account updateAccount(com.liferay.portal.model.Account model)
throws com.liferay.portal.SystemException
- Specified by:
updateAccount
in interface com.liferay.portal.service.AccountLocalService
- Throws:
com.liferay.portal.SystemException