1 | |
|
2 | |
|
3 | |
|
4 | |
|
5 | |
|
6 | |
|
7 | |
|
8 | |
|
9 | |
|
10 | |
|
11 | |
|
12 | |
|
13 | |
|
14 | |
|
15 | |
|
16 | |
package org.kuali.student.r2.common.util.constants; |
17 | |
|
18 | |
import org.kuali.student.enrollment.batchjobresults.dto.BatchJobResultItemInfo; |
19 | |
import org.kuali.student.enrollment.batchjobresults.dto.BatchJobResultInfo; |
20 | |
import org.kuali.student.r2.common.constants.CommonServiceConstants; |
21 | |
|
22 | |
|
23 | |
|
24 | |
|
25 | |
|
26 | |
|
27 | 0 | public class BatchJobResultServiceConstants { |
28 | |
|
29 | |
|
30 | |
public static final String NAMESPACE = CommonServiceConstants.REF_OBJECT_URI_GLOBAL_PREFIX + "batchJobResults"; |
31 | |
public static final String SERVICE_NAME_LOCAL_PART = "batchJobResultsService"; |
32 | 0 | public static final String REF_OBJECT_URI_BATCH_JOB_RESULTS = NAMESPACE + "/" + BatchJobResultInfo.class.getSimpleName(); |
33 | 0 | public static final String REF_OBJECT_URI_BATCH_JOB_RESULT_ITEM = NAMESPACE + "/" + BatchJobResultItemInfo.class.getSimpleName(); |
34 | |
|
35 | |
|
36 | |
} |