Modifier and Type | Method and Description |
---|---|
static BusinessCategory |
BusinessCategoryDB.loadCategory(BusinessTypeEnum type,
java.lang.String name) |
static BusinessSubCategory |
BusinessSubCategoryDB.loadSubCategory(BusinessTypeEnum type,
java.lang.String categoryName,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
EntityCollectionResponse<BusinessCategory> |
BusinessEndpoint.listCategoryByType(java.lang.Integer limit,
java.lang.String cursor,
BusinessTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
EntityCollectionResponse<BusinessCategory> |
AppEndpoint.listCategoryByType(java.lang.Integer limit,
java.lang.String cursor,
BusinessTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
EntityCollectionResponse<BusinessCategory> |
AppEndpoint.listCategoryByType(java.lang.Integer limit,
java.lang.String cursor,
BusinessTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
EntityCollectionResponse<BusinessCategory> |
AppEndpoint.listCategoryByType(java.lang.Integer limit,
java.lang.String cursor,
BusinessTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
EntityCollectionResponse<BusinessCategory> |
AppEndpoint.listCategoryByType(java.lang.Integer limit,
java.lang.String cursor,
BusinessTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
static BusinessTypeEnum |
BusinessTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusinessTypeEnum[] |
BusinessTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BusinessTypeEnum |
FilterAll.getSubType() |
Modifier and Type | Method and Description |
---|---|
void |
FilterAll.setSubType(BusinessTypeEnum subType) |
Modifier and Type | Method and Description |
---|---|
BusinessTypeEnum |
BusinessSubCategory.getType() |
BusinessTypeEnum |
BusinessCategory.getType() |
BusinessTypeEnum |
Business.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessSubCategory.setType(BusinessTypeEnum type) |
void |
BusinessCategory.setType(BusinessTypeEnum type) |
void |
Business.setType(BusinessTypeEnum type) |
Constructor and Description |
---|
BusinessCategory(BusinessTypeEnum type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
UrlFormatUtil.businessType(BusinessTypeEnum type) |