com.liferay.portal.service
Class ContactLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ContactLocalServiceWrapper
- All Implemented Interfaces:
- ContactLocalService
public class ContactLocalServiceWrapper
- extends java.lang.Object
- implements ContactLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ContactLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ContactLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactLocalServiceWrapper
public ContactLocalServiceWrapper(ContactLocalService contactLocalService)
addContact
public Contact addContact(Contact contact)
throws com.liferay.portal.SystemException
- Specified by:
addContact
in interface ContactLocalService
- Throws:
com.liferay.portal.SystemException
createContact
public Contact createContact(long contactId)
- Specified by:
createContact
in interface ContactLocalService
deleteContact
public void deleteContact(long contactId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteContact
in interface ContactLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteContact
public void deleteContact(Contact contact)
throws com.liferay.portal.SystemException
- Specified by:
deleteContact
in interface ContactLocalService
- 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 ContactLocalService
- 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 ContactLocalService
- 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 ContactLocalService
- 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 ContactLocalService
- Throws:
com.liferay.portal.SystemException
getContact
public Contact getContact(long contactId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getContact
in interface ContactLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getContacts
public java.util.List<Contact> getContacts(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getContacts
in interface ContactLocalService
- Throws:
com.liferay.portal.SystemException
getContactsCount
public int getContactsCount()
throws com.liferay.portal.SystemException
- Specified by:
getContactsCount
in interface ContactLocalService
- Throws:
com.liferay.portal.SystemException
updateContact
public Contact updateContact(Contact contact)
throws com.liferay.portal.SystemException
- Specified by:
updateContact
in interface ContactLocalService
- Throws:
com.liferay.portal.SystemException
updateContact
public Contact updateContact(Contact contact,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateContact
in interface ContactLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedContactLocalService
public ContactLocalService getWrappedContactLocalService()