com.liferay.portal.service
Class ContactLocalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
ContactLocalServiceWrapper(ContactLocalService contactLocalService)
           
 
Method Summary
 Contact addContact(Contact contact)
           
 Contact createContact(long contactId)
           
 void deleteContact(Contact contact)
           
 void deleteContact(long contactId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 Contact getContact(long contactId)
           
 java.util.List<Contact> getContacts(int start, int end)
           
 int getContactsCount()
           
 ContactLocalService getWrappedContactLocalService()
           
 Contact updateContact(Contact contact)
           
 Contact updateContact(Contact contact, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactLocalServiceWrapper

public ContactLocalServiceWrapper(ContactLocalService contactLocalService)
Method Detail

addContact

public Contact addContact(Contact contact)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addContact in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createContact

public Contact createContact(long contactId)
Specified by:
createContact in interface ContactLocalService

deleteContact

public void deleteContact(long contactId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteContact in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteContact

public void deleteContact(Contact contact)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteContact in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getContact

public Contact getContact(long contactId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getContact in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getContacts

public java.util.List<Contact> getContacts(int start,
                                           int end)
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getContacts in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getContactsCount

public int getContactsCount()
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getContactsCount in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateContact

public Contact updateContact(Contact contact)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateContact in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateContact

public Contact updateContact(Contact contact,
                             boolean merge)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateContact in interface ContactLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getWrappedContactLocalService

public ContactLocalService getWrappedContactLocalService()