public class AdminStoreSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DELETED_BOTH
Deleted Choices - Either Deleted or Not Deleted
|
static int |
DELETED_FALSE
Deleted Choices - Not Deleted
|
static int |
DELETED_TRUE
Deleted Choices - Deleted
|
private int |
deletedChoice
deleted Choice
|
private java.lang.String |
description
Description
|
private int |
descriptionRule
Description Rule
|
static int |
ENABLED_BOTH
MODE Choice - Either Enabled or Disabled
|
static int |
ENABLED_FALSE
MODE Choice - Disabled
|
static int |
ENABLED_TRUE
MODE Choice - Enabled
|
private int |
enabledChoice
enabled Choice
|
static int |
MAINTENANCE_BOTH
Maintenance Choices - Either Under Maintenance or Not Under Maintenance
|
static int |
MAINTENANCE_FALSE
Maintenance Choices - Not Under Maintenance
|
static int |
MAINTENANCE_TRUE
Maintenance Choices - Under Maintenance
|
private int |
maintenanceChoice
maintenance Choice
|
private java.lang.String |
name
Name
|
private int |
nameRule
Name Rule
|
static java.lang.String |
ORDER_BY_STORE_DELETED_ASCENDING
ORDER_BY_STORE_DELETED_ASCENDING
|
static java.lang.String |
ORDER_BY_STORE_DELETED_DESCENDING
ORDER_BY_STORE_DELETED_DESCENDING
|
static java.lang.String |
ORDER_BY_STORE_ENABLED_ASCENDING
ORDER_BY_STORE_ENABLED_ASCENDING
|
static java.lang.String |
ORDER_BY_STORE_ENABLED_DESCENDING
ORDER_BY_STORE_ENABLED_DESCENDING
|
static java.lang.String |
ORDER_BY_STORE_UNDER_MAINT_ASCENDING
ORDER_BY_STORE_UNDER_MAINT_ASCENDING
|
static java.lang.String |
ORDER_BY_STORE_UNDER_MAINT_DESCENDING
ORDER_BY_STORE_UNDER_MAINT_DESCENDING
|
private java.lang.String |
orderBy
order By
|
private java.lang.String |
storeId
storeId
|
private int |
storeIdRule
storeId Rule
|
private java.lang.String[] |
storeIds
storeIds
|
private boolean |
useDefaultWildCardsWithStoreId
Use default settings for wildcard searching when searching using the storeId.
|
private int |
vendorId
Vendor Id
|
Constructor and Description |
---|
AdminStoreSearch()
Instantiates an AdminStoreSearch object
|
AdminStoreSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminStoreSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getDeletedChoice() |
java.lang.String |
getDescription() |
int |
getDescriptionRule()
The rule for the search.
|
int |
getEnabledChoice() |
int |
getMaintenanceChoice() |
java.lang.String |
getName() |
int |
getNameRule()
The rule for the search.
|
java.lang.String |
getOrderBy() |
java.lang.String |
getStoreId() |
int |
getStoreIdRule()
The rule for the search.
|
java.lang.String[] |
getStoreIds() |
int |
getVendorId() |
boolean |
isUseDefaultWildCardsWithStoreId()
Deprecated.
Use attribute rules instead
|
void |
setDeletedChoice(int deletedChoice) |
void |
setDescription(java.lang.String description) |
void |
setDescriptionRule(int descriptionRule)
The rule for the search.
|
void |
setEnabledChoice(int enabledChoice) |
void |
setMaintenanceChoice(int maintenanceChoice) |
void |
setName(java.lang.String name) |
void |
setNameRule(int nameRule)
The rule for the search.
|
void |
setOrderBy(java.lang.String orderBy) |
void |
setStoreId(java.lang.String storeId) |
void |
setStoreIdRule(int storeIdRule)
The rule for the search.
|
void |
setStoreIds(java.lang.String[] storeIds) |
void |
setUseDefaultWildCardsWithStoreId(boolean useDefaultWildCardsWithStoreId)
Deprecated.
Use attribute rules instead
|
void |
setVendorId(int vendorId) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public static final int ENABLED_TRUE
public static final int ENABLED_FALSE
public static final int ENABLED_BOTH
public static final int DELETED_TRUE
public static final int DELETED_FALSE
public static final int DELETED_BOTH
public static final int MAINTENANCE_TRUE
public static final int MAINTENANCE_FALSE
public static final int MAINTENANCE_BOTH
public static final java.lang.String ORDER_BY_STORE_ENABLED_ASCENDING
public static final java.lang.String ORDER_BY_STORE_ENABLED_DESCENDING
public static final java.lang.String ORDER_BY_STORE_DELETED_ASCENDING
public static final java.lang.String ORDER_BY_STORE_DELETED_DESCENDING
public static final java.lang.String ORDER_BY_STORE_UNDER_MAINT_DESCENDING
public static final java.lang.String ORDER_BY_STORE_UNDER_MAINT_ASCENDING
private java.lang.String storeId
private java.lang.String[] storeIds
private int storeIdRule
private boolean useDefaultWildCardsWithStoreId
private java.lang.String name
private int nameRule
private java.lang.String description
private int descriptionRule
private int enabledChoice
private int deletedChoice
private int maintenanceChoice
private int vendorId
private java.lang.String orderBy
public AdminStoreSearch()
public AdminStoreSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- the storeId to setpublic int getDeletedChoice()
public void setDeletedChoice(int deletedChoice)
deletedChoice
- the deletedChoice to setpublic int getMaintenanceChoice()
public void setMaintenanceChoice(int maintenanceChoice)
maintenanceChoice
- the maintenanceChoice to setpublic java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- the orderBy to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic int getEnabledChoice()
public void setEnabledChoice(int enabledChoice)
enabledChoice
- the enabledChoice to set@Deprecated public boolean isUseDefaultWildCardsWithStoreId()
@Deprecated public void setUseDefaultWildCardsWithStoreId(boolean useDefaultWildCardsWithStoreId)
useDefaultWildCardsWithStoreId
- the useDefaultWildCardsWithStoreId to setpublic int getStoreIdRule()
public void setStoreIdRule(int storeIdRule)
storeIdRule
- the storeIdRule to setpublic int getNameRule()
public void setNameRule(int nameRule)
nameRule
- the nameRule to setpublic int getDescriptionRule()
public void setDescriptionRule(int descriptionRule)
descriptionRule
- the descriptionRule to setpublic int getVendorId()
public void setVendorId(int vendorId)
vendorId
- the vendorId to setpublic java.lang.String[] getStoreIds()
public void setStoreIds(java.lang.String[] storeIds)
storeIds
- the storeIds to setCopyright © 2018 DS Data Systems UK Ltd.