com.elasticpath.service.misc
Class Criteria

java.lang.Object
  extended by com.elasticpath.service.misc.Criteria

public class Criteria
extends java.lang.Object

This class contains all criterias used to pass to PersistenceEngine. Currently, we use HQL to specify criterias.


Field Summary
static java.lang.String ATTRIBUTE_FIND_BY_EXCLUDE_USAGE
          Criteria to retrieve Attribute exclude by usage.
static java.lang.String ATTRIBUTE_FIND_BY_KEY
          Criteria to retrieve Attribute by key.
static java.lang.String ATTRIBUTE_FIND_BY_USAGE
          Criteria to retrieve Attribute by usage.
static java.lang.String ATTRIBUTE_IN_USE_CATEGORY_TYPE
          Criteria to retrieve uids of all attributes used in category type.
static java.lang.String ATTRIBUTE_IN_USE_CUSTOMER_PROFILE_TYPE
          Criteria to retrieve uids of all attributes used in customer profile type.
static java.lang.String ATTRIBUTE_IN_USE_PRODUCT_TYPE
          Criteria to retrieve uids of all attributes used in product type.
static java.lang.String ATTRIBUTE_IN_USE_PRODUCT_TYPE_SKU
          Criteria to retrieve uids of all attributes used in product sku type.
static java.lang.String ATTRIBUTE_SELECT_ALL
          Criteria of retrieve all attributes.
static java.lang.String BRAND_CODE_LIST
          Criteria to retrieve brand code of all brands.
static java.lang.String BRAND_FIND_BY_CODE
          Criteria to retrieve Brand by code.
static java.lang.String BRAND_GUID_SELECT_BY_GUID
          Criteria of check brand guid existence.
static java.lang.String BRAND_IN_USE
          Criteria to retrieve uids of all brands in use.
static java.lang.String BRAND_IN_USE_UIDPK_LIST
          Criteria to retrieve uids of all brands in use.
static java.lang.String BRAND_SELECT_ALL
          Criteria of retrieve all brands.
static java.lang.String BRAND_SELECT_BY_GUID
          Criteria of retrieve brand by guid.
static java.lang.String CARTITEM_DELETE_BY_SKU_UID
          Criteria of delete cartitem by sku uid.
static java.lang.String CATEGORY_BY_UIDS
          Criteria of retrieve category by uids.
static java.lang.String CATEGORY_COUNT_BY_CODE
          Criteria to check for category code duplicates.
static java.lang.String CATEGORY_GUID_SELECT_BY_GUID
          Criteria of check category guid exsistence.
static java.lang.String CATEGORY_LIST_AVAILABLE_ROOT
          Criteria of retrieve all available root categories.
static java.lang.String CATEGORY_LIST_CATEGORY_TYPE
          Criteria of retrieve all categories with a specific category type.
static java.lang.String CATEGORY_LIST_ROOT
          Criteria of retrieve all root categories.
static java.lang.String CATEGORY_LIST_ROOT_UIDS
          Criteria of retrieve all root category uids.
static java.lang.String CATEGORY_LIST_SUBCATEGORY_UIDS
          Criteria of retrieve all sub category uids.
static java.lang.String CATEGORY_SELECT_BY_GUID
          Criteria of retrieve category by guid.
static java.lang.String CATEGORY_TYPE_COUNT_BY_NAME
          Criteria to check for duplicates.
static java.lang.String CATEGORY_TYPE_SELECT_ALL
          Criteria of retrieve all category types.
static java.lang.String CATEGORY_TYPE_USED_UIDS
          Criteria of retrieve used category type ids.
static java.lang.String CATEGORY_UID_SELECT_BY_CHILDREN_UIDS
          Criteria of retrieve all sub category uids based on the given children category uids.
static java.lang.String CATEGORY_UID_SELECT_BY_GUID
          Criteria of retrieve category uid by guid.
static java.lang.String CATEGORY_UID_SELECT_BY_PARENT_UIDS
          Criteria of retrieve all sub category uids based on the given parent category uids.
static java.lang.String CATEGORY_UID_SELECT_BY_PRODUCT_UID
          Criteria of retrieve category uid by product uid.
static java.lang.String CATEGORY_UIDS_ALL
          Criteria of retrieve all category uids.
static java.lang.String CATEGORY_UIDS_AVAILABLE
          Criteria of retrieve available category uids.
static java.lang.String CATEGORY_UIDS_SELECT_BY_DELETED_DATE
          Criteria to retrieve category uids deleted by deleted date.
static java.lang.String CATEGORY_UIDS_SELECT_BY_MODIFIED_DATE
          Criteria to retrieve category uids by last modified date.
static java.lang.String CMUSER_FIND_BY_EMAIL
          Criteria of retrieve cmUser by email.
static java.lang.String CMUSER_FIND_BY_USERNAME
          Criteria of retrieve cmuser by userName.
static java.lang.String CMUSER_SELECT_ALL
          Criteria of retrieve all cmUser.
static java.lang.String CUSTOMER_BY_UIDS
          Criteria of retrieve customer by uids.
static java.lang.String CUSTOMER_FIND_BY_EMAIL
          Criteria of retrieve customer by email.
static java.lang.String CUSTOMER_FIND_BY_GUID
          Criteria to retrieve customer by guid.
static java.lang.String CUSTOMER_FIND_BY_USERID
          Criteria of retrieve customer by user Id.
static java.lang.String CUSTOMER_GUID_FILTER_BY_NONANONYMOUS
          Criteria of retrieve non anonymous customer guid from a list of customer uidpk.
static java.lang.String CUSTOMER_GUID_SELECT_BY_GUID
          Criteria to check for the existence of a customer guid.
static java.lang.String CUSTOMER_PRODUCTS_PURCHASED
          Criteria for retrieving customer purchase data of the form: customerID, productPurchasedId.
static java.lang.String CUSTOMER_SELECT_ALL
          Criteria of retrieve all customer.
static java.lang.String CUSTOMER_SESSION_DELETE_BY_CUSTOMER_UID
          Criteria of retrieve customer session by guid.
static java.lang.String CUSTOMER_SESSION_FIND_BY_GUID
          Criteria of retrieve customer session by guid.
static java.lang.String CUSTOMER_UID_FIND_BY_EMAIL
          Criteria of retrieve customer uid by email.
static java.lang.String CUSTOMER_UID_FIND_BY_USERID
          Criteria of retrieve customer uid by user Id.
static java.lang.String CUSTOMER_UIDS_ALL
          Criteria of retrieve all customer uids.
static java.lang.String CUSTOMER_UIDS_SELECT_BY_DELETED_DATE
          Criteria to retrieve customer uids deleted by deleted date.
static java.lang.String CUSTOMER_UIDS_SELECT_BY_MODIFIED_DATE
          Criteria to retrieve customer uids by last modified date.
