public class ContactServiceImpl extends ContactServiceBaseImpl
contactLocalService, contactPersistence, contactService, counterLocalService| Constructor and Description |
|---|
ContactServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<com.liferay.portal.kernel.model.Contact> |
getCompanyContacts(long companyId,
int start,
int end) |
int |
getCompanyContactsCount(long companyId) |
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, getContactLocalService, getContactPersistence, getContactService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setContactLocalService, setContactPersistence, setContactService, setCounterLocalServicepublic List<com.liferay.portal.kernel.model.Contact> getCompanyContacts(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getCompanyContactsCount(long companyId)
public 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