@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DDMTemplateVersionService extends BaseService
DDMTemplateVersionServiceUtil
Modifier and Type | Method and Description |
---|---|
DDMTemplateVersion |
getLatestTemplateVersion(long templateId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DDMTemplateVersion |
getTemplateVersion(long templateVersionId) |
java.util.List<DDMTemplateVersion> |
getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator) |
int |
getTemplateVersionsCount(long templateId) |
@Transactional(propagation=SUPPORTS, readOnly=true) DDMTemplateVersion getLatestTemplateVersion(long templateId) throws PortalException
PortalException
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) DDMTemplateVersion getTemplateVersion(long templateVersionId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DDMTemplateVersion> getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getTemplateVersionsCount(long templateId) throws PortalException
PortalException