Uses of Class
org.cxbox.core.dto.data.view.BusinessObjectDTO
-
Packages that use BusinessObjectDTO Package Description org.cxbox.core.dto.data.view org.cxbox.core.service org.cxbox.core.service.impl -
-
Uses of BusinessObjectDTO in org.cxbox.core.dto.data.view
Fields in org.cxbox.core.dto.data.view with type parameters of type BusinessObjectDTO Modifier and Type Field Description static DtoField<ScreenDTO,BusinessObjectDTO>ScreenDTO_. bo -
Uses of BusinessObjectDTO in org.cxbox.core.service
Methods in org.cxbox.core.service with parameters of type BusinessObjectDTO Modifier and Type Method Description Map<String,List<FilterGroup>>UIService. getFilterGroups(BusinessObjectDTO boDto)Map<String,BcProperties>UIService. getStringDefaultBcPropertiesMap(BusinessObjectDTO boDto) -
Uses of BusinessObjectDTO in org.cxbox.core.service.impl
Methods in org.cxbox.core.service.impl with parameters of type BusinessObjectDTO Modifier and Type Method Description Map<String,List<FilterGroup>>UIServiceImpl. getFilterGroups(BusinessObjectDTO boDto)Map<String,BcProperties>UIServiceImpl. getStringDefaultBcPropertiesMap(BusinessObjectDTO boDto)
-