|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ContactServiceWrapper
@ProviderType public class ContactServiceWrapper
Provides 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)
|
List<Contact> |
getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
int |
getContactsCount(long classNameId,
long classPK)
|
ContactService |
getWrappedContactService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
ContactService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedContactService(ContactService contactService)
Deprecated. As of 6.1.0, replaced by 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 Contact getContact(long contactId)
throws PortalException
getContact in interface ContactServicePortalException
public List<Contact> getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
throws PortalException
getContacts in interface ContactServicePortalException
public int getContactsCount(long classNameId,
long classPK)
throws PortalException
getContactsCount in interface ContactServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ContactServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public ContactService getWrappedContactService()
getWrappedService()
@Deprecated 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 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||