Class ReadParams.RelationInfo
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.converter.ReadParams.RelationInfo
-
- Enclosing class:
- ReadParams
public static class ReadParams.RelationInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelationInfo(ItemModelConverter.ModelAttributeInfo attributeInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetForeignKeyAttribute()OneToManyHandler<?>getOneToManyHandler()java.lang.StringgetOrderingAttribute()java.lang.StringgetRelationQualifier()ComposedTypegetRelationType()java.lang.StringgetRelationTypeName()booleanisLocalized()booleanisOneSide()booleanisOneToManyRelation()booleanisOrdered()booleanisPartoOf()booleanisSet()booleanisSource()
-
-
-
Constructor Detail
-
RelationInfo
public RelationInfo(ItemModelConverter.ModelAttributeInfo attributeInfo)
-
-
Method Detail
-
isSource
public boolean isSource()
-
getRelationQualifier
public java.lang.String getRelationQualifier()
-
isOneToManyRelation
public boolean isOneToManyRelation()
-
isLocalized
public boolean isLocalized()
-
isOrdered
public boolean isOrdered()
-
isOneSide
public boolean isOneSide()
-
isSet
public boolean isSet()
-
isPartoOf
public boolean isPartoOf()
-
getForeignKeyAttribute
public java.lang.String getForeignKeyAttribute()
-
getOrderingAttribute
public java.lang.String getOrderingAttribute()
-
getRelationType
public ComposedType getRelationType()
-
getRelationTypeName
public java.lang.String getRelationTypeName()
-
getOneToManyHandler
public OneToManyHandler<?> getOneToManyHandler()
-
-