public class AdminDataIntegrityOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
attemptRepair
If set to true an attempt is made to fix data integrity problems
|
private java.lang.String |
custom
custom field for customer's use
|
static int |
DATA_AREA_ALL
KonaKart Data Area - All areas
|
static int |
DATA_AREA_CATEGORIES
KonaKart Data Area - Categories
|
static int |
DATA_AREA_CONTENT
KonaKart Data Area - Content
|
static int |
DATA_AREA_CONTENT_TYPES
KonaKart Data Area - Content Type
|
static int |
DATA_AREA_CUSTOMER_GROUPS
KonaKart Data Area - Customer Groups
|
static int |
DATA_AREA_MANUFACTURERS
KonaKart Data Area - Manufacturers
|
static int |
DATA_AREA_MISC_ITEM_TYPES
KonaKart Data Area - Miscellaneous Item Types
|
static int |
DATA_AREA_NONE
KonaKart Data Area - No areas - not checking done
|
static int |
DATA_AREA_ORDER_RETURN_STATUSES
KonaKart Data Area - Order Return Statuses
|
static int |
DATA_AREA_ORDER_STATUSES
KonaKart Data Area - Order Statuses
|
static int |
DATA_AREA_PRODUCTS
KonaKart Data Area - Products
|
static int |
DATA_AREA_TAG_GROUPS
KonaKart Data Area - Tag Groups
|
static int |
DATA_AREA_TAGS
KonaKart Data Area - Tags
|
private int |
dataArea
The data area to check
|
Constructor and Description |
---|
AdminDataIntegrityOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom() |
int |
getDataArea() |
boolean |
isAttemptRepair() |
void |
setAttemptRepair(boolean attemptRepair) |
void |
setCustom(java.lang.String custom) |
void |
setDataArea(int dataArea) |
java.lang.String |
toString() |
public static final int DATA_AREA_NONE
public static final int DATA_AREA_ALL
public static final int DATA_AREA_CUSTOMER_GROUPS
public static final int DATA_AREA_ORDER_STATUSES
public static final int DATA_AREA_MISC_ITEM_TYPES
public static final int DATA_AREA_PRODUCTS
public static final int DATA_AREA_CATEGORIES
public static final int DATA_AREA_MANUFACTURERS
public static final int DATA_AREA_TAGS
public static final int DATA_AREA_TAG_GROUPS
public static final int DATA_AREA_CONTENT
public static final int DATA_AREA_CONTENT_TYPES
public static final int DATA_AREA_ORDER_RETURN_STATUSES
private int dataArea
private boolean attemptRepair
private java.lang.String custom
public java.lang.String toString()
toString
in class java.lang.Object
public int getDataArea()
public void setDataArea(int dataArea)
dataArea
- the dataArea to set
One of:
public boolean isAttemptRepair()
public void setAttemptRepair(boolean attemptRepair)
attemptRepair
- Set this to true to attempt a repair of the data. When set to false no repair is
attempted and consequently the data is never changed.public java.lang.String getCustom()
public void setCustom(java.lang.String custom)
custom
- the custom to setCopyright © 2018 DS Data Systems UK Ltd.