static java.lang.String CUSTOMERADDRESS_FIND_BY_GUID
          Criteria to retrieve customerAddress by guid.
static java.lang.String CUSTOMERGROUP_FIND_BY_NAME
          Criteria of retrieve customerGroup by group name.
static java.lang.String CUSTOMERGROUP_SELECT_ALL
          Criteria of retrieve all customerGroup.
static java.lang.String DA_AUDIT_BY_DAID_ORDERSKUID
          Criteria of retrieve digital asset audit by digital asset id and order sku id.
static java.lang.String DIGITAL_ASSET_AUDIT_SELECT_ALL
          Criteria of retrieve all digitalAssets.
static java.lang.String DIGITAL_ASSET_SELECT_ALL
          Criteria of retrieve all digitalAssets.
static java.lang.String FEATURED_PRODUCT_SELECT_BY_CAT_UID
          Criteria of select product and featured product order by category uid.
static java.lang.String FEATURED_PRODUCT_UID_SELECT_BY_CAT_UID
          Criteria of select featured product uid by category uid.
static java.lang.String IMPORT_JOB_FIND_BY_NAME
          Criteria of retrieve import job by name.
static java.lang.String IMPORT_JOB_SELECT_ALL
          Criteria of retrieve all import jobs.
static java.lang.String INVENTORY_AUDIT_SELECT_BY_INVENTORY_UID
          Criteria of retrieve inventoryAudit by inventory uid.
static java.lang.String MAX_FEATURED_ORDER_BY_CAT
          Criteria of retrieve max featured product order by category uid.
static java.lang.String ORDER_BY_UIDS
          Criteria of retrieve order by uids.
static java.lang.String ORDER_NUM_SELECT_BY_ORDERSKU_ID
          Criteria of retrieve order uidpk.
static java.lang.String ORDER_SELECT_ALL
          Criteria to retrieve all orders.
static java.lang.String ORDER_SELECT_BY_CREATED_DATE
          Criteria to retrieve order by created date.
static java.lang.String ORDER_SKU_SELECT_BY_ID
          Criteria of retrieve order sku.
static java.lang.String ORDER_UIDS_ALL
          Criteria of retrieve all order uids.
static java.lang.String ORDER_UIDS_SELECT_BY_MODIFIED_DATE
          Criteria to retrieve order uids by last modified date.
static java.lang.String PLACE_HOLDER_FOR_LIST
          The place holder used to represents a list in a query.
static java.lang.String PRODUCT_BY_UIDS
          Criteria of retrieve product by uids.
static java.lang.String PRODUCT_GUID_SELECT_BY_GUID
          Criteria of check product guid exsistence.
static java.lang.String PRODUCT_LIST_PRODUCT_TYPE
          Criteria of retrieve all products with a specific product type.
static java.lang.String PRODUCT_SELECT
          Criteria of retrieve product with the given uid.
static java.lang.String PRODUCT_SELECT_ALL
          Criteria of retrieve all products.
static java.lang.String PRODUCT_SELECT_BY_BRAND_UID
          Criteria of retrieve product by brand uid.
static java.lang.String PRODUCT_SELECT_BY_CATEGORY_UID
          Criteria of retrieve product by category uid.
static java.lang.String PRODUCT_SELECT_BY_GUID
          Criteria of retrieve product by guid.
static java.lang.String PRODUCT_SELECT_BY_MODIFIED_DATE
          Criteria to retrieve product by last modified date.
static java.lang.String PRODUCT_SELECT_BY_NAME_LIKE
          Criteria of retrieve product based on name criteria and parent category restriction.
static java.lang.String PRODUCT_SELECT_BY_NAME_LIKE_AND_CATEGORY_UIDS
          Criteria of retrieve product based on name criteria and parent category restriction.
static java.lang.String PRODUCT_SELECT_SALES_COUNT_AND_CATEGORY_UIDS
          Criteria to retrieve top selling products with category restriction.
static java.lang.String PRODUCT_SELECT_TOP_SELLERS
          Criteria to retrieve top selling products.
static java.lang.String PRODUCT_SKU_GUID_SELECT_BY_GUID
          Criteria of check productSku guid existence.
static java.lang.String PRODUCT_SKU_SELECT
          Criteria of retrieve product sku with the given uid.
static java.lang.String PRODUCT_SKU_SELECT_BY_GUID
          Criteria of retrieve productSku by guid.
static java.lang.String PRODUCT_SKU_UID_SELECT_BY_GUID
          Criteria of retrieve productSku UidPk by guid.
static java.lang.String PRODUCT_TYPE_COUNT_BY_NAME
          Criteria to check for duplicates.
static java.lang.String PRODUCT_TYPE_SELECT_ALL
          Criteria of retrieve all product types.
static java.lang.String PRODUCT_TYPE_USED_UIDS
          Criteria of retrieve used product type ids.
static java.lang.String PRODUCT_UID_SELECT_BY_CATEGORY_UID
          Criteria of retrieve product uid by category uid.
static java.lang.String PRODUCT_UID_SELECT_BY_CATEGORY_UIDS
          Criteria of retrieve product uids by category uids.
static java.lang.String PRODUCT_UID_SELECT_BY_DEFAUTL_CATEGORY_UID
          Criteria of retrieve product by default category uid.
static java.lang.String PRODUCT_UID_SELECT_BY_GUID
          Criteria of check product guid exsistence.
static java.lang.String PRODUCT_UIDS_ALL
          Criteria of retrieve all product uids.
static java.lang.String PRODUCT_UIDS_AVAILABLE
          Criteria of retrieve available product uids.
static java.lang.String PRODUCT_UIDS_AVAILABLE_SELECT_BY_MODIFIED_DATE
          Criteria to retrieve product uids by last modified date.
static java.lang.String PRODUCT_UIDS_SELECT_BY_DELETED_DATE
          Criteria to retrieve product uids deleted by deleted date.
static java.lang.String PRODUCT_UIDS_SELECT_BY_MODIFIED_DATE
          Criteria to retrieve product uids by last modified date.
static java.lang.String PRODUCT_UPDATE_DEFAULT_SKU_NULL
          Criteria of update product default sku to null when matching default sku.
static java.lang.String PRODUCT_UPDATE_LAST_MODIFIED_DATE
          Criteria of update product default sku to null when matching default sku.
static java.lang.String PRODUCTASSOCIATION_DELETE_BY_TARGETPRODUCT_UIDS
          Criteria of delete product association by target product list.
static java.lang.String PRODUCTASSOCIATION_DELETE_BY_TARGETSKU_UIDS
          Criteria of delete product association by target product sku list.
static java.lang.String PRODUCTCATEGORY_DELETE_BY_CATEGORY_UID
          Criteria of delete ProductCategory by category uid.
static java.lang.String PRODUCTSKU_COUNT_BY_NAME
          Criteria to check for duplicates.
