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 dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 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 SystemException
Specified by:
addContact in interface ContactLocalService
Throws:
SystemException

createContact

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

deleteContact

public void deleteContact(long contactId)
                   throws PortalException,
                          SystemException
Specified by:
deleteContact in interface ContactLocalService
Throws:
PortalException
SystemException

deleteContact

public void deleteContact(Contact contact)
                   throws SystemException
Specified by:
deleteContact in interface ContactLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface ContactLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface ContactLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface ContactLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface ContactLocalService
Throws:
SystemException

getContact

public Contact getContact(long contactId)
                   throws PortalException,
                          SystemException
Specified by:
getContact in interface ContactLocalService
Throws:
PortalException
SystemException

getContacts

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

getContactsCount

public int getContactsCount()
                     throws SystemException
Specified by:
getContactsCount in interface ContactLocalService
Throws:
SystemException

updateContact

public Contact updateContact(Contact contact)
                      throws SystemException
Specified by:
updateContact in interface ContactLocalService
Throws:
SystemException

updateContact

public Contact updateContact(Contact contact,
                             boolean merge)
                      throws SystemException
Specified by:
updateContact in interface ContactLocalService
Throws:
SystemException

getWrappedContactLocalService

public ContactLocalService getWrappedContactLocalService()