Uses of Interface
de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder
-
Packages that use PDTRowsQueryBuilder Package Description de.hybris.platform.europe1.jalo -
-
Uses of PDTRowsQueryBuilder in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return PDTRowsQueryBuilder Modifier and Type Method Description static PDTRowsQueryBuilderPDTRowsQueryBuilder. defaultBuilder(java.lang.String type)static PDTRowsQueryBuilderPDTRowsQueryBuilder. defaultBuilder(java.lang.String type, java.util.Map<java.lang.String,java.lang.Class> attributes)protected PDTRowsQueryBuilderEurope1PriceFactory. getPDTRowsQueryBuilderFor(java.lang.String type)Creates query builder for given PDT row typePDTRowsQueryBuilderPDTRowsQueryBuilder. withAnyProduct()PDTRowsQueryBuilderPDTRowsQueryBuilder. withAnyUser()PDTRowsQueryBuilderPDTRowsQueryBuilder. withProduct(PK productPk)PDTRowsQueryBuilderPDTRowsQueryBuilder. withProductGroup(PK productGroupPk)PDTRowsQueryBuilderPDTRowsQueryBuilder. withProductId(java.lang.String productId)PDTRowsQueryBuilderPDTRowsQueryBuilder. withUser(PK userPk)PDTRowsQueryBuilderPDTRowsQueryBuilder. withUserGroup(PK userGroupPk)
-