Class PermalinkCompatibilityServiceImpl
- java.lang.Object
-
- org.silverpeas.core.contribution.attachment.permalinks.PermalinkCompatibilityServiceImpl
-
- All Implemented Interfaces:
PermalinkCompatibilityService
@Default @Service public class PermalinkCompatibilityServiceImpl extends Object implements PermalinkCompatibilityService
-
-
Constructor Summary
Constructors Constructor Description PermalinkCompatibilityServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleDocument
findDocumentVersionByOldId(int oldId)
SimpleDocument
findVersionnedDocumentByOldId(int oldId)
-
-
-
Method Detail
-
findDocumentVersionByOldId
public SimpleDocument findDocumentVersionByOldId(int oldId)
- Specified by:
findDocumentVersionByOldId
in interfacePermalinkCompatibilityService
-
findVersionnedDocumentByOldId
public SimpleDocument findVersionnedDocumentByOldId(int oldId)
- Specified by:
findVersionnedDocumentByOldId
in interfacePermalinkCompatibilityService
-
-