| 1 | |
package org.kuali.student.r2.common.util.constants; |
| 2 | |
|
| 3 | |
|
| 4 | |
import org.kuali.student.r2.common.constants.CommonServiceConstants; |
| 5 | |
import org.kuali.student.r2.lum.course.dto.CourseInfo; |
| 6 | |
|
| 7 | |
|
| 8 | |
|
| 9 | |
|
| 10 | |
|
| 11 | |
|
| 12 | 0 | public class CourseServiceConstants { |
| 13 | |
public static final String NAMESPACE = CommonServiceConstants.REF_OBJECT_URI_GLOBAL_PREFIX + "course"; |
| 14 | 0 | public static final String REF_OBJECT_URI_COURSE_OFFERING = NAMESPACE + "/" + CourseInfo.class.getSimpleName(); |
| 15 | |
public static final String SERVICE_NAME_LOCAL_PART = "CourseService"; |
| 16 | |
|
| 17 | |
} |