Package de.hybris.platform.util
Class RelationsInfo
- java.lang.Object
-
- de.hybris.platform.util.RelationsInfo
-
public class RelationsInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationsInfo.RelationsInfoBuilder
-
Constructor Summary
Constructors Constructor Description RelationsInfo()Deprecated, for removal: This API element is subject to removal in a future version.since 2105 - usebuilder()andRelationsInfo.RelationsInfoBuilder.build()to create instance of this class
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelationsInfo.RelationsInfoBuilderbuilder()org.apache.commons.lang3.tuple.Pair<java.lang.String,PK>getForeignKeyAttrPk()java.lang.StringgetOrderingQualifier()java.lang.StringgetRelationQualifier()java.lang.StringgetTargetItemType()intgetTypeOfCollection()booleanisOrderingAsc()
-
-
-
Constructor Detail
-
RelationsInfo
@Deprecated(since="2105", forRemoval=true) public RelationsInfo()Deprecated, for removal: This API element is subject to removal in a future version.since 2105 - usebuilder()andRelationsInfo.RelationsInfoBuilder.build()to create instance of this class
-
-
Method Detail
-
builder
public static RelationsInfo.RelationsInfoBuilder builder()
-
getForeignKeyAttrPk
public org.apache.commons.lang3.tuple.Pair<java.lang.String,PK> getForeignKeyAttrPk()
-
getRelationQualifier
public java.lang.String getRelationQualifier()
-
getTypeOfCollection
public int getTypeOfCollection()
-
getTargetItemType
public java.lang.String getTargetItemType()
-
getOrderingQualifier
public java.lang.String getOrderingQualifier()
-
isOrderingAsc
public boolean isOrderingAsc()
-
-