Uses of Class
co.ecg.alpaca.toolkit.generated.tables.GroupGroupPagingTargetTableRow
-
Packages that use GroupGroupPagingTargetTableRow Package Description co.ecg.alpaca.toolkit.generated co.ecg.alpaca.toolkit.generated.tables -
-
Uses of GroupGroupPagingTargetTableRow in co.ecg.alpaca.toolkit.generated
Fields in co.ecg.alpaca.toolkit.generated with type parameters of type GroupGroupPagingTargetTableRow Modifier and Type Field Description protected List<GroupGroupPagingTargetTableRow>GroupPaging.GroupGroupPagingGetTargetListResponse. targetTableMethods in co.ecg.alpaca.toolkit.generated that return types with arguments of type GroupGroupPagingTargetTableRow Modifier and Type Method Description List<GroupGroupPagingTargetTableRow>GroupPaging.GroupGroupPagingGetTargetListResponse. getTargetTable()Method parameters in co.ecg.alpaca.toolkit.generated with type arguments of type GroupGroupPagingTargetTableRow Modifier and Type Method Description voidGroupPaging.GroupGroupPagingGetTargetListResponse. setTargetTable(List<GroupGroupPagingTargetTableRow> targetTable) -
Uses of GroupGroupPagingTargetTableRow in co.ecg.alpaca.toolkit.generated.tables
Methods in co.ecg.alpaca.toolkit.generated.tables that return GroupGroupPagingTargetTableRow Modifier and Type Method Description static GroupGroupPagingTargetTableRowGroupGroupPagingTargetTableRow. getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given NodeMethods in co.ecg.alpaca.toolkit.generated.tables that return types with arguments of type GroupGroupPagingTargetTableRow Modifier and Type Method Description static List<GroupGroupPagingTargetTableRow>GroupGroupPagingTargetTableRow. getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArray
-