com.liferay.portal.service.base
Class AddressLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.AddressLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.AddressLocalService
- Direct Known Subclasses:
- AddressLocalServiceImpl
- public abstract class AddressLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.AddressLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.Address |
addAddress(com.liferay.portal.model.Address 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.Address |
updateAddress(com.liferay.portal.model.Address 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.AddressLocalService |
addAddress, deleteAddress, deleteAddresses, getAddress, getAddresses, getAddresses, updateAddress |
AddressLocalServiceBaseImpl
public AddressLocalServiceBaseImpl()
addAddress
public com.liferay.portal.model.Address addAddress(com.liferay.portal.model.Address model)
throws com.liferay.portal.SystemException
- Specified by:
addAddress
in interface com.liferay.portal.service.AddressLocalService
- 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.AddressLocalService
- 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.AddressLocalService
- Throws:
com.liferay.portal.SystemException
updateAddress
public com.liferay.portal.model.Address updateAddress(com.liferay.portal.model.Address model)
throws com.liferay.portal.SystemException
- Specified by:
updateAddress
in interface com.liferay.portal.service.AddressLocalService
- Throws:
com.liferay.portal.SystemException