Liferay 7.0-ce-b4

com.liferay.portal.service
Class ContactServiceWrapper

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

Constructor Summary
ContactServiceWrapper(ContactService contactService)
           
 
Method Summary
 Contact getContact(long contactId)
           
 List<Contact> getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 int getContactsCount(long classNameId, long classPK)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 ContactService getWrappedService()
           
 void setWrappedService(ContactService contactService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactServiceWrapper

public ContactServiceWrapper(ContactService contactService)
Method Detail

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>

Liferay 7.0-ce-b4