Class ReadParams.RelationInfo

java.lang.Object
de.hybris.platform.servicelayer.internal.converter.ReadParams.RelationInfo
Enclosing class:
ReadParams

public static class ReadParams.RelationInfo extends Object
  • Constructor Details

  • Method Details

    • isSource

      public boolean isSource()
    • getRelationQualifier

      public 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 String getForeignKeyAttribute()
    • getOrderingAttribute

      public String getOrderingAttribute()
    • getRelationType

      public ComposedType getRelationType()
    • getRelationTypeName

      public String getRelationTypeName()
    • getOneToManyHandler

      public OneToManyHandler<?> getOneToManyHandler()