public class ContactServiceImpl extends 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| Constructor and Description |
|---|
ContactServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.Contact |
getContact(long contactId) |
List<com.liferay.portal.kernel.model.Contact> |
getContacts(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Contact> orderByComparator) |
int |
getContactsCount(long classNameId,
long classPK) |
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, setWebsiteServicepublic com.liferay.portal.kernel.model.Contact getContact(long contactId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.Contact> getContacts(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Contact> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getContactsCount(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException