|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.ContactServiceWrapper
public class ContactServiceWrapper
This class is a wrapper for ContactService
.
ContactService
Constructor Summary | |
---|---|
ContactServiceWrapper(ContactService contactService)
|
Method Summary | |
---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
Contact |
getContact(long contactId)
|
ContactService |
getWrappedContactService()
Deprecated. Renamed to getWrappedService() |
ContactService |
getWrappedService()
|
void |
setBeanIdentifier(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 String getBeanIdentifier()
getBeanIdentifier
in interface ContactService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ContactService
beanIdentifier
- the Spring bean ID for this beanpublic Contact getContact(long contactId) throws PortalException, SystemException
getContact
in interface ContactService
PortalException
SystemException
public 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>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |