Uses of Class
org.cxbox.source.dto.AdminBcDto
-
Packages that use AdminBcDto Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of AdminBcDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type AdminBcDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<AdminBcDto,String>AdminBcDto_. affectedWidgetsstatic org.cxbox.constgen.DtoField<AdminBcDto,String>AdminBcDto_. namestatic org.cxbox.constgen.DtoField<AdminBcDto,String>AdminBcDto_. parentName -
Uses of AdminBcDto in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type AdminBcDto Modifier and Type Method Description org.cxbox.api.data.ResultPage<AdminBcDto>TaskChildBcServiceImpl. getList(BusinessComponent bc) -
Uses of AdminBcDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type AdminBcDto Modifier and Type Method Description voidTaskChildBcFieldMetaBuilder. buildIndependentMeta(FieldsMeta<AdminBcDto> fields, InnerBcDescription bcDescription, Long parRowId)voidTaskChildBcFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<AdminBcDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-