Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class ContactServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.ContactServiceBaseImpl
          extended by com.liferay.portal.service.impl.ContactServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, ContactService

public class ContactServiceImpl
extends ContactServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.ContactServiceBaseImpl
addressLocalService, addressPersistence, addressService, contactLocalService, contactPersistence, contactService, counterLocalService, emailAddressLocalService, emailAddressPersistence, emailAddressService, organizationFinder, organizationLocalService, organizationPersistence, organizationService, phoneLocalService, phonePersistence, phoneService, userFinder, userLocalService, userPersistence, userService, websiteLocalService, websitePersistence, websiteService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ContactServiceImpl()
           
 
Method Summary
 Contact getContact(long contactId)
           
 List<Contact> getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 int getContactsCount(long classNameId, long classPK)
           
 
Methods inherited from class com.liferay.portal.service.base.ContactServiceBaseImpl
afterPropertiesSet, destroy, getAddressLocalService, getAddressPersistence, getAddressService, getContactLocalService, getContactPersistence, getContactService, getCounterLocalService, getEmailAddressLocalService, getEmailAddressPersistence, getEmailAddressService, getModelClass, getModelClassName, getOrganizationFinder, getOrganizationLocalService, getOrganizationPersistence, getOrganizationService, getOSGiServiceIdentifier, getPhoneLocalService, getPhonePersistence, getPhoneService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWebsiteLocalService, getWebsitePersistence, getWebsiteService, runSQL, setAddressLocalService, setAddressPersistence, setAddressService, setContactLocalService, setContactPersistence, setContactService, setCounterLocalService, setEmailAddressLocalService, setEmailAddressPersistence, setEmailAddressService, setOrganizationFinder, setOrganizationLocalService, setOrganizationPersistence, setOrganizationService, setPhoneLocalService, setPhonePersistence, setPhoneService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWebsiteLocalService, setWebsitePersistence, setWebsiteService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactServiceImpl

public ContactServiceImpl()
Method Detail

getContact

public Contact getContact(long contactId)
                   throws PortalException
Throws:
PortalException

getContacts

public List<Contact> getContacts(long classNameId,
                                 long classPK,
                                 int start,
                                 int end,
                                 OrderByComparator<Contact> orderByComparator)
                          throws PortalException
Throws:
PortalException

getContactsCount

public int getContactsCount(long classNameId,
                            long classPK)
                     throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4