ERPTmpFiles
class ERPTmpFiles
Class ERPTmpFiles. Class containing all file names that are used in synchronization These files include files for caching data and pagination among other files
Constants
| TMP_FILES_DIRECTORY |
Path to directory of files |
| PRODUCT_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| PRODUCT_DELETED_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| PRODUCT_ERP_CODES_FILE_PATH |
Cache file for product erp codes |
| PRODUCT_ID_AND_ERP_CODES_FILE_PATH |
Cache file for product ids and erp codes |
| SIMPLE_PRODUCT_ERP_CODES_FILE_PATH |
Cache file for simple product ids and product codes |
| CATEGORY_ID_ERP_CODE_FILE_PATH |
Cache file for categories |
| PRODUCT_CATEGORIES_FILE_PATH |
Cache file for product and category relationship - Stores id of product and id of its category |
| PRODUCT_CATEGORIES_DELETE_FILE_PATH |
Cache file for product and category relationship - Stores which products do not have category |
| BRAND_ID_ERP_CODE_FILE_PATH |
Cache file for brand id and erp codes |
| PRODUCT_BRANDS_FILE_PATH |
Cache file for product and brand relationship - Stores id of product and id of its brand |
| BRAND_LIST_PAGINATION_PATH |
Store how many pages we need to sync |
| PRODUCT_BRANDS_PAGINATION_PATH |
Store how many pages we need to sync |
| PRICE_LIST_PAGINATION_PATH |
Store how many pages we need to sync |
| CURRENT_PRODUCT_PRICES_FILE_PATH |
Store how many pages we need to sync |
| ALL_PRICE_LIST_ITEMS_PAGINATION_PATH |
Store how many pages we need to sync |
| USER_ERP_CODE_TO_ID |
Cache file for user id end code |
| USERS_PAGINATION_PATH |
Store how many pages we need to sync |
| LAGER_LIST_PAGINATION_PATH |
Store how many pages we need to sync |
| ATTRIBUTE_ERP_CODES_FILE_PATH |
Cache file for attribute ids and erp codes |
| ATTRIBUTE_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| ATTRIBUTE_SET_ERP_CODES_FILE_PATH |
Cache file for attribute set ids and erp codes |
| PRODUCT_ATTRIBUTE_SETS_FILE_PATH |
Cache file for product and attribute set relationship - Stores id of product and id of its attribute set |
| ATTRIBUTE_VALUE_ERP_CODES_FILE_PATH |
Cache file for attribute value ids and erp codes |
| ATTRIBUTE_VALUE_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| PRODUCT_ATTRIBUTE_VALUE_ERP_CODES_FILE_PATH |
Cache file for product attribute value ids and erp codes |
| PRODUCT_ATTRIBUTE_VALUE_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| IMAGES_PAGINATION_PATH |
Store how many pages we need to sync |
| IMAGES_DELETED_PAGINATION_PATH |
Store how many pages we need to sync |
| PRODUCT_QUANTITY_REBATE_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| PRODUCT_QUANTITY_REBATE_WITH_GROUPS_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| PRODUCT_QUANTITY_REBATE_WITH_GROUPS_DATA_FILE |
Cache file with all quantity rebate data |
| PRODUCT_ACTION_REBATE_WITH_GROUPS_PAGINATION_FILE_PATH |
Store how many pages we need to sync |
| PRODUCT_ACTION_REBATE_WITH_GROUPS_DATA_FILE |
Cache file with all action rebate data |
| USER_SHIPPING_ADDRESS_FILE_PATH |
Cache file for address value ids and erp codes |
| ORDER_UNSYNCED_ERP_ORDER_IDS |
Cache file for all unsynced order ids |
| ORDER_UNSYNCED_PAGINATION |
Store how many pages we need to sync |