com.liferay.portal.service.base
Class ContactLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.ContactLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.ContactLocalService
- Direct Known Subclasses:
- ContactLocalServiceImpl
- public abstract class ContactLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.ContactLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.Contact |
addContact(com.liferay.portal.model.Contact 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.Contact |
updateContact(com.liferay.portal.model.Contact 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.ContactLocalService |
deleteContact, deleteContact, getContact |
ContactLocalServiceBaseImpl
public ContactLocalServiceBaseImpl()
addContact
public com.liferay.portal.model.Contact addContact(com.liferay.portal.model.Contact model)
throws com.liferay.portal.SystemException
- Specified by:
addContact
in interface com.liferay.portal.service.ContactLocalService
- 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.ContactLocalService
- 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.ContactLocalService
- Throws:
com.liferay.portal.SystemException
updateContact
public com.liferay.portal.model.Contact updateContact(com.liferay.portal.model.Contact model)
throws com.liferay.portal.SystemException
- Specified by:
updateContact
in interface com.liferay.portal.service.ContactLocalService
- Throws:
com.liferay.portal.SystemException