org.tinygroup.metadata.bizdatatype
接口 BusinessTypeProcessor

所有已知实现类:
BusinessTypeProcessorImpl

public interface BusinessTypeProcessor


方法摘要
 void addBusinessTypes(BusinessTypes businessTypes)
           
 BusinessType getBusinessTypes(String id)
           
 StandardTypeProcessor getStandardTypeProcessor()
           
 String getType(String id, String language)
           
 void removeBusinessTypes(BusinessTypes businessTypes)
           
 void setStandardTypeProcessor(StandardTypeProcessor standardDataTypeProcessor)
           
 

方法详细信息

getType

String getType(String id,
               String language)

addBusinessTypes

void addBusinessTypes(BusinessTypes businessTypes)

getBusinessTypes

BusinessType getBusinessTypes(String id)

removeBusinessTypes

void removeBusinessTypes(BusinessTypes businessTypes)

getStandardTypeProcessor

StandardTypeProcessor getStandardTypeProcessor()

setStandardTypeProcessor

void setStandardTypeProcessor(StandardTypeProcessor standardDataTypeProcessor)


Copyright © 2006–2016 TinyGroup. All rights reserved.