Class Criteria
java.lang.Object
de.hybris.platform.persistence.polyglot.search.criteria.Criteria
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic Criteria.CriteriaBuilderbuilder(TypeId typeId, Collection<TypeId> subtypeIds) intgetCount()intgetStart()booleanbooleanbooleanbooleanstatic Criteria.CriteriaBuildernewBuilderFromTemplate(Criteria template)
-
Method Details
-
builder
-
newBuilderFromTemplate
-
getTypeIdentity
-
getTypeIdentitySet
-
getTypeId
-
isTypeExclusive
public boolean isTypeExclusive() -
getSubtypeIds
-
hasCondition
public boolean hasCondition() -
getCondition
-
hasOrderBy
public boolean hasOrderBy() -
getOrderBy
-
getParams
-
getRequestedKeys
-
isNeedTotal
public boolean isNeedTotal() -
getStart
public int getStart() -
getCount
public int getCount()
-