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)TypeServicegetTypeService()TypeServicelookupTypeService()voidsetModelResolver(ItemObjectResolver modelResolver)
-
-
-
Method Detail
-
getRelatedModels
public <T extends ItemModel> java.util.Collection<T> getRelatedModels(RelationInformation relationInfo)
- Specified by:
getRelatedModelsin interfaceSLDRelationDAO
-
getRelatedObjects
public <T> java.util.Collection<T> getRelatedObjects(RelationInformation relationInfo, java.lang.Class<T> clazz)
- Specified by:
getRelatedObjectsin interfaceSLDRelationDAO
-
setModelResolver
public void setModelResolver(ItemObjectResolver modelResolver)
-
getTypeService
public TypeService getTypeService()
-
lookupTypeService
public TypeService lookupTypeService()
-
-