com.liferay.portal.service
Class ContactServiceWrapper
java.lang.Object
com.liferay.portal.service.ContactServiceWrapper
- All Implemented Interfaces:
- ContactService, ServiceWrapper<ContactService>
public class ContactServiceWrapper
- extends Object
- implements ContactService, ServiceWrapper<ContactService>
This class is a wrapper for ContactService
.
- See Also:
ContactService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactServiceWrapper
public ContactServiceWrapper(ContactService contactService)
getWrappedContactService
public ContactService getWrappedContactService()
- Deprecated. Renamed to
getWrappedService()
setWrappedContactService
public void setWrappedContactService(ContactService contactService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.ContactService)
getWrappedService
public ContactService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<ContactService>
setWrappedService
public void setWrappedService(ContactService contactService)
- Specified by:
setWrappedService
in interface ServiceWrapper<ContactService>