static java.lang.String PRODUCTSKU_COUNT_BY_PRODUCT
          Criteria to retrieve the count of productSku belong to a product.
static java.lang.String PRODUCTSKU_LIST_PRODUCT_TYPE
          Criteria of retrieve all product sku with a specific product type.
static java.lang.String PRODUCTSKU_SELECT_BY_PRODUCT_UID
          Criteria of retrieve productSku by product uid.
static java.lang.String PRODUCTSKU_SELECT_BY_SKU_CODE
          Criteria of retrieve productSku by sku code.
static java.lang.String PRODUCTSKU_SELECT_BY_SKUCODE_LIKE_AND_CATEGORY_UIDS
          Criteria of retrieve productSku based on sku code criteria and parent category restriction.
static java.lang.String RETRIEVE_CURRENT_TIME
          Criteria of retrieve current time of db server.
static java.lang.String RULE_FIND_BY_NAME
          Criteria of retrieve rule by name.
static java.lang.String RULE_FIND_BY_PROMOCODE
          Criteria of retrieve rule by promoCode.
static java.lang.String RULE_PARAMETER_VALUE_BY_KEY
          Criteria to retrieve list of unique rule parameter value by parameter key.
static java.lang.String RULE_SELECT_ACTIVE_COUNT
          Criteria of retrieve active rule count.
static java.lang.String RULE_SET_SELECT_BY_MODIFIED_DATE
          Criteria to retrieve rule sets by last modified date.
static java.lang.String RULE_SET_UPDATE_LAST_MODIFIED_DATE
          Criteria of update product default sku to null when matching default sku.
static java.lang.String RULESET_FIND_BY_SCENARIO
          Criteria of retrieve rule set by scenario id.
static java.lang.String RULESET_SELECT_ALL
          Criteria of retrieve all ruleSets.
static java.lang.String SEARCH_CATEGORY_QRY
          Criteria to search category.
static java.lang.String SEARCH_CATEGORY_UID_QRY
          Criteria to search category uid.
static java.lang.String SEARCH_PRODUCT_BY_LDF_SKU
          Criteria to search product by local dependant fields, skucode and brand.
static java.lang.String SEARCH_PRODUCT_BY_LDF_SKU_BRAND
          Criteria to search product by local dependant fields, skucode and brand.
static java.lang.String SELECT_PRODUC_CATEGORY_ASSOCIATION
          Criteria to retrieve product category association.
static java.lang.String SHIPPINGREGION_FIND_BY_NAME
          Criteria of retrieve ShippingRegion by name.
static java.lang.String SHIPPINGREGION_IN_USE
          Criteria of retrieve Uids of all shippingRegion being used to configure shippingServiceLevel.
static java.lang.String SHIPPINGREGION_SELECT_ALL
          Criteria of retrieve all shippingRegions.
static java.lang.String SHIPPINGREGION_UID_IN_USE
          Criteria of retrieve Uids of all shippingRegion being used to configure shippingServiceLevel.
static java.lang.String SHIPPINGSERVICELEVEL_FIND_BY_NAME
          Criteria of retrieve ShippingServiceLevel by name.
static java.lang.String SHIPPINGSERVICELEVEL_SELECT_ALL
          Criteria of retrieve all shippingServiceLevels.
static java.lang.String SHOPPING_CART_FIND_BY_CUSTOMER_GUID
          Criteria of retrieve shopping cart by guid.
static java.lang.String SKU_OPTION_FIND_BY_KEY
          Criteria to retrieve SkuOption by key.
static java.lang.String SKU_OPTION_FIND_UIDPK_BY_KEY
          Criteria to retrieve SkuOption uidPk by key.
static java.lang.String SKU_OPTION_IN_USE_PRODUCT_TYPE
          Criteria to retrieve uids of all sku options used in product type.
static java.lang.String SKU_OPTION_SELECT_ALL
          Criteria to retrieve all sku option.
static java.lang.String SKU_OPTIONS_BY_PRODUCT
          Criteria to retrieve product options by product uid.
static java.lang.String SKU_OPTIONVALUE_FIND_UIDPK_BY_KEY
          Criteria to retrieve SkuOptionValue uidPkby key.
static java.lang.String SKU_OPTIONVALUE_IN_USE_PRODUCT_TYPE
          Criteria to retrieve uids of all sku options used in product type.
static java.lang.String TAX_CATEGORY_IN_USE
          Criteria of retrieve all tax category being used to configure tax values for any taxJurisdiction.
static java.lang.String TAX_CODES_WITH_PRODUCT_TYPE
          Criteria of retrieve all tax codes being associate with the existing ProductType.
static java.lang.String TAX_CODES_WITH_VALUE
          Criteria of retrieve all tax codes being used to configure tax values for any taxJurisdiction.
static java.lang.String TAXCATEGORY_SELECT_ALL
          Criteria of retrieve all taxCategories.
static java.lang.String TAXCODE_FIND_BY_CODE
          Criteria of retrieve taxCode by code.
static java.lang.String TAXCODE_SELECT_ALL
          Criteria of retrieve all taxCodes.
static java.lang.String TAXJURISDICTION_FINDBY_REGIONCODE_AND_PARENT
          Criteria of retrieve children of the given tax jurisdiction.
static java.lang.String TAXJURISDICTION_GET_CHILDREN
          Criteria of retrieve children of the given tax jurisdiction.
static java.lang.String TAXJURISDICTION_LIST_ROOT
          Criteria of retrieve all root taxJurisdictions.
static java.lang.String TAXJURISDICTION_SELECT_ALL
          Criteria of retrieve all taxJurisdictions.
static java.lang.String TAXJURISDICTION_SELECT_BY_COUNTRY_CODE
          Criteria of retrieve taxJurisdiction matching the given region code.
static java.lang.String TAXJURISDICTION_SELECT_BY_REGION_CODES
          Criteria of retrieve taxJurisdictions matching the given region code.
static java.lang.String TEMPLATE_SELECT_BY_GUID
          Criteria of retrieve template by guid.
static java.lang.String TOP_SELLER_SELECT_BY_CATEGORY_UID
          Criteria to retrieve a top seller category by category uid.
static java.lang.String USERROLE_FIND_BY_NAME
          Criteria of retrieve UserRole by name.
static java.lang.String USERROLE_SELECT_ALL
          Criteria of retrieve all userRoles.
static java.lang.String USERROLE_UID_IN_USE
          Criteria of retrieve Uids of all userRole in use.
 
Constructor Summary
Criteria()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_FIND_BY_EXCLUDE_USAGE

public static final java.lang.String ATTRIBUTE_FIND_BY_EXCLUDE_USAGE
Criteria to retrieve Attribute exclude by usage.

See Also:
Constant Field Values

ATTRIBUTE_FIND_BY_KEY

public static final java.lang.String ATTRIBUTE_FIND_BY_KEY
Criteria to retrieve Attribute by key.

