|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.service.ContactServiceWrapper
public class ContactServiceWrapper
This class is a wrapper for ContactService.
ContactService| Constructor Summary | |
|---|---|
ContactServiceWrapper(ContactService contactService)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
ContactService |
getWrappedContactService()
Deprecated. Renamed to getWrappedService() |
ContactService |
getWrappedService()
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedContactService(ContactService contactService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ContactService) |
void |
setWrappedService(ContactService contactService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactServiceWrapper(ContactService contactService)
| Method Detail |
|---|
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ContactServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ContactServicebeanIdentifier - the Spring bean ID for this beanpublic ContactService getWrappedContactService()
getWrappedService()
public void setWrappedContactService(ContactService contactService)
setWrappedService(com.liferay.portal.service.ContactService)
public ContactService getWrappedService()
getWrappedService in interface ServiceWrapper<ContactService>public void setWrappedService(ContactService contactService)
setWrappedService in interface ServiceWrapper<ContactService>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||