org.kuali.student.r2.core.constants
Class ProposalServiceConstants

java.lang.Object
  extended by org.kuali.student.r2.core.constants.ProposalServiceConstants

public class ProposalServiceConstants
extends Object

This class holds the constants used by the Population service.

Author:
tom

Field Summary
static String NAMESPACE
           
static String PROPOSAL_DOC_RELATION_TYPE_CLU_KEY
          Proposal Doc relation types
static String PROPOSAL_TYPE_COURSE_CREATE_KEY
          PROPOSAL types
static String PROPOSAL_TYPE_COURSE_MODIFY_KEY
           
static String PROPOSAL_TYPE_COURSE_RETIRE_KEY
           
static String REF_OBJECT_URI_PROPOSAL
           
static String SERVICE_NAME_LOCAL_PART
          Reference Object URI's
 
Constructor Summary
ProposalServiceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME_LOCAL_PART

public static final String SERVICE_NAME_LOCAL_PART
Reference Object URI's


NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

REF_OBJECT_URI_PROPOSAL

public static final String REF_OBJECT_URI_PROPOSAL

PROPOSAL_TYPE_COURSE_CREATE_KEY

public static final String PROPOSAL_TYPE_COURSE_CREATE_KEY
PROPOSAL types

See Also:
Constant Field Values

PROPOSAL_TYPE_COURSE_MODIFY_KEY

public static final String PROPOSAL_TYPE_COURSE_MODIFY_KEY
See Also:
Constant Field Values

PROPOSAL_TYPE_COURSE_RETIRE_KEY

public static final String PROPOSAL_TYPE_COURSE_RETIRE_KEY
See Also:
Constant Field Values

PROPOSAL_DOC_RELATION_TYPE_CLU_KEY

public static final String PROPOSAL_DOC_RELATION_TYPE_CLU_KEY
Proposal Doc relation types

See Also:
Constant Field Values
Constructor Detail

ProposalServiceConstants

public ProposalServiceConstants()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.