See Also:
Constant Field Values

ATTRIBUTE_FIND_BY_USAGE

public static final java.lang.String ATTRIBUTE_FIND_BY_USAGE
Criteria to retrieve Attribute by usage.

See Also:
Constant Field Values

ATTRIBUTE_IN_USE_CATEGORY_TYPE

public static final java.lang.String ATTRIBUTE_IN_USE_CATEGORY_TYPE
Criteria to retrieve uids of all attributes used in category type.

See Also:
Constant Field Values

ATTRIBUTE_IN_USE_CUSTOMER_PROFILE_TYPE

public static final java.lang.String ATTRIBUTE_IN_USE_CUSTOMER_PROFILE_TYPE
Criteria to retrieve uids of all attributes used in customer profile type.

See Also:
Constant Field Values

ATTRIBUTE_IN_USE_PRODUCT_TYPE

public static final java.lang.String ATTRIBUTE_IN_USE_PRODUCT_TYPE
Criteria to retrieve uids of all attributes used in product type.

See Also:
Constant Field Values

ATTRIBUTE_IN_USE_PRODUCT_TYPE_SKU

public static final java.lang.String ATTRIBUTE_IN_USE_PRODUCT_TYPE_SKU
Criteria to retrieve uids of all attributes used in product sku type.

See Also:
Constant Field Values

ATTRIBUTE_SELECT_ALL

public static final java.lang.String ATTRIBUTE_SELECT_ALL
Criteria of retrieve all attributes.

See Also:
Constant Field Values

BRAND_CODE_LIST

public static final java.lang.String BRAND_CODE_LIST
Criteria to retrieve brand code of all brands.

See Also:
Constant Field Values

BRAND_FIND_BY_CODE

public static final java.lang.String BRAND_FIND_BY_CODE
Criteria to retrieve Brand by code.

See Also:
Constant Field Values

BRAND_GUID_SELECT_BY_GUID

public static final java.lang.String BRAND_GUID_SELECT_BY_GUID
Criteria of check brand guid existence.

See Also:
Constant Field Values

BRAND_IN_USE

public static final java.lang.String BRAND_IN_USE
Criteria to retrieve uids of all brands in use.

See Also:
Constant Field Values

BRAND_IN_USE_UIDPK_LIST

public static final java.lang.String BRAND_IN_USE_UIDPK_LIST
Criteria to retrieve uids of all brands in use.

See Also:
Constant Field Values

BRAND_SELECT_ALL

public static final java.lang.String BRAND_SELECT_ALL
Criteria of retrieve all brands.

See Also:
Constant Field Values

BRAND_SELECT_BY_GUID

public static final java.lang.String BRAND_SELECT_BY_GUID
Criteria of retrieve brand by guid.

See Also:
Constant Field Values

CARTITEM_DELETE_BY_SKU_UID

public static final java.lang.String CARTITEM_DELETE_BY_SKU_UID
Criteria of delete cartitem by sku uid.

See Also:
Constant Field Values

CATEGORY_BY_UIDS

public static final java.lang.String CATEGORY_BY_UIDS
Criteria of retrieve category by uids.

See Also:
Constant Field Values

CATEGORY_COUNT_BY_CODE

public static final java.lang.String CATEGORY_COUNT_BY_CODE
Criteria to check for category code duplicates.

See Also:
Constant Field Values

CATEGORY_GUID_SELECT_BY_GUID

public static final java.lang.String CATEGORY_GUID_SELECT_BY_GUID
Criteria of check category guid exsistence.

See Also:
Constant Field Values

CATEGORY_LIST_AVAILABLE_ROOT

public static final java.lang.String CATEGORY_LIST_AVAILABLE_ROOT
Criteria of retrieve all available root categories.

See Also:
Constant Field Values

CATEGORY_LIST_CATEGORY_TYPE

public static final java.lang.String CATEGORY_LIST_CATEGORY_TYPE
Criteria of retrieve all categories with a specific category type.

See Also:
Constant Field Values

CATEGORY_LIST_ROOT

public static final java.lang.String CATEGORY_LIST_ROOT
Criteria of retrieve all root categories.

See Also:
Constant Field Values

CATEGORY_LIST_ROOT_UIDS

public static final java.lang.String CATEGORY_LIST_ROOT_UIDS
Criteria of retrieve all root category uids.

See Also:
Constant Field Values

CATEGORY_LIST_SUBCATEGORY_UIDS

public static final java.lang.String CATEGORY_LIST_SUBCATEGORY_UIDS
Criteria of retrieve all sub category uids.

See Also:
Constant Field Values

CATEGORY_SELECT_BY_GUID

public static final java.lang.String CATEGORY_SELECT_BY_GUID
Criteria of retrieve category by guid.

See Also:
Constant Field Values

CATEGORY_TYPE_COUNT_BY_NAME

public static final java.lang.String CATEGORY_TYPE_COUNT_BY_NAME
Criteria to check for duplicates.

See Also:
Constant Field Values

CATEGORY_TYPE_SELECT_ALL

public static final java.lang.String CATEGORY_TYPE_SELECT_ALL
Criteria of retrieve all category types.

See Also:
Constant Field Values

CATEGORY_TYPE_USED_UIDS

public static final java.lang.String CATEGORY_TYPE_USED_UIDS
Criteria of retrieve used category type ids.

See Also:
Constant Field Values

CATEGORY_UID_SELECT_BY_CHILDREN_UIDS

public static final java.lang.String CATEGORY_UID_SELECT_BY_CHILDREN_UIDS
Criteria of retrieve all sub category uids based on the given children category uids.

See Also:
Constant Field Values

CATEGORY_UID_SELECT_BY_GUID

public static final java.lang.String CATEGORY_UID_SELECT_BY_GUID
Criteria of retrieve category uid by guid.

See Also:
Constant Field Values

CATEGORY_UID_SELECT_BY_PARENT_UIDS

public static final java.lang.String CATEGORY_UID_SELECT_BY_PARENT_UIDS
Criteria of retrieve all sub category uids based on the given parent category uids.

See Also:
Constant Field Values

CATEGORY_UID_SELECT_BY_PRODUCT_UID

public static final java.lang.String CATEGORY_UID_SELECT_BY_PRODUCT_UID
Criteria of retrieve category uid by product uid.

See Also:
Constant Field Values

CATEGORY_UIDS_ALL

public static final java.lang.String CATEGORY_UIDS_ALL
Criteria of retrieve all category uids.

See Also:
Constant Field Values

CATEGORY_UIDS_AVAILABLE

public static final java.lang.String CATEGORY_UIDS_AVAILABLE
Criteria of retrieve available category uids.

See Also:
Constant Field Values

CATEGORY_UIDS_SELECT_BY_DELETED_DATE

public static final java.lang.String CATEGORY_UIDS_SELECT_BY_DELETED_DATE
Criteria to retrieve category uids deleted by deleted date.

