@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface DDLRecordSetVersionService
extends com.liferay.portal.kernel.service.BaseService
DDLRecordSetVersionServiceUtil| Modifier and Type | Method and Description |
|---|---|
DDLRecordSetVersion |
getLatestRecordSetVersion(long recordSetId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DDLRecordSetVersion |
getRecordSetVersion(long recordSetVersionId) |
java.util.List<DDLRecordSetVersion> |
getRecordSetVersions(long recordSetId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) |
int |
getRecordSetVersionsCount(long recordSetId) |
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRecordSetVersionsCount(long recordSetId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException