@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DDMStructureVersionService extends BaseService
DDMStructureVersionServiceUtil| Modifier and Type | Method and Description |
|---|---|
DDMStructureVersion |
getLatestStructureVersion(long structureId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DDMStructureVersion |
getStructureVersion(long structureVersionId) |
java.util.List<DDMStructureVersion> |
getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator) |
int |
getStructureVersionsCount(long structureId) |
@Transactional(propagation=SUPPORTS, readOnly=true) DDMStructureVersion getLatestStructureVersion(long structureId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) DDMStructureVersion getStructureVersion(long structureVersionId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getStructureVersionsCount(long structureId) throws PortalException
PortalException