See Also:
Constant Field Values

CATEGORY_UIDS_SELECT_BY_MODIFIED_DATE

public static final java.lang.String CATEGORY_UIDS_SELECT_BY_MODIFIED_DATE
Criteria to retrieve category uids by last modified date.

See Also:
Constant Field Values

CMUSER_FIND_BY_EMAIL

public static final java.lang.String CMUSER_FIND_BY_EMAIL
Criteria of retrieve cmUser by email.

See Also:
Constant Field Values

CMUSER_FIND_BY_USERNAME

public static final java.lang.String CMUSER_FIND_BY_USERNAME
Criteria of retrieve cmuser by userName.

See Also:
Constant Field Values

CMUSER_SELECT_ALL

public static final java.lang.String CMUSER_SELECT_ALL
Criteria of retrieve all cmUser.

See Also:
Constant Field Values

CUSTOMER_BY_UIDS

public static final java.lang.String CUSTOMER_BY_UIDS
Criteria of retrieve customer by uids.

See Also:
Constant Field Values

CUSTOMER_FIND_BY_EMAIL

public static final java.lang.String CUSTOMER_FIND_BY_EMAIL
Criteria of retrieve customer by email.

See Also:
Constant Field Values

CUSTOMER_FIND_BY_GUID

public static final java.lang.String CUSTOMER_FIND_BY_GUID
Criteria to retrieve customer by guid.

See Also:
Constant Field Values

CUSTOMER_FIND_BY_USERID

public static final java.lang.String CUSTOMER_FIND_BY_USERID
Criteria of retrieve customer by user Id.

See Also:
Constant Field Values

CUSTOMER_GUID_FILTER_BY_NONANONYMOUS

public static final java.lang.String CUSTOMER_GUID_FILTER_BY_NONANONYMOUS
Criteria of retrieve non anonymous customer guid from a list of customer uidpk.

See Also:
Constant Field Values

CUSTOMER_GUID_SELECT_BY_GUID

public static final java.lang.String CUSTOMER_GUID_SELECT_BY_GUID
Criteria to check for the existence of a customer guid.

See Also:
Constant Field Values

CUSTOMER_PRODUCTS_PURCHASED

public static final java.lang.String CUSTOMER_PRODUCTS_PURCHASED
Criteria for retrieving customer purchase data of the form: customerID, productPurchasedId.

See Also:
Constant Field Values

CUSTOMER_SELECT_ALL

public static final java.lang.String CUSTOMER_SELECT_ALL
Criteria of retrieve all customer.

See Also:
Constant Field Values

CUSTOMER_SESSION_DELETE_BY_CUSTOMER_UID

public static final java.lang.String CUSTOMER_SESSION_DELETE_BY_CUSTOMER_UID
Criteria of retrieve customer session by guid.

See Also:
Constant Field Values

CUSTOMER_SESSION_FIND_BY_GUID

public static final java.lang.String CUSTOMER_SESSION_FIND_BY_GUID
Criteria of retrieve customer session by guid.

See Also:
Constant Field Values

CUSTOMER_UID_FIND_BY_EMAIL

public static final java.lang.String CUSTOMER_UID_FIND_BY_EMAIL
Criteria of retrieve customer uid by email.

See Also:
Constant Field Values

CUSTOMER_UID_FIND_BY_USERID

public static final java.lang.String CUSTOMER_UID_FIND_BY_USERID
Criteria of retrieve customer uid by user Id.

See Also:
Constant Field Values

CUSTOMER_UIDS_ALL

public static final java.lang.String CUSTOMER_UIDS_ALL
Criteria of retrieve all customer uids.

See Also:
Constant Field Values

CUSTOMER_UIDS_SELECT_BY_DELETED_DATE

public static final java.lang.String CUSTOMER_UIDS_SELECT_BY_DELETED_DATE
Criteria to retrieve customer uids deleted by deleted date.

See Also:
Constant Field Values

CUSTOMER_UIDS_SELECT_BY_MODIFIED_DATE

public static final java.lang.String CUSTOMER_UIDS_SELECT_BY_MODIFIED_DATE
Criteria to retrieve customer uids by last modified date.

See Also:
Constant Field Values

CUSTOMERADDRESS_FIND_BY_GUID

public static final java.lang.String CUSTOMERADDRESS_FIND_BY_GUID
Criteria to retrieve customerAddress by guid.

See Also:
Constant Field Values

CUSTOMERGROUP_FIND_BY_NAME

public static final java.lang.String CUSTOMERGROUP_FIND_BY_NAME
Criteria of retrieve customerGroup by group name.

See Also:
Constant Field Values

CUSTOMERGROUP_SELECT_ALL

public static final java.lang.String CUSTOMERGROUP_SELECT_ALL
Criteria of retrieve all customerGroup.

See Also:
Constant Field Values

DA_AUDIT_BY_DAID_ORDERSKUID

public static final java.lang.String DA_AUDIT_BY_DAID_ORDERSKUID
Criteria of retrieve digital asset audit by digital asset id and order sku id.

See Also:
Constant Field Values

DIGITAL_ASSET_AUDIT_SELECT_ALL

public static final java.lang.String DIGITAL_ASSET_AUDIT_SELECT_ALL
Criteria of retrieve all digitalAssets.

See Also:
Constant Field Values

DIGITAL_ASSET_SELECT_ALL

public static final java.lang.String DIGITAL_ASSET_SELECT_ALL
Criteria of retrieve all digitalAssets.

See Also:
Constant Field Values

FEATURED_PRODUCT_SELECT_BY_CAT_UID

public static final java.lang.String FEATURED_PRODUCT_SELECT_BY_CAT_UID
Criteria of select product and featured product order by category uid.

See Also:
Constant Field Values

FEATURED_PRODUCT_UID_SELECT_BY_CAT_UID

public static final java.lang.String FEATURED_PRODUCT_UID_SELECT_BY_CAT_UID
Criteria of select featured product uid by category uid.

See Also:
Constant Field Values

IMPORT_JOB_FIND_BY_NAME

public static final java.lang.String IMPORT_JOB_FIND_BY_NAME
Criteria of retrieve import job by name.

See Also:
Constant Field Values

IMPORT_JOB_SELECT_ALL

public static final java.lang.String IMPORT_JOB_SELECT_ALL
Criteria of retrieve all import jobs.

See Also:
Constant Field Values

INVENTORY_AUDIT_SELECT_BY_INVENTORY_UID

public static final java.lang.String INVENTORY_AUDIT_SELECT_BY_INVENTORY_UID
Criteria of retrieve inventoryAudit by inventory uid.

See Also:
Constant Field Values

MAX_FEATURED_ORDER_BY_CAT

public static final java.lang.String MAX_FEATURED_ORDER_BY_CAT
Criteria of retrieve max featured product order by category uid.

