@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface DDMStructureVersionService
extends com.liferay.portal.kernel.service.BaseService
DDMStructureVersionServiceUtil
,
com.liferay.dynamic.data.mapping.service.base.DDMStructureVersionServiceBaseImpl
,
com.liferay.dynamic.data.mapping.service.impl.DDMStructureVersionServiceImpl
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,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) |
int |
getStructureVersionsCount(long structureId) |
@Transactional(propagation=SUPPORTS, readOnly=true) DDMStructureVersion getLatestStructureVersion(long structureId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) DDMStructureVersion getStructureVersion(long structureVersionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getStructureVersionsCount(long structureId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException