public class BusinessTypeProcessorImpl extends Object implements BusinessTypeProcessor
| Constructor and Description |
|---|
BusinessTypeProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
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()
getStandardTypeProcessor in interface BusinessTypeProcessorpublic void setStandardTypeProcessor(StandardTypeProcessor standardDataTypeProcessor)
setStandardTypeProcessor in interface BusinessTypeProcessorpublic String getType(String id, String language)
getType in interface BusinessTypeProcessorpublic void addBusinessTypes(BusinessTypes businessTypes)
addBusinessTypes in interface BusinessTypeProcessorpublic BusinessType getBusinessTypes(String id)
getBusinessTypes in interface BusinessTypeProcessorpublic void removeBusinessTypes(BusinessTypes businessTypes)
removeBusinessTypes in interface BusinessTypeProcessorpublic Map<String,BusinessType> getBusinessTypeMap()
getBusinessTypeMap in interface BusinessTypeProcessorCopyright © 2006–2017 TinyGroup. All rights reserved.