Class DefaultSLDRelationDAO
- java.lang.Object
-
- de.hybris.platform.directpersistence.read.DefaultSLDRelationDAO
-
- All Implemented Interfaces:
SLDRelationDAO
public class DefaultSLDRelationDAO extends java.lang.Object implements SLDRelationDAO
-
-
Constructor Summary
Constructors Constructor Description DefaultSLDRelationDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ItemModel>
java.util.Collection<T>getRelatedModels(RelationInformation relationInfo)
<T> java.util.Collection<T>
getRelatedObjects(RelationInformation relationInfo, java.lang.Class<T> clazz)
TypeService
getTypeService()
TypeService
lookupTypeService()
void
setModelResolver(ItemObjectResolver modelResolver)
-
-
-
Method Detail
-
getRelatedModels
public <T extends ItemModel> java.util.Collection<T> getRelatedModels(RelationInformation relationInfo)
- Specified by:
getRelatedModels
in interfaceSLDRelationDAO
-
getRelatedObjects
public <T> java.util.Collection<T> getRelatedObjects(RelationInformation relationInfo, java.lang.Class<T> clazz)
- Specified by:
getRelatedObjects
in interfaceSLDRelationDAO
-
setModelResolver
public void setModelResolver(ItemObjectResolver modelResolver)
-
getTypeService
public TypeService getTypeService()
-
lookupTypeService
public TypeService lookupTypeService()
-
-