Class RelationsSearchParams
- java.lang.Object
-
- de.hybris.platform.persistence.links.jdbc.dml.RelationsSearchParams
-
public class RelationsSearchParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelationsSearchParams(java.lang.Iterable<java.lang.Long> languagePKs, java.lang.Iterable<java.lang.Long> parentPKs, java.lang.String relationCode, boolean isParentSource, boolean isTargetToSourceOrdered, boolean isSourceToTargetOrdered, boolean markAsModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanareValid()java.lang.Iterable<java.lang.Long>getAllLanguagePKs()java.lang.Iterable<java.lang.Long>getLocalizableLanguagePKs()intgetNumberOfLocalizableLanguagePKs()intgetNumberOfParentPKs()java.lang.Iterable<java.lang.Long>getParentPKs()java.lang.StringgetRelationCode()booleanisMarkAsModified()booleanisParentSource()booleanisParentToChildOrdered()booleanisSearchForAllLanguages()booleanisSearchForNonLocalizedRelations()
-
-
-
Constructor Detail
-
RelationsSearchParams
public RelationsSearchParams(java.lang.Iterable<java.lang.Long> languagePKs, java.lang.Iterable<java.lang.Long> parentPKs, java.lang.String relationCode, boolean isParentSource, boolean isTargetToSourceOrdered, boolean isSourceToTargetOrdered, boolean markAsModified)
-
-
Method Detail
-
getParentPKs
public java.lang.Iterable<java.lang.Long> getParentPKs()
-
isParentSource
public boolean isParentSource()
-
getRelationCode
public java.lang.String getRelationCode()
-
areValid
public boolean areValid()
-
getNumberOfParentPKs
public int getNumberOfParentPKs()
-
isSearchForAllLanguages
public boolean isSearchForAllLanguages()
-
isSearchForNonLocalizedRelations
public boolean isSearchForNonLocalizedRelations()
-
getNumberOfLocalizableLanguagePKs
public int getNumberOfLocalizableLanguagePKs()
-
getLocalizableLanguagePKs
public java.lang.Iterable<java.lang.Long> getLocalizableLanguagePKs()
-
getAllLanguagePKs
public java.lang.Iterable<java.lang.Long> getAllLanguagePKs()
-
isParentToChildOrdered
public boolean isParentToChildOrdered()
-
isMarkAsModified
public boolean isMarkAsModified()
-
-