com.liferay.portal.service
Class ContactLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ContactLocalServiceWrapper
- All Implemented Interfaces:
- ContactLocalService
public class ContactLocalServiceWrapper
- extends Object
- implements ContactLocalService
This class is a wrapper for ContactLocalService.
- See Also:
ContactLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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 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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ContactLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ContactLocalService
- Throws:
SystemException
dynamicQuery
public 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 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()