Liferay 6.1.0

com.liferay.portal.service
Class ContactServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ContactServiceWrapper
All Implemented Interfaces:
ContactService

public class ContactServiceWrapper
extends Object
implements ContactService

This class is a wrapper for ContactService.

See Also:
ContactService

Constructor Summary
ContactServiceWrapper(ContactService contactService)
           
 
Method Summary
 ContactService getWrappedContactService()
           
 void setWrappedContactService(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

getWrappedContactService

public ContactService getWrappedContactService()

setWrappedContactService

public void setWrappedContactService(ContactService contactService)

Liferay 6.1.0