1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
package org.kuali.student.common.search.dto; |
17 |
|
|
18 |
|
import javax.xml.bind.annotation.XmlRegistry; |
19 |
|
|
20 |
|
import org.kuali.student.common.dictionary.old.dto.FieldDescriptor; |
21 |
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
|
@XmlRegistry |
|
|
| 0% |
Uncovered Elements: 17 (17) |
Complexity: 9 |
Complexity Density: 1.12 |
|
34 |
|
public class ObjectFactory { |
35 |
|
|
36 |
|
|
37 |
|
|
38 |
|
|
39 |
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
40 |
0
|
public ObjectFactory() {... |
41 |
|
} |
42 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
43 |
0
|
public QueryParamInfo createQueryParamInfo() {... |
44 |
0
|
return new QueryParamInfo(); |
45 |
|
} |
46 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
47 |
0
|
public ResultColumnInfo createResultColumnInfo() {... |
48 |
0
|
return new ResultColumnInfo(); |
49 |
|
} |
50 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
51 |
0
|
public SearchCriteriaTypeInfo createSearchCriteriaTypeInfo() {... |
52 |
0
|
return new SearchCriteriaTypeInfo(); |
53 |
|
} |
54 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
55 |
0
|
public SearchRelationship createSearchRelationship() {... |
56 |
0
|
return new SearchRelationship(); |
57 |
|
} |
58 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
59 |
0
|
public SearchResultTypeInfo createSearchResultTypeInfo() {... |
60 |
0
|
return new SearchResultTypeInfo(); |
61 |
|
} |
62 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
63 |
0
|
public SearchTypeInfo createSearchTypeInfo() {... |
64 |
0
|
return new SearchTypeInfo(); |
65 |
|
} |
66 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
67 |
0
|
public TypeAttribute createTypeAttribute() {... |
68 |
0
|
return new TypeAttribute(); |
69 |
|
} |
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
70 |
0
|
public FieldDescriptor createFieldDescriptor(){... |
71 |
0
|
return new FieldDescriptor(); |
72 |
|
} |
73 |
|
} |