See Also:
Constant Field Values

ORDER_BY_UIDS

public static final java.lang.String ORDER_BY_UIDS
Criteria of retrieve order by uids.

See Also:
Constant Field Values

ORDER_NUM_SELECT_BY_ORDERSKU_ID

public static final java.lang.String ORDER_NUM_SELECT_BY_ORDERSKU_ID
Criteria of retrieve order uidpk.

See Also:
Constant Field Values

ORDER_SELECT_ALL

public static final java.lang.String ORDER_SELECT_ALL
Criteria to retrieve all orders.

See Also:
Constant Field Values

ORDER_SELECT_BY_CREATED_DATE

public static final java.lang.String ORDER_SELECT_BY_CREATED_DATE
Criteria to retrieve order by created date.

See Also:
Constant Field Values

ORDER_SKU_SELECT_BY_ID

public static final java.lang.String ORDER_SKU_SELECT_BY_ID
Criteria of retrieve order sku.

See Also:
Constant Field Values

ORDER_UIDS_ALL

public static final java.lang.String ORDER_UIDS_ALL
Criteria of retrieve all order uids.

See Also:
Constant Field Values

ORDER_UIDS_SELECT_BY_MODIFIED_DATE

public static final java.lang.String ORDER_UIDS_SELECT_BY_MODIFIED_DATE
Criteria to retrieve order uids by last modified date.

See Also:
Constant Field Values

PLACE_HOLDER_FOR_LIST

public static final java.lang.String PLACE_HOLDER_FOR_LIST
The place holder used to represents a list in a query.

See Also:
Constant Field Values

PRODUCT_BY_UIDS

public static final java.lang.String PRODUCT_BY_UIDS
Criteria of retrieve product by uids.

See Also:
Constant Field Values

PRODUCT_GUID_SELECT_BY_GUID

public static final java.lang.String PRODUCT_GUID_SELECT_BY_GUID
Criteria of check product guid exsistence.

See Also:
Constant Field Values

PRODUCT_LIST_PRODUCT_TYPE

public static final java.lang.String PRODUCT_LIST_PRODUCT_TYPE
Criteria of retrieve all products with a specific product type.

See Also:
Constant Field Values

PRODUCT_SELECT

public static final java.lang.String PRODUCT_SELECT
Criteria of retrieve product with the given uid.

See Also:
Constant Field Values

PRODUCT_SELECT_ALL

public static final java.lang.String PRODUCT_SELECT_ALL
Criteria of retrieve all products.

See Also:
Constant Field Values

PRODUCT_SELECT_BY_BRAND_UID

public static final java.lang.String PRODUCT_SELECT_BY_BRAND_UID
Criteria of retrieve product by brand uid.

See Also:
Constant Field Values

PRODUCT_SELECT_BY_CATEGORY_UID

public static final java.lang.String PRODUCT_SELECT_BY_CATEGORY_UID
Criteria of retrieve product by category uid.

See Also:
Constant Field Values

PRODUCT_SELECT_BY_GUID

public static final java.lang.String PRODUCT_SELECT_BY_GUID
Criteria of retrieve product by guid.

See Also:
Constant Field Values

PRODUCT_SELECT_BY_MODIFIED_DATE

public static final java.lang.String PRODUCT_SELECT_BY_MODIFIED_DATE
Criteria to retrieve product by last modified date.

See Also:
Constant Field Values

PRODUCT_SELECT_BY_NAME_LIKE

public static final java.lang.String PRODUCT_SELECT_BY_NAME_LIKE
Criteria of retrieve product based on name criteria and parent category restriction.

See Also:
Constant Field Values

PRODUCT_SELECT_BY_NAME_LIKE_AND_CATEGORY_UIDS

public static final java.lang.String PRODUCT_SELECT_BY_NAME_LIKE_AND_CATEGORY_UIDS
Criteria of retrieve product based on name criteria and parent category restriction.

See Also:
Constant Field Values

PRODUCT_SELECT_SALES_COUNT_AND_CATEGORY_UIDS

public static final java.lang.String PRODUCT_SELECT_SALES_COUNT_AND_CATEGORY_UIDS
Criteria to retrieve top selling products with category restriction.

See Also:
Constant Field Values

PRODUCT_SELECT_TOP_SELLERS

public static final java.lang.String PRODUCT_SELECT_TOP_SELLERS
Criteria to retrieve top selling products.

See Also:
Constant Field Values

PRODUCT_SKU_GUID_SELECT_BY_GUID

public static final java.lang.String PRODUCT_SKU_GUID_SELECT_BY_GUID
Criteria of check productSku guid existence.

See Also:
Constant Field Values

PRODUCT_SKU_SELECT

public static final java.lang.String PRODUCT_SKU_SELECT
Criteria of retrieve product sku with the given uid.

See Also:
Constant Field Values

PRODUCT_SKU_SELECT_BY_GUID

public static final java.lang.String PRODUCT_SKU_SELECT_BY_GUID
Criteria of retrieve productSku by guid.

See Also:
Constant Field Values

PRODUCT_SKU_UID_SELECT_BY_GUID

public static final java.lang.String PRODUCT_SKU_UID_SELECT_BY_GUID
Criteria of retrieve productSku UidPk by guid.

See Also:
Constant Field Values

PRODUCT_TYPE_COUNT_BY_NAME

public static final java.lang.String PRODUCT_TYPE_COUNT_BY_NAME
Criteria to check for duplicates.

See Also:
Constant Field Values

PRODUCT_TYPE_SELECT_ALL

public static final java.lang.String PRODUCT_TYPE_SELECT_ALL
Criteria of retrieve all product types.

See Also:
Constant Field Values

PRODUCT_TYPE_USED_UIDS

public static final java.lang.String PRODUCT_TYPE_USED_UIDS
Criteria of retrieve used product type ids.

See Also:
Constant Field Values

PRODUCT_UID_SELECT_BY_CATEGORY_UID

public static final java.lang.String PRODUCT_UID_SELECT_BY_CATEGORY_UID
Criteria of retrieve product uid by category uid.

See Also:
Constant Field Values

PRODUCT_UID_SELECT_BY_CATEGORY_UIDS

public static final java.lang.String PRODUCT_UID_SELECT_BY_CATEGORY_UIDS
Criteria of retrieve product uids by category uids.

See Also:
Constant Field Values

PRODUCT_UID_SELECT_BY_DEFAUTL_CATEGORY_UID

public static final java.lang.String PRODUCT_UID_SELECT_BY_DEFAUTL_CATEGORY_UID
Criteria of retrieve product by default category uid.

See Also:
Constant Field Values

PRODUCT_UID_SELECT_BY_GUID

public static final java.lang.String PRODUCT_UID_SELECT_BY_GUID
Criteria of check product guid exsistence.

See Also:
Constant Field Values

PRODUCT_UIDS_ALL

