@AccessControlled @JSONWebService @ProviderType @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<Contact> 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()
@Transactional(propagation=SUPPORTS, readOnly=true) Contact getContact(long contactId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<Contact> getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getContactsCount(long classNameId, long classPK) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean