|
Liferay 6.2-ce-ga2 | |||||||||
| 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 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 ContactServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ContactServicebeanIdentifier - the Spring bean ID for this bean
public Contact getContact(long contactId)
throws PortalException,
SystemException
getContact in interface ContactServicePortalException
SystemException
public List<Contact> getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws PortalException,
SystemException
getContacts in interface ContactServicePortalException
SystemException
public int getContactsCount(long classNameId,
long classPK)
throws PortalException,
SystemException
getContactsCount in interface ContactServicePortalException
SystemExceptionpublic 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.2-ce-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||