public static final java.lang.String PRODUCT_UIDS_ALL
Criteria of retrieve all product uids.

See Also:
Constant Field Values

PRODUCT_UIDS_AVAILABLE

public static final java.lang.String PRODUCT_UIDS_AVAILABLE
Criteria of retrieve available product uids.

See Also:
Constant Field Values

PRODUCT_UIDS_AVAILABLE_SELECT_BY_MODIFIED_DATE

public static final java.lang.String PRODUCT_UIDS_AVAILABLE_SELECT_BY_MODIFIED_DATE
Criteria to retrieve product uids by last modified date.

See Also:
Constant Field Values

PRODUCT_UIDS_SELECT_BY_DELETED_DATE

public static final java.lang.String PRODUCT_UIDS_SELECT_BY_DELETED_DATE
Criteria to retrieve product uids deleted by deleted date.

See Also:
Constant Field Values

PRODUCT_UIDS_SELECT_BY_MODIFIED_DATE

public static final java.lang.String PRODUCT_UIDS_SELECT_BY_MODIFIED_DATE
Criteria to retrieve product uids by last modified date.

See Also:
Constant Field Values

PRODUCT_UPDATE_DEFAULT_SKU_NULL

public static final java.lang.String PRODUCT_UPDATE_DEFAULT_SKU_NULL
Criteria of update product default sku to null when matching default sku.

See Also:
Constant Field Values

PRODUCT_UPDATE_LAST_MODIFIED_DATE

public static final java.lang.String PRODUCT_UPDATE_LAST_MODIFIED_DATE
Criteria of update product default sku to null when matching default sku.

See Also:
Constant Field Values

PRODUCTASSOCIATION_DELETE_BY_TARGETPRODUCT_UIDS

public static final java.lang.String PRODUCTASSOCIATION_DELETE_BY_TARGETPRODUCT_UIDS
Criteria of delete product association by target product list.

See Also:
Constant Field Values

PRODUCTASSOCIATION_DELETE_BY_TARGETSKU_UIDS

public static final java.lang.String PRODUCTASSOCIATION_DELETE_BY_TARGETSKU_UIDS
Criteria of delete product association by target product sku list.

See Also:
Constant Field Values

PRODUCTCATEGORY_DELETE_BY_CATEGORY_UID

public static final java.lang.String PRODUCTCATEGORY_DELETE_BY_CATEGORY_UID
Criteria of delete ProductCategory by category uid.

See Also:
Constant Field Values

PRODUCTSKU_COUNT_BY_NAME

public static final java.lang.String PRODUCTSKU_COUNT_BY_NAME
Criteria to check for duplicates.

See Also:
Constant Field Values

PRODUCTSKU_COUNT_BY_PRODUCT

public static final java.lang.String PRODUCTSKU_COUNT_BY_PRODUCT
Criteria to retrieve the count of productSku belong to a product.

See Also:
Constant Field Values

PRODUCTSKU_LIST_PRODUCT_TYPE

public static final java.lang.String PRODUCTSKU_LIST_PRODUCT_TYPE
Criteria of retrieve all product sku with a specific product type.

See Also:
Constant Field Values

PRODUCTSKU_SELECT_BY_PRODUCT_UID

public static final java.lang.String PRODUCTSKU_SELECT_BY_PRODUCT_UID
Criteria of retrieve productSku by product uid.

See Also:
Constant Field Values

PRODUCTSKU_SELECT_BY_SKU_CODE

public static final java.lang.String PRODUCTSKU_SELECT_BY_SKU_CODE
Criteria of retrieve productSku by sku code.

See Also:
Constant Field Values

PRODUCTSKU_SELECT_BY_SKUCODE_LIKE_AND_CATEGORY_UIDS

public static final java.lang.String PRODUCTSKU_SELECT_BY_SKUCODE_LIKE_AND_CATEGORY_UIDS
Criteria of retrieve productSku based on sku code criteria and parent category restriction.

See Also:
Constant Field Values

RETRIEVE_CURRENT_TIME

public static final java.lang.String RETRIEVE_CURRENT_TIME
Criteria of retrieve current time of db server.

See Also:
Constant Field Values

RULE_FIND_BY_NAME

public static final java.lang.String RULE_FIND_BY_NAME
Criteria of retrieve rule by name.

See Also:
Constant Field Values

RULE_FIND_BY_PROMOCODE

public static final java.lang.String RULE_FIND_BY_PROMOCODE
Criteria of retrieve rule by promoCode.

See Also:
Constant Field Values

RULE_PARAMETER_VALUE_BY_KEY

public static final java.lang.String RULE_PARAMETER_VALUE_BY_KEY
Criteria to retrieve list of unique rule parameter value by parameter key.

See Also:
Constant Field Values

RULE_SELECT_ACTIVE_COUNT

public static final java.lang.String RULE_SELECT_ACTIVE_COUNT
Criteria of retrieve active rule count.

See Also:
Constant Field Values

RULE_SET_SELECT_BY_MODIFIED_DATE

public static final java.lang.String RULE_SET_SELECT_BY_MODIFIED_DATE
Criteria to retrieve rule sets by last modified date.

See Also:
Constant Field Values

RULE_SET_UPDATE_LAST_MODIFIED_DATE

public static final java.lang.String RULE_SET_UPDATE_LAST_MODIFIED_DATE
Criteria of update product default sku to null when matching default sku.

See Also:
Constant Field Values

RULESET_FIND_BY_SCENARIO

public static final java.lang.String RULESET_FIND_BY_SCENARIO
Criteria of retrieve rule set by scenario id.

See Also:
Constant Field Values

RULESET_SELECT_ALL

public static final java.lang.String RULESET_SELECT_ALL
Criteria of retrieve all ruleSets.

See Also:
Constant Field Values

SEARCH_CATEGORY_QRY

public static final java.lang.String SEARCH_CATEGORY_QRY
Criteria to search category.

See Also:
Constant Field Values

SEARCH_CATEGORY_UID_QRY

public static final java.lang.String SEARCH_CATEGORY_UID_QRY
Criteria to search category uid.

See Also:
Constant Field Values

SEARCH_PRODUCT_BY_LDF_SKU

public static final java.lang.String SEARCH_PRODUCT_BY_LDF_SKU
Criteria to search product by local dependant fields, skucode and brand.

See Also:
Constant Field Values

SEARCH_PRODUCT_BY_LDF_SKU_BRAND

public static final java.lang.String SEARCH_PRODUCT_BY_LDF_SKU_BRAND
Criteria to search product by local dependant fields, skucode and brand.

See Also:
Constant Field Values

SELECT_PRODUC_CATEGORY_ASSOCIATION

public static final java.lang.String SELECT_PRODUC_CATEGORY_ASSOCIATION
Criteria to retrieve product category association.

See Also:
Constant Field Values

SHIPPINGREGION_FIND_BY_NAME

