@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ContactService extends BaseService
ContactServiceUtil,
ContactServiceBaseImpl,
com.liferay.portal.service.impl.ContactServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
Contact |
getContact(long contactId) |
java.util.List<Contact> |
getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getContactsCount(long classNameId,
long classPK) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean@Transactional(propagation=SUPPORTS, readOnly=true) Contact getContact(long contactId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Contact> getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getContactsCount(long classNameId, long classPK) throws PortalException, SystemException
PortalExceptionSystemException