public class BusinessTypeProcessorImpl extends Object implements BusinessTypeProcessor
| 构造器和说明 |
|---|
BusinessTypeProcessorImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBusinessTypes(BusinessTypes businessTypes) |
Map<String,BusinessType> |
getBusinessTypeMap() |
static BusinessTypeProcessor |
getBusinessTypeProcessor() |
BusinessType |
getBusinessTypes(String id) |
StandardTypeProcessor |
getStandardTypeProcessor() |
String |
getType(String id,
String language) |
void |
removeBusinessTypes(BusinessTypes businessTypes) |
void |
setStandardTypeProcessor(StandardTypeProcessor standardDataTypeProcessor) |
public static BusinessTypeProcessor getBusinessTypeProcessor()
public StandardTypeProcessor getStandardTypeProcessor()
public void setStandardTypeProcessor(StandardTypeProcessor standardDataTypeProcessor)
public String getType(String id, String language)
getType 在接口中 BusinessTypeProcessorpublic void addBusinessTypes(BusinessTypes businessTypes)
addBusinessTypes 在接口中 BusinessTypeProcessorpublic BusinessType getBusinessTypes(String id)
getBusinessTypes 在接口中 BusinessTypeProcessorpublic void removeBusinessTypes(BusinessTypes businessTypes)
removeBusinessTypes 在接口中 BusinessTypeProcessorpublic Map<String,BusinessType> getBusinessTypeMap()
getBusinessTypeMap 在接口中 BusinessTypeProcessorCopyright © 2006–2018 TinyGroup. All rights reserved.