com.liferay.portal.service
Class ContactServiceWrapper
java.lang.Object
com.liferay.portal.service.ContactServiceWrapper
- All Implemented Interfaces:
- BaseService, ContactService, ServiceWrapper<ContactService>
@ProviderType
public class ContactServiceWrapper
- extends Object
- implements ContactService, ServiceWrapper<ContactService>
Provides a wrapper for ContactService.
- See Also:
ContactService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactServiceWrapper
public ContactServiceWrapper(ContactService contactService)
getContact
public Contact getContact(long contactId)
throws PortalException
- Specified by:
getContact in interface ContactService
- Throws:
PortalException
getContacts
public List<Contact> getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
throws PortalException
- Specified by:
getContacts in interface ContactService
- Throws:
PortalException
getContactsCount
public int getContactsCount(long classNameId,
long classPK)
throws PortalException
- Specified by:
getContactsCount in interface ContactService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface ContactService
- Returns:
- the OSGi service identifier
getWrappedService
public ContactService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ContactService>
setWrappedService
public void setWrappedService(ContactService contactService)
- Specified by:
setWrappedService in interface ServiceWrapper<ContactService>