public static final java.lang.String SHIPPINGREGION_FIND_BY_NAME
Criteria of retrieve ShippingRegion by name.

See Also:
Constant Field Values

SHIPPINGREGION_IN_USE

public static final java.lang.String SHIPPINGREGION_IN_USE
Criteria of retrieve Uids of all shippingRegion being used to configure shippingServiceLevel.

See Also:
Constant Field Values

SHIPPINGREGION_SELECT_ALL

public static final java.lang.String SHIPPINGREGION_SELECT_ALL
Criteria of retrieve all shippingRegions.

See Also:
Constant Field Values

SHIPPINGREGION_UID_IN_USE

public static final java.lang.String SHIPPINGREGION_UID_IN_USE
Criteria of retrieve Uids of all shippingRegion being used to configure shippingServiceLevel.

See Also:
Constant Field Values

SHIPPINGSERVICELEVEL_FIND_BY_NAME

public static final java.lang.String SHIPPINGSERVICELEVEL_FIND_BY_NAME
Criteria of retrieve ShippingServiceLevel by name.

See Also:
Constant Field Values

SHIPPINGSERVICELEVEL_SELECT_ALL

public static final java.lang.String SHIPPINGSERVICELEVEL_SELECT_ALL
Criteria of retrieve all shippingServiceLevels.

See Also:
Constant Field Values

SHOPPING_CART_FIND_BY_CUSTOMER_GUID

public static final java.lang.String SHOPPING_CART_FIND_BY_CUSTOMER_GUID
Criteria of retrieve shopping cart by guid.

See Also:
Constant Field Values

SKU_OPTION_FIND_BY_KEY

public static final java.lang.String SKU_OPTION_FIND_BY_KEY
Criteria to retrieve SkuOption by key.

See Also:
Constant Field Values

SKU_OPTION_FIND_UIDPK_BY_KEY

public static final java.lang.String SKU_OPTION_FIND_UIDPK_BY_KEY
Criteria to retrieve SkuOption uidPk by key.

See Also:
Constant Field Values

SKU_OPTION_IN_USE_PRODUCT_TYPE

public static final java.lang.String SKU_OPTION_IN_USE_PRODUCT_TYPE
Criteria to retrieve uids of all sku options used in product type.

See Also:
Constant Field Values

SKU_OPTION_SELECT_ALL

public static final java.lang.String SKU_OPTION_SELECT_ALL
Criteria to retrieve all sku option.

See Also:
Constant Field Values

SKU_OPTIONS_BY_PRODUCT

public static final java.lang.String SKU_OPTIONS_BY_PRODUCT
Criteria to retrieve product options by product uid.

See Also:
Constant Field Values

SKU_OPTIONVALUE_FIND_UIDPK_BY_KEY

public static final java.lang.String SKU_OPTIONVALUE_FIND_UIDPK_BY_KEY
Criteria to retrieve SkuOptionValue uidPkby key.

See Also:
Constant Field Values

SKU_OPTIONVALUE_IN_USE_PRODUCT_TYPE

public static final java.lang.String SKU_OPTIONVALUE_IN_USE_PRODUCT_TYPE
Criteria to retrieve uids of all sku options used in product type.

See Also:
Constant Field Values

TAX_CATEGORY_IN_USE

public static final java.lang.String TAX_CATEGORY_IN_USE
Criteria of retrieve all tax category being used to configure tax values for any taxJurisdiction.

See Also:
Constant Field Values

TAX_CODES_WITH_PRODUCT_TYPE

public static final java.lang.String TAX_CODES_WITH_PRODUCT_TYPE
Criteria of retrieve all tax codes being associate with the existing ProductType.

See Also:
Constant Field Values

TAX_CODES_WITH_VALUE

public static final java.lang.String TAX_CODES_WITH_VALUE
Criteria of retrieve all tax codes being used to configure tax values for any taxJurisdiction.

See Also:
Constant Field Values

TAXCATEGORY_SELECT_ALL

public static final java.lang.String TAXCATEGORY_SELECT_ALL
Criteria of retrieve all taxCategories.

See Also:
Constant Field Values

TAXCODE_FIND_BY_CODE

public static final java.lang.String TAXCODE_FIND_BY_CODE
Criteria of retrieve taxCode by code.

See Also:
Constant Field Values

TAXCODE_SELECT_ALL

public static final java.lang.String TAXCODE_SELECT_ALL
Criteria of retrieve all taxCodes.

See Also:
Constant Field Values

TAXJURISDICTION_FINDBY_REGIONCODE_AND_PARENT

public static final java.lang.String TAXJURISDICTION_FINDBY_REGIONCODE_AND_PARENT
Criteria of retrieve children of the given tax jurisdiction.

See Also:
Constant Field Values

TAXJURISDICTION_GET_CHILDREN

public static final java.lang.String TAXJURISDICTION_GET_CHILDREN
Criteria of retrieve children of the given tax jurisdiction.

See Also:
Constant Field Values

TAXJURISDICTION_LIST_ROOT

public static final java.lang.String TAXJURISDICTION_LIST_ROOT
Criteria of retrieve all root taxJurisdictions.

See Also:
Constant Field Values

TAXJURISDICTION_SELECT_ALL

public static final java.lang.String TAXJURISDICTION_SELECT_ALL
Criteria of retrieve all taxJurisdictions.

See Also:
Constant Field Values

TAXJURISDICTION_SELECT_BY_COUNTRY_CODE

public static final java.lang.String TAXJURISDICTION_SELECT_BY_COUNTRY_CODE
Criteria of retrieve taxJurisdiction matching the given region code.

See Also:
Constant Field Values

TAXJURISDICTION_SELECT_BY_REGION_CODES

public static final java.lang.String TAXJURISDICTION_SELECT_BY_REGION_CODES
Criteria of retrieve taxJurisdictions matching the given region code.

See Also:
Constant Field Values

TEMPLATE_SELECT_BY_GUID

public static final java.lang.String TEMPLATE_SELECT_BY_GUID
Criteria of retrieve template by guid.

See Also:
Constant Field Values

TOP_SELLER_SELECT_BY_CATEGORY_UID

public static final java.lang.String TOP_SELLER_SELECT_BY_CATEGORY_UID
Criteria to retrieve a top seller category by category uid.

See Also:
Constant Field Values

USERROLE_FIND_BY_NAME

public static final java.lang.String USERROLE_FIND_BY_NAME
Criteria of retrieve UserRole by name.

See Also:
Constant Field Values

USERROLE_SELECT_ALL

public static final java.lang.String USERROLE_SELECT_ALL
Criteria of retrieve all userRoles.

See Also:
Constant Field Values

USERROLE_UID_IN_USE

public static final java.lang.String USERROLE_UID_IN_USE
Criteria of retrieve Uids of all userRole in use.

See Also:
Constant Field Values
Constructor Detail

Criteria

public Criteria()