@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DDLRecordSetVersionService extends 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,
OrderByComparator<DDLRecordSetVersion> orderByComparator) |
int |
getRecordSetVersionsCount(long recordSetId) |
@Transactional(propagation=SUPPORTS, readOnly=true) DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, OrderByComparator<DDLRecordSetVersion> orderByComparator) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getRecordSetVersionsCount(long recordSetId) throws PortalException
PortalException