Serialized Form


Package org.kuali.rice.ksb.messaging

Class org.kuali.rice.ksb.messaging.FlattenedServiceDefinition extends Object implements Serializable

serialVersionUID: -4622179363250818637L

Serialized Fields

flattenedServiceDefinitionId

Long flattenedServiceDefinitionId

flattenedServiceDefinitionData

String flattenedServiceDefinitionData

Class org.kuali.rice.ksb.messaging.HttpException extends org.apache.commons.httpclient.HttpException implements Serializable

serialVersionUID: -2660638986164631692L

Serialized Fields

responseCode

int responseCode

Class org.kuali.rice.ksb.messaging.MessageProcessingException extends RuntimeException implements Serializable

serialVersionUID: -1757928630462729547L

Class org.kuali.rice.ksb.messaging.PersistedMessageBO extends Object implements Serializable

serialVersionUID: -7047766894738304195L

Serialized Fields

routeQueueId

Long routeQueueId

queuePriority

Integer queuePriority

queueStatus

String queueStatus

queueDate

Timestamp queueDate

expirationDate

Timestamp expirationDate

retryCount

Integer retryCount

lockVerNbr

Integer lockVerNbr

ipNumber

String ipNumber

serviceName

String serviceName

applicationId

String applicationId

methodName

String methodName

methodCall

AsynchronousCall methodCall

payload

PersistedMessagePayload payload

value1

String value1

value2

String value2

Class org.kuali.rice.ksb.messaging.PersistedMessagePayload extends Object implements Serializable

serialVersionUID: 508778527504899029L

Serialized Fields

routeQueueId

Long routeQueueId

payload

String payload

methodCall

AsynchronousCall methodCall

message

PersistedMessageBO message

Package org.kuali.rice.student.bo

Class org.kuali.rice.student.bo.KualiStudentKimAttributes extends Object implements Serializable

serialVersionUID: 6969156403877595025L

Serialized Fields

dataId

String dataId

org

String org

department

String department

college

String college

division

String division

dtoName

String dtoName

dtoFieldKey

String dtoFieldKey

fieldAccessLevel

String fieldAccessLevel

screenComponent

String screenComponent

sectionId

String sectionId

descendHierarchy

Boolean descendHierarchy

ksReferenceTypeKey

String ksReferenceTypeKey

Package org.kuali.rice.student.core.database

Class org.kuali.rice.student.core.database.DerbyXAPoolDataSource extends XAPoolDataSource implements Serializable

serialVersionUID: 1L


Package org.kuali.rice.student.lookup.keyvalues

Class org.kuali.rice.student.lookup.keyvalues.AllOrgsValuesFinder extends StudentKeyValuesBase implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.CocValuesFinder extends StudentKeyValuesBase implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.CollegeCocValuesFinder extends CocValuesFinder implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.CollegeValuesFinder extends OrgsOfTypeValuesFinder implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.DepartmentCocValuesFinder extends CocValuesFinder implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.DepartmentOrgValuesFinder extends OrgsOfTypeValuesFinder implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.DivisionCocValuesFinder extends CocValuesFinder implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.OrgCocValuesFinder extends StudentKeyValuesBase implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.OrgsOfTypeValuesFinder extends StudentKeyValuesBase implements Serializable

Class org.kuali.rice.student.lookup.keyvalues.StudentKeyValuesBase extends KeyValuesBase implements Serializable


Package org.kuali.student.common.messagebuilder.booleanmessage.ast.exceptions

Class org.kuali.student.common.messagebuilder.booleanmessage.ast.exceptions.BooleanFunctionException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.kuali.student.common.messagebuilder.impl.exceptions

Class org.kuali.student.common.messagebuilder.impl.exceptions.MessageBuilderException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.kuali.student.common.spring

Class org.kuali.student.common.spring.SerializableProxyInvokationHandler extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.kuali.student.common.test.spring

Class org.kuali.student.common.test.spring.UniqueResourceAtomikosDataSourceBean extends com.atomikos.jdbc.AtomikosDataSourceBean implements Serializable

serialVersionUID: 1L


Package org.kuali.student.common.ui.client.dto

Class org.kuali.student.common.ui.client.dto.FileStatus extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

status

FileStatus.FileTransferStatus status
Deprecated. 

progress

Long progress
Deprecated. 

fileName

String fileName
Deprecated. 

docId

String docId
Deprecated. 

Class org.kuali.student.common.ui.client.dto.UploadStatus extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

totalSize

Long totalSize
Deprecated. 

progress

Long progress
Deprecated. 

status

UploadStatus.UploadTransferStatus status
Deprecated. 

itemsRead

int itemsRead
Deprecated. 

createdDocIds

List<E> createdDocIds
Deprecated. 

fileStatusList

List<E> fileStatusList
Deprecated. 

Package org.kuali.student.common.ui.client.logging

Class org.kuali.student.common.ui.client.logging.LogBuffer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

maxSize

int maxSize
Deprecated. 

buffer

List<E> buffer
Deprecated. 

Class org.kuali.student.common.ui.client.logging.LogFailedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.kuali.student.common.ui.client.logging.LogMessage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

logLevel

LogLevel logLevel
Deprecated. 

message

String message
Deprecated. 

error

Throwable error
Deprecated. 

Package org.kuali.student.common.ui.client.mvc

Class org.kuali.student.common.ui.client.mvc.ControllerException extends RuntimeException implements Serializable

serialVersionUID: 3080242531292487209L

Class org.kuali.student.common.ui.client.mvc.DataModelDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

metadata

Metadata metadata

Class org.kuali.student.common.ui.client.mvc.ModelNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 1631884923519293731L

Serialized Fields

requestedType

Class<T> requestedType

Package org.kuali.student.common.ui.client.service

Class org.kuali.student.common.ui.client.service.DataSaveResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

validationResults

List<E> validationResults

value

Data value

Package org.kuali.student.common.ui.client.service.exceptions

Class org.kuali.student.common.ui.client.service.exceptions.OperationFailedException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.common.ui.client.service.exceptions.VersionMismatchClientException extends Exception implements Serializable

serialVersionUID: 1L


Package org.kuali.student.common.ui.client.util

Class org.kuali.student.common.ui.client.util.ExportElement extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldLabel

String fieldLabel

isMandatory

boolean isMandatory

printType

int printType

fieldValue

String fieldValue

fieldValue2

String fieldValue2

viewName

String viewName

sectionName

String sectionName

subset

List<E> subset

Package org.kuali.student.common.ui.krad.uif.element

Class org.kuali.student.common.ui.krad.uif.element.ActionImageButton extends Action implements Serializable

Serialized Fields

imageSource

String imageSource

imageSourceOnHover

String imageSourceOnHover

Package org.kuali.student.common.ui.server.gwt

Class org.kuali.student.common.ui.server.gwt.BaseRpcGwtServletAbstract extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

service

Object service

permissionService

PermissionService permissionService

Class org.kuali.student.common.ui.server.gwt.DataGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

dataService

DataService dataService

Class org.kuali.student.common.ui.server.gwt.ExportDocumentDownload extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG
Deprecated. 

Class org.kuali.student.common.ui.server.gwt.ExportGwtRpcServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

Serialized Fields

logger

Logger logger
Deprecated. 

reportProcessor

ScreenReportProcessor reportProcessor
Deprecated. 

Class org.kuali.student.common.ui.server.gwt.LogRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

logger

Logger logger
Deprecated. 

Class org.kuali.student.common.ui.server.gwt.MessagesRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceImpl

MessageService serviceImpl

Class org.kuali.student.common.ui.server.gwt.MetadataRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceImpl

MetadataServiceImpl serviceImpl
Deprecated. 

Class org.kuali.student.common.ui.server.gwt.SearchDispatchRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

idTranslatorFilter

IdTranslatorFilter idTranslatorFilter

searchDispatcher

SearchService searchDispatcher

cachingEnabled

boolean cachingEnabled

searchCacheMaxSize

int searchCacheMaxSize

searchCacheMaxAgeSeconds

int searchCacheMaxAgeSeconds

searchCache

Map<K,V> searchCache

Class org.kuali.student.common.ui.server.gwt.SearchDispatchRpcGwtServlet.MaxSizeMap extends LinkedHashMap<K,V> implements Serializable

serialVersionUID: -5354227348838839919L

Serialized Fields

maxSize

int maxSize

Class org.kuali.student.common.ui.server.gwt.SecurityRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

permissionService

PermissionService permissionService

Class org.kuali.student.common.ui.server.gwt.ServerPropertiesRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

Serialized Fields

logger

Logger logger
Deprecated. 

properties

Map<K,V> properties
Deprecated. 

Package org.kuali.student.common.ui.server.gwt.old

Class org.kuali.student.common.ui.server.gwt.old.AbstractBaseDataOrchestrationRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG
Deprecated. 

assembler

Assembler<TargetType,SourceType> assembler
Deprecated. 

simpleDocService

WorkflowDocumentActionsService simpleDocService
Deprecated. 

permissionService

PermissionService permissionService
Deprecated. 

identityService

IdentityService identityService
Deprecated. 

Package org.kuali.student.common.ui.server.start

Class org.kuali.student.common.ui.server.start.IndexPageServlet extends HttpServlet implements Serializable

serialVersionUID: 1L


Package org.kuali.student.common.util

Class org.kuali.student.common.util.LRUMap extends LinkedHashMap<K,V> implements Serializable

serialVersionUID: 1L

Serialized Fields

maxSize

int maxSize
Maximum size of map


Package org.kuali.student.common.util.security

Class org.kuali.student.common.util.security.UserWithId extends User implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

String userId

Package org.kuali.student.core.atp.ui.server

Class org.kuali.student.core.atp.ui.server.AtpRpcGwtServlet extends BaseRpcGwtServletAbstract<AtpService> implements Serializable

serialVersionUID: 1L


Package org.kuali.student.core.authorization.ui.server.gwt

Class org.kuali.student.core.authorization.ui.server.gwt.AuthorizationRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 8568346881191827247L

Serialized Fields

permissionService

PermissionService permissionService

Package org.kuali.student.core.comments.ui.server

Class org.kuali.student.core.comments.ui.server.CommentRpcGwtServlet extends BaseRpcGwtServletAbstract<CommentService> implements Serializable

serialVersionUID: 1L

Serialized Fields

identityService

IdentityService identityService

Package org.kuali.student.core.document.ui.server

Class org.kuali.student.core.document.ui.server.DocumentRpcGwtServlet extends BaseRpcGwtServletAbstract<DocumentService> implements Serializable

serialVersionUID: 1L

Class org.kuali.student.core.document.ui.server.UploadStatusRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L


Package org.kuali.student.core.document.ui.server.upload

Class org.kuali.student.core.document.ui.server.upload.UploadServlet extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

documentService

DocumentService documentService

data

String data

Package org.kuali.student.core.organization.assembly.data.client

Class org.kuali.student.core.organization.assembly.data.client.ModifiableData extends Data implements Serializable

serialVersionUID: 1L

Class org.kuali.student.core.organization.assembly.data.client.VersionData extends Data implements Serializable

serialVersionUID: 1L


Package org.kuali.student.core.organization.ui.client.mvc.model

Class org.kuali.student.core.organization.ui.client.mvc.model.FieldInfoImpl extends Object implements Serializable

Serialized Fields

label

String label

key

String key

widget

String widget

Class org.kuali.student.core.organization.ui.client.mvc.model.MembershipInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

positionTypeKey

String positionTypeKey

positionName

String positionName

entityNameId

String entityNameId

nameTypeCode

String nameTypeCode

firstName

String firstName

middleName

String middleName

lastName

String lastName

title

String title

suffix

String suffix

Class org.kuali.student.core.organization.ui.client.mvc.model.MultipleFieldInfoImpl extends Object implements Serializable

Serialized Fields

itemLabel

String itemLabel

addItemLabel

String addItemLabel

key

String key

widget

String widget

fields

List<E> fields

Class org.kuali.student.core.organization.ui.client.mvc.model.OrgPositionPersonRelationInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

ArrayList<E> personId

orgId

String orgId

title

String title

orgPersonRelationTypeKey

String orgPersonRelationTypeKey

desc

String desc

minNumRelations

String minNumRelations

maxNumRelations

String maxNumRelations

Class org.kuali.student.core.organization.ui.client.mvc.model.SectionConfigInfo extends Object implements Serializable

Serialized Fields

sectionViewInfoList

List<E> sectionViewInfoList

Class org.kuali.student.core.organization.ui.client.mvc.model.SectionViewInfo extends Object implements Serializable

Serialized Fields

viewName

String viewName

tab

String tab

menu

String menu

sectionName

String sectionName

sectionEnum

String sectionEnum

fields

List<E> fields

Package org.kuali.student.core.organization.ui.client.service

Class org.kuali.student.core.organization.ui.client.service.DataSaveResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

validationResults

List<E> validationResults

value

Data value

Package org.kuali.student.core.organization.ui.server.gwt

Class org.kuali.student.core.organization.ui.server.gwt.OrgRpcGwtServlet extends AbstractBaseDataOrchestrationRpcGwtServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

identityServiceNonCached

IdentityService identityServiceNonCached

service

OrganizationService service

Package org.kuali.student.core.proposal.ui.server.gwt

Class org.kuali.student.core.proposal.ui.server.gwt.ProposalRpcGwtServlet extends BaseRpcGwtServletAbstract<ProposalService> implements Serializable

serialVersionUID: 1L


Package org.kuali.student.core.rice.authorization

Class org.kuali.student.core.rice.authorization.CollaboratorHelper extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

identityService

IdentityService identityService

roleService

RoleService roleService

workflowDocumentActionsService

WorkflowDocumentActionsService workflowDocumentActionsService

workflowDocumentService

WorkflowDocumentService workflowDocumentService

documentTypeService

DocumentTypeService documentTypeService

permissionService

PermissionService permissionService

Package org.kuali.student.core.statement.ui.client.widgets.rules

Class org.kuali.student.core.statement.ui.client.widgets.rules.EditHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

histories

List<E> histories

currHistoryIndex

int currHistoryIndex

Class org.kuali.student.core.statement.ui.client.widgets.rules.ReqComponentInfoUi extends ReqComponentInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

previewNaturalLanguageTranslation

String previewNaturalLanguageTranslation

Class org.kuali.student.core.statement.ui.client.widgets.rules.ReqComponentVO extends Token implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

reqComponentInfo

ReqComponentInfo reqComponentInfo

typeDesc

String typeDesc

dirty

boolean dirty

clusetId

String clusetId

guiReferenceLabelId

String guiReferenceLabelId

Class org.kuali.student.core.statement.ui.client.widgets.rules.StatementVO extends Token implements Serializable

serialVersionUID: 1L

Serialized Fields

statementInfo

StatementInfo statementInfo

reqComponentVOs

List<E> reqComponentVOs

statementVOs

List<E> statementVOs

Package org.kuali.student.core.workflow.ui.server.gwt

Class org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

workflowDocumentActionsService

WorkflowDocumentActionsService workflowDocumentActionsService

workflowDocumentService

WorkflowDocumentService workflowDocumentService

documentTypeService

DocumentTypeService documentTypeService

identityService

IdentityService identityService

permissionService

PermissionService permissionService

Package org.kuali.student.core.ws.binding

Class org.kuali.student.core.ws.binding.JaxbAttribute extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

value

String value

Class org.kuali.student.core.ws.binding.JaxbAttributeList extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attribute

List<E> attribute

Package org.kuali.student.enrollment.academicrecord.dto

Class org.kuali.student.enrollment.academicrecord.dto.GPAInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

calculationTypeKey

String calculationTypeKey

scaleKey

String scaleKey

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.LoadInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

totalCredits

String totalCredits

loadLevelTypeKey

String loadLevelTypeKey

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.StudentCourseRecordInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

courseOfferingId

String courseOfferingId

sourceTypeKey

String sourceTypeKey

courseRegistrationId

String courseRegistrationId

personId

String personId

courseTitle

String courseTitle

courseCode

String courseCode

activityCode

String activityCode

termName

String termName

courseBeginDate

Date courseBeginDate

courseEndDate

Date courseEndDate

assignedGradeValue

String assignedGradeValue

assignedGradeScaleKey

String assignedGradeScaleKey

administrativeGradeValue

String administrativeGradeValue

administrativeGradeScaleKey

String administrativeGradeScaleKey

calculatedGradeValue

String calculatedGradeValue

calculatedGradeScaleKey

String calculatedGradeScaleKey

creditsAttempted

String creditsAttempted

creditsEarned

String creditsEarned

creditsForGPA

String creditsForGPA

countsTowardCredits

Boolean countsTowardCredits

isRepeated

Boolean isRepeated

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.StudentCredentialRecordInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

programId

String programId

programTitle

String programTitle

programCode

String programCode

dateAdmitted

Date dateAdmitted

dateAwarded

Date dateAwarded

awardingInstitution

String awardingInstitution

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.StudentProgramRecordInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

programId

String programId

programTitle

String programTitle

programTypeKey

String programTypeKey

programCode

String programCode

admittedDate

String admittedDate

creditsEarned

String creditsEarned

classStanding

String classStanding

childPrograms

List<E> childPrograms

statusKey

String statusKey

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.StudentTestScoreRecordInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

testTitle

String testTitle

testCode

String testCode

testTypeKey

String testTypeKey

dateTaken

Date dateTaken

scoreValue

String scoreValue

scorePercent

String scorePercent

subComponents

List<E> subComponents

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.academicrecord.dto.attic

Class org.kuali.student.enrollment.academicrecord.dto.attic.CreditsGradeInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

credits

String credits

gradeKey

String gradeKey

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.attic.ExternalCredentialRecordInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

programCode

String programCode

dateAdmitted

Date dateAdmitted

dateAwarded

Date dateAwarded

awardingInstitution

String awardingInstitution

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.attic.HonorsInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

dateAwarded

Date dateAwarded

termName

String termName

termKey

String termKey

termStartDate

Date termStartDate

termEndDate

Date termEndDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.attic.StudentRankInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

rank

String rank

populationSize

Integer populationSize

populationKey

String populationKey

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.academicrecord.dto.attic.StudentTransferCreditRecordInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

awardedCourseId

String awardedCourseId

awardedCourseTitle

String awardedCourseTitle

awardedCourseCode

String awardedCourseCode

awardedCredits

Float awardedCredits

dateAwarded

Date dateAwarded

sourceId

String sourceId

sourceWork

List<E> sourceWork

subComponents

List<E> subComponents

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.acal.dto

Class org.kuali.student.enrollment.acal.dto.AcademicCalendarInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

holidayCalendarIds

List<E> holidayCalendarIds

adminOrgId

String adminOrgId

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.acal.dto.AcalEventInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

isAllDay

Boolean isAllDay

isDateRange

Boolean isDateRange

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.acal.dto.HolidayCalendarInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

campusKeys

List<E> campusKeys

adminOrgId

String adminOrgId

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.acal.dto.HolidayInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

isInstructionalDay

Boolean isInstructionalDay

isAllDay

Boolean isAllDay

isDateRange

Boolean isDateRange

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.acal.dto.KeyDateInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

isAllDay

Boolean isAllDay

isRelativeToKeyDate

Boolean isRelativeToKeyDate

relativeAnchorKeyDateId

String relativeAnchorKeyDateId

isDateRange

Boolean isDateRange

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.acal.dto.TermInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.batchjobresults.dto

Class org.kuali.student.enrollment.batchjobresults.dto.BatchJobResultInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

parameters

List<E> parameters

context

ContextInfo context

globalResults

List<E> globalResults

itemsProcessed

Integer itemsProcessed

itemsExpected

Integer itemsExpected

message

RichTextInfo message

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.batchjobresults.dto.BatchJobResultItemInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

batchJobResultId

String batchJobResultId

sourceId

String sourceId

targetId

String targetId

message

RichTextInfo message

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.courseoffering.dto

Class org.kuali.student.enrollment.courseoffering.dto.ActivityOfferingClusterInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

privateName

String privateName

formatOfferingId

String formatOfferingId

activityOfferingSets

List<E> activityOfferingSets

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.ActivityOfferingDisplayInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

typeName

String typeName

stateName

String stateName

courseOfferingTitle

String courseOfferingTitle

courseOfferingCode

String courseOfferingCode

formatOfferingId

String formatOfferingId

formatOfferingName

String formatOfferingName

activityOfferingCode

String activityOfferingCode

instructorId

String instructorId

instructorName

String instructorName

isHonorsOffering

Boolean isHonorsOffering

maximumEnrollment

Integer maximumEnrollment

scheduleDisplay

ScheduleDisplayInfo scheduleDisplay

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.ActivityOfferingInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

formatOfferingId

String formatOfferingId

formatOfferingName

String formatOfferingName

activityId

String activityId

termId

String termId

termCode

String termCode

activityCode

String activityCode

scheduleId

String scheduleId

schedulingStateKey

String schedulingStateKey

isHonorsOffering

Boolean isHonorsOffering

gradingOptionKeys

List<E> gradingOptionKeys

instructors

List<E> instructors

weeklyInclassContactHours

String weeklyInclassContactHours

weeklyOutofclassContactHours

String weeklyOutofclassContactHours

weeklyTotalContactHours

String weeklyTotalContactHours

maximumEnrollment

Integer maximumEnrollment

isMaxEnrollmentEstimate

Boolean isMaxEnrollmentEstimate

minimumEnrollment

Integer minimumEnrollment

finalExamStartTime

Date finalExamStartTime

finalExamEndTime

Date finalExamEndTime

finalExamSpaceCode

String finalExamSpaceCode

isEvaluated

Boolean isEvaluated

activityOfferingURL

String activityOfferingURL

courseOfferingId

String courseOfferingId

courseOfferingTitle

String courseOfferingTitle

courseOfferingCode

String courseOfferingCode

hasWaitlist

Boolean hasWaitlist

waitlistTypeKey

String waitlistTypeKey

waitlistMaximum

Integer waitlistMaximum

isWaitlistCheckinRequired

Boolean isWaitlistCheckinRequired

waitlistCheckinFrequency

TimeAmountInfo waitlistCheckinFrequency

_futureElements

List<E> _futureElements

isPartOfColocatedOfferingSet

Boolean isPartOfColocatedOfferingSet

Class org.kuali.student.enrollment.courseoffering.dto.ActivityOfferingSetInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

activityOfferingType

String activityOfferingType

activityOfferingIds

List<E> activityOfferingIds

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.AOClusterVerifyResultsInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

existingRGCount

Integer existingRGCount

validRGCount

Integer validRGCount

isRegenerationNeeded

Boolean isRegenerationNeeded

validationResults

List<E> validationResults

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.ColocatedOfferingSetInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

isMaxEnrollmentShared

Boolean isMaxEnrollmentShared

activityOfferingIds

List<E> activityOfferingIds

maximumEnrollment

Integer maximumEnrollment

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.CourseOfferingCrossListingInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

subjectArea

String subjectArea

departmentOrgId

String departmentOrgId

courseNumberSuffix

String courseNumberSuffix

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.CourseOfferingDisplayInfo extends IdNamelessEntityInfo implements Serializable

Serialized Fields

descr

RichTextInfo descr

courseId

String courseId

termId

String termId

courseOfferingTitle

String courseOfferingTitle

courseOfferingCode

String courseOfferingCode

subjectArea

String subjectArea

termName

String termName

termCode

String termCode

studentRegistrationGradingOptions

List<E> studentRegistrationGradingOptions

gradingOption

KeyNameInfo gradingOption

creditOption

KeyNameInfo creditOption

typeName

String typeName

stateName

String stateName

isHonorsOffering

Boolean isHonorsOffering

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.CourseOfferingInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

courseId

String courseId

termId

String termId

courseOfferingTitle

String courseOfferingTitle

descr

RichTextInfo descr

courseCode

String courseCode

courseOfferingCode

String courseOfferingCode

courseNumberSuffix

String courseNumberSuffix

subjectArea

String subjectArea

crossListings

List<E> crossListings

isHonorsOffering

Boolean isHonorsOffering

campusLocations

List<E> campusLocations

instructors

List<E> instructors

unitsDeploymentOrgIds

List<E> unitsDeploymentOrgIds

unitsContentOwnerOrgIds

List<E> unitsContentOwnerOrgIds

gradingOptionId

String gradingOptionId

gradingOptionName

String gradingOptionName

creditCnt

String creditCnt

studentRegistrationGradingOptions

List<E> studentRegistrationGradingOptions

creditOptionName

String creditOptionName

creditOptionId

String creditOptionId

hasWaitlist

Boolean hasWaitlist

waitlistTypeKey

String waitlistTypeKey

waitlistLevelTypeKey

String waitlistLevelTypeKey

waitlistMaximum

Integer waitlistMaximum

maximumEnrollment

Integer maximumEnrollment

minimumEnrollment

Integer minimumEnrollment

finalExamType

String finalExamType

fundingSource

String fundingSource

isFinancialAidEligible

Boolean isFinancialAidEligible

isEvaluated

Boolean isEvaluated

isFeeAtActivityOffering

Boolean isFeeAtActivityOffering

courseOfferingURL

String courseOfferingURL

_futureElements

List<E> _futureElements

courseNumberInternalSuffix

String courseNumberInternalSuffix

Class org.kuali.student.enrollment.courseoffering.dto.CreditOptionInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

typeKey

String typeKey

credits

List<E> credits

allowedCredits

List<E> allowedCredits

minCredits

String minCredits

maxCredits

String maxCredits

fixedCredit

String fixedCredit

courseMinCredits

String courseMinCredits

courseMaxCredits

String courseMaxCredits

courseFixedCredits

String courseFixedCredits

Class org.kuali.student.enrollment.courseoffering.dto.FormatOfferingInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

courseOfferingId

String courseOfferingId

formatId

String formatId

termId

String termId

shortName

String shortName

activityOfferingTypeKeys

List<E> activityOfferingTypeKeys

gradeRosterLevelTypeKey

String gradeRosterLevelTypeKey

finalExamLevelTypeKey

String finalExamLevelTypeKey

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.OfferingInstructorInfo extends TypeStateEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

personId

String personId

personName

String personName

percentageEffort

Float percentageEffort

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.RegistrationGroupInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

formatOfferingId

String formatOfferingId

courseOfferingId

String courseOfferingId

activityOfferingClusterId

String activityOfferingClusterId

termId

String termId

registrationCode

String registrationCode

activityOfferingIds

List<E> activityOfferingIds

isGenerated

Boolean isGenerated

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseoffering.dto.SeatPoolDefinitionInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

expirationMilestoneTypeKey

String expirationMilestoneTypeKey

isPercentage

Boolean isPercentage

seatLimit

Integer seatLimit

processingPriority

Integer processingPriority

populationId

String populationId

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.courseofferingset.dto

Class org.kuali.student.enrollment.courseofferingset.dto.SocInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

termId

String termId

subjectArea

String subjectArea

unitsContentOwnerId

String unitsContentOwnerId

schedulingStateKey

String schedulingStateKey

lastSchedulingRunStarted

Date lastSchedulingRunStarted

lastSchedulingRunCompleted

Date lastSchedulingRunCompleted

publishingStarted

Date publishingStarted

publishingCompleted

Date publishingCompleted

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseofferingset.dto.SocRolloverResultInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

sourceSocId

String sourceSocId

targetSocId

String targetSocId

targetTermId

String targetTermId

optionKeys

List<E> optionKeys

itemsProcessed

Integer itemsProcessed

itemsExpected

Integer itemsExpected

courseOfferingsCreated

Integer courseOfferingsCreated

courseOfferingsSkipped

Integer courseOfferingsSkipped

activityOfferingsCreated

Integer activityOfferingsCreated

activityOfferingsSkipped

Integer activityOfferingsSkipped

sourceTermId

String sourceTermId

message

RichTextInfo message

dateInitiated

Date dateInitiated

dateCompleted

Date dateCompleted

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseofferingset.dto.SocRolloverResultItemInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

socRolloverResultId

String socRolloverResultId

sourceCourseOfferingId

String sourceCourseOfferingId

targetCourseOfferingId

String targetCourseOfferingId

message

RichTextInfo message

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.courseregistration.dto

Class org.kuali.student.enrollment.courseregistration.dto.ActivityRegistrationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

studentId

String studentId

activityOfferingId

String activityOfferingId

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseregistration.dto.CourseRegistrationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

studentId

String studentId

courseOfferingId

String courseOfferingId

credits

String credits

gradingOptionId

String gradingOptionId

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseregistration.dto.CreditLoadInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

studentId

String studentId

creditLoad

String creditLoad

creditLimit

String creditLimit

additionalCredits

String additionalCredits

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseregistration.dto.RegistrationRequestInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

requestorId

String requestorId

termId

String termId

registrationRequestItems

List<E> registrationRequestItems

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseregistration.dto.RegistrationRequestItemInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

registrationRequestId

String registrationRequestId

studentId

String studentId

newRegistrationGroupId

String newRegistrationGroupId

existingRegistrationGroupId

String existingRegistrationGroupId

credits

String credits

gradingOptionId

String gradingOptionId

okToWaitlist

Boolean okToWaitlist

okToHoldUntilList

Boolean okToHoldUntilList

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseregistration.dto.RegistrationResponseInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

registrationRequestId

String registrationRequestId

hasFailed

Boolean hasFailed

messages

List<E> messages

registrationResponseItems

List<E> registrationResponseItems

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.courseregistration.dto.RegistrationResponseItemInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

registrationRequestItemId

String registrationRequestItemId

operationStatus

OperationStatusInfo operationStatus

courseRegistrationId

String courseRegistrationId

courseWaitlistEntryId

String courseWaitlistEntryId

holdUntilListEntryId

String holdUntilListEntryId

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.coursewaitlist.dto

Class org.kuali.student.enrollment.coursewaitlist.dto.CourseWaitlistEntryInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

studentId

String studentId

registrationGroupId

String registrationGroupId

position

Integer position

lastCheckedIn

Date lastCheckedIn

courseOfferingId

String courseOfferingId

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.grading.dto

Class org.kuali.student.enrollment.grading.dto.GradeRosterEntryInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

studentId

String studentId

activityOfferingId

String activityOfferingId

assignedGradeKey

String assignedGradeKey

administrativeGradeKey

String administrativeGradeKey

calculatedGradeKey

String calculatedGradeKey

creditsEarnedKey

String creditsEarnedKey

validGradeGroupKeys

List<E> validGradeGroupKeys

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.grading.dto.GradeRosterInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

gradeRosterEntryIds

List<E> gradeRosterEntryIds

graderIds

List<E> graderIds

activityOfferingIds

List<E> activityOfferingIds

courseOfferingId

String courseOfferingId

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.grading.dto.GradeValuesGroupInfo extends KeyEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

resultValueInfos

List<E> resultValueInfos

resultValueRange

ResultValueRangeInfo resultValueRange

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.grading.dto.LoadInfo extends TypeStateEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

totalCredits

Float totalCredits

totalLevelCode

String totalLevelCode

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.lpr.dto

Class org.kuali.student.enrollment.lpr.dto.LprInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

luiId

String luiId

personId

String personId

resultValuesGroupKeys

List<E> resultValuesGroupKeys

commitmentPercent

String commitmentPercent

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lpr.dto.LprTransactionInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

requestingPersonId

String requestingPersonId

atpId

String atpId

lprTransactionItems

List<E> lprTransactionItems

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lpr.dto.LprTransactionItemInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId

transactionId

String transactionId

newLuiId

String newLuiId

existingLuiId

String existingLuiId

resultValuesGroupKeys

List<E> resultValuesGroupKeys

requestOptions

List<E> requestOptions

lprTransactionItemResult

LprTransactionItemResultInfo lprTransactionItemResult

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lpr.dto.LprTransactionItemResultInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resultingLprId

String resultingLprId

message

String message

status

Boolean status

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.lrr.dto

Class org.kuali.student.enrollment.lrr.dto.LearningResultRecordInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

lprId

String lprId

resultValueKey

String resultValueKey

resultSourceIds

List<E> resultSourceIds

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lrr.dto.ResultSourceInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

articulationId

String articulationId

resultTransformationId

String resultTransformationId

_futureElements

List<E> _futureElements

Package org.kuali.student.enrollment.lui.dto

Class org.kuali.student.enrollment.lui.dto.LuiCapacityInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

luiIds

List<E> luiIds

maximumSeatCount

Integer maximumSeatCount

processingOrder

Integer processingOrder

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lui.dto.LuiIdentifierInfo extends TypeStateEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

code

String code

shortName

String shortName

longName

String longName

division

String division

suffixCode

String suffixCode

variation

String variation

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lui.dto.LuiInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

officialIdentifier

LuiIdentifierInfo officialIdentifier

alternateIdentifiers

List<E> alternateIdentifiers

cluId

String cluId

cluCluRelationIds

List<E> cluCluRelationIds

atpId

String atpId

campusLocations

List<E> campusLocations

scheduleId

String scheduleId

luiCodes

List<E> luiCodes

maximumEnrollment

Integer maximumEnrollment

minimumEnrollment

Integer minimumEnrollment

referenceURL

String referenceURL

unitsContentOwner

List<E> unitsContentOwner

unitsDeployment

List<E> unitsDeployment

resultValuesGroupKeys

List<E> resultValuesGroupKeys

relatedLuiTypes

List<E> relatedLuiTypes

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lui.dto.LuiLuiRelationInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

luiId

String luiId

relatedLuiId

String relatedLuiId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.lui.dto.LuiSetInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

luiIds

List<E> luiIds

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

Package org.kuali.student.enrollment.roster.dto

Class org.kuali.student.enrollment.roster.dto.LprRosterEntryInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

lprRosterId

String lprRosterId

lprId

String lprId

position

Integer position

_futureElements

List<E> _futureElements

Class org.kuali.student.enrollment.roster.dto.LprRosterInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

associatedLuiIds

List<E> associatedLuiIds

maximumCapacity

Integer maximumCapacity

checkInRequired

Boolean checkInRequired

checkInFrequency

TimeAmountInfo checkInFrequency

_futureElements

List<E> _futureElements

Package org.kuali.student.lum.common.client.lo

Class org.kuali.student.lum.common.client.lo.LoDisplayInfoSortedSet extends TreeSet<LoDisplayInfoHelper> implements Serializable

serialVersionUID: 1L


Package org.kuali.student.lum.common.client.widgets

Class org.kuali.student.lum.common.client.widgets.CluInformation extends Object implements Serializable

serialVersionUID: 1123124L

Serialized Fields

verIndependentId

String verIndependentId

code

String code

title

String title

credits

String credits

type

String type

parentCluId

String parentCluId

Class org.kuali.student.lum.common.client.widgets.CluSetInformation extends Object implements Serializable

serialVersionUID: 1123124L

Serialized Fields

id

String id

clus

List<E> clus

cluSets

List<E> cluSets

membershipQueryInfo

MembershipQueryInfo membershipQueryInfo

clusInRange

List<E> clusInRange

subCluSetInformations

Map<K,V> subCluSetInformations

Package org.kuali.student.lum.lu.ui.course.server.gwt

Class org.kuali.student.lum.lu.ui.course.server.gwt.CourseRpcGwtServlet extends DataGwtServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

courseService

CourseService courseService

proposalService

ProposalService proposalService
The proposal service is injected via spring.


cluService

CluService cluService

statementService

StatementService statementService

stateChangeService

CourseStateChangeServiceImpl stateChangeService

Class org.kuali.student.lum.lu.ui.course.server.gwt.CreditCourseProposalRpcGwtServlet extends DataGwtServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

copyCourseService

CopyCourseServiceImpl copyCourseService

Class org.kuali.student.lum.lu.ui.course.server.gwt.CreditCourseRetireProposalRpcGwtServlet extends CreditCourseProposalRpcGwtServlet implements Serializable

Class org.kuali.student.lum.lu.ui.course.server.gwt.LoCategoryRpcGwtServlet extends DataGwtServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

loService

LearningObjectiveService loService

Class org.kuali.student.lum.lu.ui.course.server.gwt.LuRpcGwtServlet extends BaseRpcGwtServletAbstract<CluService> implements Serializable

serialVersionUID: 1L


Package org.kuali.student.lum.lu.ui.dependency.server

Class org.kuali.student.lum.lu.ui.dependency.server.DependencyAnalysisRpcServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

statementService

StatementService statementService

programService

ProgramService programService

Package org.kuali.student.lum.lu.ui.tools.server.gwt

Class org.kuali.student.lum.lu.ui.tools.server.gwt.CluSetManagementRpcGwtServlet extends DataGwtServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

cluService

CluService cluService

lrcService

LRCService lrcService

Package org.kuali.student.lum.program.server

Class org.kuali.student.lum.program.server.CoreProgramRpcServlet extends MajorDisciplineRpcServlet implements Serializable

serialVersionUID: 1L

Class org.kuali.student.lum.program.server.CredentialProgramRpcServlet extends MajorDisciplineRpcServlet implements Serializable

serialVersionUID: 1L

Class org.kuali.student.lum.program.server.MajorDisciplineProposalRpcServlet extends DataGwtServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

programService

ProgramService programService

statementService

StatementService statementService

stateChangeService

StateChangeService stateChangeService

proposalService

ProposalService proposalService

cluService

CluService cluService

Class org.kuali.student.lum.program.server.MajorDisciplineRpcServlet extends DataGwtServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

Logger LOG

proposalService

ProposalService proposalService

programService

ProgramService programService

statementService

StatementService statementService

stateChangeService

StateChangeService stateChangeService

cluService

CluService cluService

Class org.kuali.student.lum.program.server.StatementRpcServlet extends BaseRpcGwtServletAbstract<CluService> implements Serializable

serialVersionUID: 1L

Serialized Fields

statmentDataService

StatementRpcService statmentDataService

Package org.kuali.student.lum.workflow

Class org.kuali.student.lum.workflow.CollaboratorRequestCustomActionListAttribute extends Object implements Serializable

serialVersionUID: 6776164670024486696L


Package org.kuali.student.r1.common.assembly.data

Class org.kuali.student.r1.common.assembly.data.AssemblyException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r1.common.assembly.data.ConstraintMetadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

childConstraints

List<E> childConstraints
Deprecated. 

comments

String comments
Deprecated. 

desc

String desc
Deprecated. 

id

String id
Deprecated. 

maxLength

Integer maxLength
Deprecated. 

maxOccurs

Integer maxOccurs
Deprecated. 

maxValue

String maxValue
Deprecated. 

minLength

Integer minLength
Deprecated. 

minOccurs

Integer minOccurs
Deprecated. 

minValue

String minValue
Deprecated. 

serverSide

boolean serverSide
Deprecated. 

specialValidator

String specialValidator
Deprecated. 

validChars

String validChars
Deprecated. 

validCharsMessageId

String validCharsMessageId
Deprecated. 

requiredForNextState

boolean requiredForNextState
Deprecated. 

nextState

String nextState
Deprecated. 

Class org.kuali.student.r1.common.assembly.data.Data extends Object implements Serializable

Serialized Fields

className

String className

map

Map<K,V> map

parent

Data parent

parentKey

Data.Key parentKey

Class org.kuali.student.r1.common.assembly.data.Data.BooleanValue extends Object implements Serializable

Serialized Fields

value

Boolean value

Class org.kuali.student.r1.common.assembly.data.Data.DataValue extends Object implements Serializable

Serialized Fields

value

Data value

Class org.kuali.student.r1.common.assembly.data.Data.DateValue extends Object implements Serializable

Serialized Fields

value

Date value

Class org.kuali.student.r1.common.assembly.data.Data.DoubleValue extends Object implements Serializable

Serialized Fields

value

Double value

Class org.kuali.student.r1.common.assembly.data.Data.FloatValue extends Object implements Serializable

Serialized Fields

value

Float value

Class org.kuali.student.r1.common.assembly.data.Data.IntegerKey extends Object implements Serializable

Serialized Fields

key

Integer key

Class org.kuali.student.r1.common.assembly.data.Data.IntegerValue extends Object implements Serializable

Serialized Fields

value

Integer value

Class org.kuali.student.r1.common.assembly.data.Data.LongValue extends Object implements Serializable

Serialized Fields

value

Long value

Class org.kuali.student.r1.common.assembly.data.Data.ShortValue extends Object implements Serializable

Serialized Fields

value

Short value

Class org.kuali.student.r1.common.assembly.data.Data.StringKey extends Object implements Serializable

Serialized Fields

key

String key

Class org.kuali.student.r1.common.assembly.data.Data.StringValue extends Object implements Serializable

Serialized Fields

value

String value

Class org.kuali.student.r1.common.assembly.data.Data.TimestampValue extends Object implements Serializable

Serialized Fields

value

Timestamp value

Class org.kuali.student.r1.common.assembly.data.Data.TimeValue extends Object implements Serializable

Serialized Fields

value

Time value

Class org.kuali.student.r1.common.assembly.data.LookupMetadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

searchTypeId

String searchTypeId

name

String name

desc

String desc

title

String title

params

List<E> params

results

List<E> results

qosMetadata

LookupQosMetadata qosMetadata

searchParamIdKey

String searchParamIdKey

resultReturnKey

String resultReturnKey

resultDisplayKey

String resultDisplayKey

resultSortKey

String resultSortKey

minQuerySize

Integer minQuerySize

sortDirection

SortDirection sortDirection

usage

LookupMetadata.Usage usage

widget

LookupMetadata.Widget widget

widgetOptions

Map<K,V> widgetOptions

Class org.kuali.student.r1.common.assembly.data.LookupParamMetadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

childLookup

LookupMetadata childLookup

writeAccess

Metadata.WriteAccess writeAccess

dataType

Data.DataType dataType

optional

boolean optional

defaultValueList

ArrayList<E> defaultValueList

defaultValueString

String defaultValueString

fieldPath

String fieldPath

name

String name

desc

String desc

caseSensitive

boolean caseSensitive

usage

LookupMetadata.Usage usage

widget

LookupParamMetadata.Widget widget

Class org.kuali.student.r1.common.assembly.data.LookupQosMetadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startAt

Integer startAt
Deprecated. 

maxResults

Integer maxResults
Deprecated. 

sorts

List<E> sorts
Deprecated. 

Class org.kuali.student.r1.common.assembly.data.LookupResultMetadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
Deprecated. 

name

String name
Deprecated. 

desc

String desc
Deprecated. 

dataType

Data.DataType dataType
Deprecated. 

hidden

boolean hidden
Deprecated. 

columnWidth

String columnWidth
Deprecated. 

Class org.kuali.student.r1.common.assembly.data.Metadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

labelKey

String labelKey

writeAccess

Metadata.WriteAccess writeAccess

canUnmask

boolean canUnmask

canView

boolean canView

canEdit

boolean canEdit

dynamic

boolean dynamic

partialMaskFormatter

String partialMaskFormatter

maskFormatter

String maskFormatter

onChangeRefreshMetadata

boolean onChangeRefreshMetadata

dataType

Data.DataType dataType

defaultValue

Data.Value defaultValue

defaultValuePath

String defaultValuePath

constraints

List<E> constraints

initialLookup

LookupMetadata initialLookup

lookupContextPath

String lookupContextPath

additionalLookups

List<E> additionalLookups

childProperties

Map<K,V> childProperties

Class org.kuali.student.r1.common.assembly.data.QueryPath extends ArrayList<Data.Key> implements Serializable

serialVersionUID: 1L

Serialized Fields

stringPath

String stringPath

Class org.kuali.student.r1.common.assembly.data.UILookupData extends CommonLookup implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
Deprecated. 

name

String name
Deprecated. 

desc

String desc
Deprecated. 

title

String title
Deprecated. 

results

List<E> results
Deprecated. 

qosMetadata

LookupQosMetadata qosMetadata
Deprecated. 

resultDisplayKey

String resultDisplayKey
Deprecated. 

resultSortKey

String resultSortKey
Deprecated. 

minQuerySize

Integer minQuerySize
Deprecated. 

sortDirection

SortDirection sortDirection
Deprecated. 

usage

UILookupData.Usage usage
Deprecated. 

widget

UILookupData.Widget widget
Deprecated. 

widgetOptions

Map<K,V> widgetOptions
Deprecated. 

Package org.kuali.student.r1.common.assembly.old.data

Class org.kuali.student.r1.common.assembly.old.data.SaveResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value
Deprecated. 

validationResults

List<E> validationResults
Deprecated. 

Package org.kuali.student.r1.common.assembly.transform

Class org.kuali.student.r1.common.assembly.transform.FilterException extends Exception implements Serializable

serialVersionUID: 1L


Package org.kuali.student.r1.common.dictionary

Class org.kuali.student.r1.common.dictionary.DictionaryException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.kuali.student.r1.common.dictionary.dto

Class org.kuali.student.r1.common.dictionary.dto.CommonLookup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
Deprecated. 

name

String name
Deprecated. 

desc

String desc
Deprecated. 

searchTypeId

String searchTypeId
Deprecated. 

resultReturnKey

String resultReturnKey
Deprecated. 

searchParamIdKey

String searchParamIdKey
Deprecated. 

params

List<E> params
Deprecated. 

Class org.kuali.student.r1.common.dictionary.dto.CommonLookupParam extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
Deprecated. 

childLookup

CommonLookup childLookup
Deprecated. 

writeAccess

CommonLookupParam.WriteAccess writeAccess
Deprecated. 

dataType

DataType dataType
Deprecated. 

optional

boolean optional
Deprecated. 

defaultValueList

ArrayList<E> defaultValueList
Deprecated. 

defaultValueString

String defaultValueString
Deprecated. 

name

String name
Deprecated. 

desc

String desc
Deprecated. 

caseSensitive

boolean caseSensitive
Deprecated. 

usage

CommonLookupParam.Usage usage
Deprecated. 

fieldPath

String fieldPath
Deprecated. 

fieldPathMessageId

String fieldPathMessageId
Deprecated. 

widget

CommonLookupParam.Widget widget
Deprecated. 

Class org.kuali.student.r1.common.dictionary.dto.LookupConstraint extends CommonLookup implements Serializable

serialVersionUID: 1L

Serialized Fields

errorLevel

ValidationResult.ErrorLevel errorLevel
Deprecated. 

Package org.kuali.student.r1.common.dictionary.old.dto

Class org.kuali.student.r1.common.dictionary.old.dto.CaseConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

whenConstraint

List<E> whenConstraint
Deprecated. 

field

String field
Deprecated. 

operator

String operator
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.ConstraintDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
Deprecated. 

id

String id
Deprecated. 

constraint

List<E> constraint
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.ConstraintSelector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className
Deprecated. 

key

String key
Deprecated. 

id

String id
Deprecated. 

serverSide

boolean serverSide
Deprecated. 

locale

String locale
Deprecated. 

minValue

String minValue
Deprecated. 

maxValue

String maxValue
Deprecated. 

minLength

Integer minLength
Deprecated. 

maxLength

String maxLength
Deprecated. 

validChars

ValidCharsConstraint validChars
Deprecated. 

minOccurs

Integer minOccurs
Deprecated. 

maxOccurs

String maxOccurs
Deprecated. 

requireConstraint

List<E> requireConstraint
Deprecated. 

caseConstraint

List<E> caseConstraint
Deprecated. 

typeStateCaseConstraint

TypeStateCaseConstraint typeStateCaseConstraint
Deprecated. 

lookupConstraint

List<E> lookupConstraint
Deprecated. 

occursConstraint

List<E> occursConstraint
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.Context extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value
Deprecated. 

type

String type
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.Dictionary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

objectStructure

List<E> objectStructure
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.Field extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
Deprecated. 

id

String id
Deprecated. 

fieldDescriptor

FieldDescriptor fieldDescriptor
Deprecated. 

constraintDescriptor

ConstraintDescriptor constraintDescriptor
Deprecated. 

selector

boolean selector
Deprecated. 

dynamic

boolean dynamic
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.FieldDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
Deprecated. 

name

String name
Deprecated. 

desc

String desc
Deprecated. 

readOnly

boolean readOnly
Deprecated. 

dataType

String dataType
Deprecated. 

search

SearchSelector search
Deprecated. 

objectStructure

ObjectStructure objectStructure
Deprecated. 

objectStructureRef

String objectStructureRef
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.LookupConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

search

String search
Deprecated. 

searchField

String searchField
Deprecated. 

lookupKey

List<E> lookupKey
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.LookupKeyConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

field

String field
Deprecated. 

mapsTo

String mapsTo
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.ObjectStructure extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
Deprecated. 

id

String id
Deprecated. 

type

List<E> type
Deprecated. 

name

String name
Deprecated. 

desc

String desc
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.OccursConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

require

List<E> require
Deprecated. 

occurs

List<E> occurs
Deprecated. 

min

Integer min
Deprecated. 

max

Integer max
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.RequireConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

field

String field
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.SearchSelector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.State extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

field

List<E> field
Deprecated. 

id

String id
Deprecated. 

key

String key
Deprecated. 

constraintDescriptor

ConstraintDescriptor constraintDescriptor
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.Type extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

state

List<E> state
Deprecated. 

id

String id
Deprecated. 

key

String key
Deprecated. 

name

String name
Deprecated. 

desc

String desc
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

modifiable

boolean modifiable
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.TypeStateCaseConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

typeStateWhen

List<E> typeStateWhen
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.TypeStateWhenConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type
Deprecated. 

state

String state
Deprecated. 

minOccurs

Integer minOccurs
Deprecated. 

maxOccurs

String maxOccurs
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.ValidCharsConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fields

String fields
Deprecated. 

separator

String separator
Deprecated. 

value

String value
Deprecated. 

Class org.kuali.student.r1.common.dictionary.old.dto.WhenConstraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value
Deprecated. 

constraint

ConstraintSelector constraint
Deprecated. 

Package org.kuali.student.r1.common.dto

Class org.kuali.student.r1.common.dto.StatusInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

success

Boolean success
Deprecated. 

message

String message
Deprecated. 

Class org.kuali.student.r1.common.dto.TypeInfo extends Object implements Serializable

Serialized Fields

id

String id
Deprecated. 

name

String name
Deprecated. 

descr

String descr
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

Package org.kuali.student.r1.common.validator

Class org.kuali.student.r1.common.validator.DateParseException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.kuali.student.r1.common.validator.old

Class org.kuali.student.r1.common.validator.old.DateParseException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.kuali.student.r1.core.organization.dto

Class org.kuali.student.r1.core.organization.dto.OrgCodeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

desc

String desc

value

String value

attributes

Map<K,V> attributes

metaInfo

MetaInfo metaInfo

id

String id

Package org.kuali.student.r1.core.person.dto

Class org.kuali.student.r1.core.person.dto.PersonCitizenshipInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId
Deprecated. 

countryOfCitizenshipCode

String countryOfCitizenshipCode
Deprecated. 

countryOfCitizenshipName

String countryOfCitizenshipName
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonEthnicityInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId
Deprecated. 

ethnicityCode

String ethnicityCode
Deprecated. 

subEthnicityCode

String subEthnicityCode
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personTypeKeyList

List<E> personTypeKeyList
Deprecated. 

personNameInfoList

List<E> personNameInfoList
Deprecated. 

personCitizenshipInfoList

List<E> personCitizenshipInfoList
Deprecated. 

personVisaInfoList

List<E> personVisaInfoList
Deprecated. 

personResidencyInfoList

List<E> personResidencyInfoList
Deprecated. 

personEthnicityInfoList

List<E> personEthnicityInfoList
Deprecated. 

birthDate

Date birthDate
Deprecated. 

isTestPerson

Boolean isTestPerson
Deprecated. 

gender

String gender
Deprecated. 

photo

String photo
Deprecated. 

deceasedDate

Date deceasedDate
Deprecated. 

maritalStatusCode

String maritalStatusCode
Deprecated. 

primaryLanguageCode

String primaryLanguageCode
Deprecated. 

secondaryLanguageCode

String secondaryLanguageCode
Deprecated. 

countryofBirthCode

String countryofBirthCode
Deprecated. 

stateofBirth

String stateofBirth
Deprecated. 

cityofBirth

String cityofBirth
Deprecated. 

geographicOrigin

String geographicOrigin
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

state

String state
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonNameInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId
Deprecated. 

personTitle

String personTitle
Deprecated. 

nonStandardName

String nonStandardName
Deprecated. 

surname

String surname
Deprecated. 

middleName

String middleName
Deprecated. 

givenName

String givenName
Deprecated. 

preferredName

String preferredName
Deprecated. 

suffix

String suffix
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

nameOrder

String nameOrder
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

nameType

String nameType
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonReferenceIdInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personReferenceId

String personReferenceId
Deprecated. 

assigningOrg

String assigningOrg
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

type

String type
Deprecated. 

state

String state
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonRelationInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId
Deprecated. 

relatedPersonId

String relatedPersonId
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

type

String type
Deprecated. 

state

String state
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonResidencyInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId
Deprecated. 

determinationMethod

String determinationMethod
Deprecated. 

inStateFlag

String inStateFlag
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

type

String type
Deprecated. 

state

String state
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonUsageTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Deprecated. 

desc

String desc
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.person.dto.PersonVisaInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId
Deprecated. 

visaTypeKey

String visaTypeKey
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

visaEntry

String visaEntry
Deprecated. 

visaId

String visaId
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

id

String id
Deprecated. 

Package org.kuali.student.r1.core.personsearch.service.impl

Class org.kuali.student.r1.core.personsearch.service.impl.KsPerson extends Object implements Serializable

Serialized Fields

principalId

String principalId

entityId

String entityId

name

String name

firstName

String firstName

middleName

String middleName

lastName

String lastName

principalName

String principalName

Package org.kuali.student.r1.core.statement.dto

Class org.kuali.student.r1.core.statement.dto.AbstractStatementInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Deprecated. 

desc

RichTextInfo desc
Deprecated. 

operator

StatementOperatorTypeKey operator
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

type

String type
Deprecated. 

state

String state
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.NlUsageTypeInfo extends TypeInfo implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r1.core.statement.dto.RefStatementRelationInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

refObjectTypeKey

String refObjectTypeKey
Deprecated. 

refObjectId

String refObjectId
Deprecated. 

statementId

String statementId
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

type

String type
Deprecated. 

state

String state
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.RefStatementRelationTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Deprecated. 

desc

String desc
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

attributes

Map<K,V> attributes
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.ReqCompFieldInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
Deprecated. 

type

String type
Deprecated. 

value

String value
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.ReqCompFieldTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldDescriptor

FieldDescriptor fieldDescriptor
Deprecated. 

id

String id
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.ReqComponentInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

desc

RichTextInfo desc
Deprecated. 

reqCompFields

List<E> reqCompFields
Deprecated. 

effectiveDate

Date effectiveDate
Deprecated. 

expirationDate

Date expirationDate
Deprecated. 

metaInfo

MetaInfo metaInfo
Deprecated. 

type

String type
Deprecated. 

state

String state
Deprecated. 

id

String id
Deprecated. 

naturalLanguageTranslation

String naturalLanguageTranslation
Deprecated. 
naturalLanguageTranslation attribute is a read-only attribute which is generated on-the-fly and should not be persisted.

Class org.kuali.student.r1.core.statement.dto.ReqComponentTypeInfo extends TypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

reqCompFieldTypeInfos

List<E> reqCompFieldTypeInfos
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.StatementInfo extends AbstractStatementInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

statementIds

List<E> statementIds
Deprecated. 

reqComponentIds

List<E> reqComponentIds
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.StatementTreeViewInfo extends AbstractStatementInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

statements

List<E> statements
Deprecated. 

reqComponents

List<E> reqComponents
Deprecated. 

Class org.kuali.student.r1.core.statement.dto.StatementTypeInfo extends TypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

allowedReqComponentTypes

List<E> allowedReqComponentTypes
Deprecated. 

allowedStatementTypes

List<E> allowedStatementTypes
Deprecated. 

Package org.kuali.student.r1.core.workflow.dto

Class org.kuali.student.r1.core.workflow.dto.CollaboratorInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

collaborators

List<E> collaborators
Deprecated. 

Class org.kuali.student.r1.core.workflow.dto.WorkflowPersonInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

principalId

String principalId
Deprecated. 

firstName

String firstName
Deprecated. 

lastName

String lastName
Deprecated. 

permission

String permission
Deprecated. 

action

String action
Deprecated. 

author

boolean author
Deprecated. 

canRevokeRequest

boolean canRevokeRequest
Deprecated. 

actionRequestId

String actionRequestId
Deprecated. 

actionRequestStatus

String actionRequestStatus
Deprecated. 

Package org.kuali.student.r2.common.assembler

Class org.kuali.student.r2.common.assembler.AssemblyException extends Exception implements Serializable

serialVersionUID: 1L


Package org.kuali.student.r2.common.criteria

Class org.kuali.student.r2.common.criteria.LookupCustomizer.Builder extends Object implements Serializable

Serialized Fields

additionalTransforms

List<E> additionalTransforms

predicateTransforms

List<E> predicateTransforms

resultTransform

LookupCustomizer.Transform<P,R> resultTransform

Package org.kuali.student.r2.common.datadictionary.dto

Class org.kuali.student.r2.common.datadictionary.dto.AttributeDefinitionInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

childEntryName

String childEntryName

dataType

DataType dataType

isRequired

Boolean isRequired

minOccurs

Integer minOccurs

maxOccurs

Integer maxOccurs

minLength

Integer minLength

maxLength

Integer maxLength

isForceUppercase

Boolean isForceUppercase

shortLabel

String shortLabel

summary

String summary

label

String label

description

String description

exclusiveMin

String exclusiveMin

inclusiveMax

String inclusiveMax

displayLabelAttribute

String displayLabelAttribute

isUnique

Boolean isUnique

customValidatorClass

String customValidatorClass

formatterClass

String formatterClass

validCharactersConstraint

ValidCharactersConstraintInfo validCharactersConstraint

Class org.kuali.student.r2.common.datadictionary.dto.DictionaryEntryInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

objectClass

String objectClass

name

String name

objectLabel

String objectLabel

objectDescription

String objectDescription

titleAttribute

String titleAttribute

primaryKeys

List<E> primaryKeys

attributes

List<E> attributes

Class org.kuali.student.r2.common.datadictionary.dto.ValidCharactersConstraintInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

jsValue

String jsValue

isApplyClientSide

Boolean isApplyClientSide

labelKey

String labelKey

Class org.kuali.student.r2.common.datadictionary.dto.ValidCharactersConstraintInfo.Builder extends Object implements Serializable

Serialized Fields

value

String value

jsValue

String jsValue

isApplyClientSide

Boolean isApplyClientSide

labelKey

String labelKey

Package org.kuali.student.r2.common.datadictionary.infc

Package org.kuali.student.r2.common.dto

Class org.kuali.student.r2.common.dto.AmountInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

unitTypeKey

String unitTypeKey

unitQuantity

String unitQuantity

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.AttributeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

key

String key

value

String value

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.BulkStatusInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

isSuccess

Boolean isSuccess

message

String message

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.ComparisonInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldKey

String fieldKey

operator

String operator

values

List<E> values

isIgnoreCase

boolean isIgnoreCase

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.ContextInfo extends HasAttributesInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

authenticatedPrincipalId

String authenticatedPrincipalId

principalId

String principalId

currentDate

Date currentDate

locale

LocaleInfo locale

timeZone

String timeZone

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.CriteriaInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

comparisons

List<E> comparisons

maxResults

Integer maxResults

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.CurrencyAmountInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

currencyTypeKey

String currencyTypeKey

currencyQuantity

Integer currencyQuantity

meta

MetaInfo meta

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.DateRangeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.EntityInfo extends TypeStateEntityInfo implements Serializable

Serialized Fields

name

String name

descr

RichTextInfo descr

Class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo extends HasAttributesInfo implements Serializable

Serialized Fields

meta

MetaInfo meta

Class org.kuali.student.r2.common.dto.HasAttributesInfo extends Object implements Serializable

Serialized Fields

attributes

List<E> attributes

Class org.kuali.student.r2.common.dto.IdEntityInfo extends EntityInfo implements Serializable

Serialized Fields

id

String id

Class org.kuali.student.r2.common.dto.IdNamelessEntityInfo extends TypeStateEntityInfo implements Serializable

Serialized Fields

id

String id

Class org.kuali.student.r2.common.dto.KeyEntityInfo extends EntityInfo implements Serializable

Serialized Fields

key

String key

Class org.kuali.student.r2.common.dto.KeyNamelessEntityInfo extends TypeStateEntityInfo implements Serializable

Serialized Fields

key

String key

Class org.kuali.student.r2.common.dto.LocaleInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

localeLanguage

String localeLanguage

localeVariant

String localeVariant

localeRegion

String localeRegion

localeScript

String localeScript

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.MeetingScheduleInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

spaceId

String spaceId

scheduleId

String scheduleId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.MetaInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

versionInd

String versionInd

createTime

Date createTime

createId

String createId

updateTime

Date updateTime

updateId

String updateId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.OperationStatusInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

status

String status

messages

List<E> messages

warnings

List<E> warnings

errors

List<E> errors

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.RelationshipInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

typeKey

String typeKey

stateKey

String stateKey

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

Class org.kuali.student.r2.common.dto.RichTextInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

plain

String plain

formatted

String formatted

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.StatusInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

isSuccess

Boolean isSuccess

message

String message

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.TimeAmountInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

atpDurationTypeKey

String atpDurationTypeKey

timeQuantity

Integer timeQuantity

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.TimeOfDayInfo extends Object implements Serializable

Serialized Fields

milliSeconds

Long milliSeconds

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.common.dto.TypeStateEntityInfo extends HasAttributesAndMetaInfo implements Serializable

Serialized Fields

typeKey

String typeKey

stateKey

String stateKey

Class org.kuali.student.r2.common.dto.ValidationResultInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

element

String element

level

ValidationResult.ErrorLevel level

message

String message

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.common.exceptions

Class org.kuali.student.r2.common.exceptions.AlreadyExistsException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.CircularReferenceException extends Exception implements Serializable

serialVersionUID: -6652661226236017610L

Class org.kuali.student.r2.common.exceptions.CircularRelationshipException extends Exception implements Serializable

serialVersionUID: -6652661226236017610L

Class org.kuali.student.r2.common.exceptions.DataValidationErrorException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

validationResults

List<E> validationResults

Class org.kuali.student.r2.common.exceptions.DependentObjectsExistException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.DisabledIdentifierException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.DoesNotExistException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.EnumerationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.IllegalVersionSequencingException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.InvalidParameterException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.MessageException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.MissingParameterException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.OperationFailedException extends Exception implements Serializable

serialVersionUID: -4366768594030258759L

Class org.kuali.student.r2.common.exceptions.PermissionDeniedException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.ReadOnlyException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.UnsupportedActionException extends Exception implements Serializable

serialVersionUID: 1L

Class org.kuali.student.r2.common.exceptions.VersionMismatchException extends Exception implements Serializable

serialVersionUID: 1L


Package org.kuali.student.r2.common.messages.dto

Class org.kuali.student.r2.common.messages.dto.MessageInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

messageKey

String messageKey

locale

LocaleInfo locale

groupName

String groupName

value

String value

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.appointment.dto

Class org.kuali.student.r2.core.appointment.dto.AppointmentInfo extends RelationshipInfo implements Serializable

Serialized Fields

personId

String personId

slotId

String slotId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.appointment.dto.AppointmentSlotInfo extends IdNamelessEntityInfo implements Serializable

Serialized Fields

startDate

Date startDate

endDate

Date endDate

appointmentWindowId

String appointmentWindowId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.appointment.dto.AppointmentWindowInfo extends IdEntityInfo implements Serializable

Serialized Fields

startDate

Date startDate

endDate

Date endDate

slotRule

AppointmentSlotRuleInfo slotRule

periodMilestoneId

String periodMilestoneId

assignedPopulationId

String assignedPopulationId

assignedOrderTypeKey

String assignedOrderTypeKey

maxAppointmentsPerSlot

Integer maxAppointmentsPerSlot

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.atp.dto

Class org.kuali.student.r2.core.atp.dto.AtpAtpRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

atpId

String atpId

relatedAtpId

String relatedAtpId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.atp.dto.AtpInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

startDate

Date startDate

endDate

Date endDate

adminOrgId

String adminOrgId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.atp.dto.MilestoneInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

isAllDay

Boolean isAllDay

isInstructionalDay

Boolean isInstructionalDay

isRelative

Boolean isRelative

relativeAnchorMilestoneId

String relativeAnchorMilestoneId

isDateRange

Boolean isDateRange

startDate

Date startDate

endDate

Date endDate

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.class1.state.dto

Class org.kuali.student.r2.core.class1.state.dto.LifecycleInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

name

String name

descr

RichTextInfo descr

refObjectUri

String refObjectUri

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.class1.state.dto.StateChangeInfo extends RelationshipInfo implements Serializable

Serialized Fields

fromStateKey

String fromStateKey

toStateKey

String toStateKey

stateConstraintIds

List<E> stateConstraintIds

statePropagationIds

List<E> statePropagationIds

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.class1.state.dto.StateConstraintInfo extends IdNamelessEntityInfo implements Serializable

Serialized Fields

stateConstraintOperator

StateConstraintOperator stateConstraintOperator

relatedObjectStateKeys

List<E> relatedObjectStateKeys

agendaId

String agendaId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.class1.state.dto.StateInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

name

String name

descr

RichTextInfo descr

lifecycleKey

String lifecycleKey

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.class1.state.dto.StatePropagationInfo extends IdNamelessEntityInfo implements Serializable

Serialized Fields

targetStateChangeId

String targetStateChangeId

stateConstraintIds

List<E> stateConstraintIds

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.class1.type.dto

Class org.kuali.student.r2.core.class1.type.dto.TypeInfo extends HasAttributesAndMetaInfo implements Serializable

Serialized Fields

key

String key

name

String name

descr

RichTextInfo descr

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

refObjectUri

String refObjectUri

serviceUri

String serviceUri

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.class1.type.dto.TypeTypeRelationInfo extends RelationshipInfo implements Serializable

Serialized Fields

ownerTypeKey

String ownerTypeKey

relatedTypeKey

String relatedTypeKey

rank

Integer rank

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.comment.dto

Class org.kuali.student.r2.core.comment.dto.CommentInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

commentText

RichTextInfo commentText

commenterId

String commenterId

referenceTypeKey

String referenceTypeKey

referenceId

String referenceId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.comment.dto.TagInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

namespace

String namespace

predicate

String predicate

value

String value

referenceTypeKey

String referenceTypeKey

referenceId

String referenceId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.document.dto

Class org.kuali.student.r2.core.document.dto.DocumentBinaryInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

binary

String binary

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.document.dto.DocumentInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

fileName

String fileName

documentBinary

DocumentBinaryInfo documentBinary

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.document.dto.RefDocRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

refObjectTypeKey

String refObjectTypeKey

refObjectId

String refObjectId

documentId

String documentId

title

String title

descr

RichTextInfo descr

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.enumerationmanagement.dto

Class org.kuali.student.r2.core.enumerationmanagement.dto.EnumContextValueInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

value

String value

meta

MetaInfo meta

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.enumerationmanagement.dto.EnumeratedValueInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

abbrevValue

String abbrevValue

value

String value

sortKey

String sortKey

contexts

List<E> contexts

enumerationKey

String enumerationKey

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

meta

MetaInfo meta

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.enumerationmanagement.dto.EnumerationInfo extends KeyEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

contextDescriptors

List<E> contextDescriptors

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.exemption.dto

Class org.kuali.student.r2.core.exemption.dto.AgendaOverrideInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

existingAgendaId

String existingAgendaId

newAgendaId

String newAgendaId

anchorRefObjectUri

String anchorRefObjectUri

anchorRefObjectId

String anchorRefObjectId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.DateOverrideInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

milestoneId

String milestoneId

effectiveStartDate

Date effectiveStartDate

effectiveEndDate

Date effectiveEndDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.ExemptionInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

exemptionRequestId

String exemptionRequestId

processKey

String processKey

checkId

String checkId

personId

String personId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

useLimit

Integer useLimit

useCount

Integer useCount

dateOverride

DateOverrideInfo dateOverride

milestoneOverride

MilestoneOverrideInfo milestoneOverride

learningResultOverride

LearningResultOverrideInfo learningResultOverride

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.ExemptionRequestInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

processKey

String processKey

checkKey

String checkKey

personId

String personId

requesterId

String requesterId

requestDate

Date requestDate

approvedByPersonId

String approvedByPersonId

approvedDate

Date approvedDate

dateOverride

DateOverrideInfo dateOverride

milestoneOverride

MilestoneOverrideInfo milestoneOverride

learningResultOverride

LearningResultOverrideInfo learningResultOverride

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.HoldOverrideInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

holdId

String holdId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.LearningResultOverrideInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lrrIds

List<E> lrrIds

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.MilestoneOverrideInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

milestoneId

String milestoneId

effectiveMilestoneId

String effectiveMilestoneId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.RestrictionOverrideInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

restrictionKey

String restrictionKey

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.exemption.dto.StatementOverrideInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

statementId

String statementId

anchorId

String anchorId

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.fee.dto

Class org.kuali.student.r2.core.fee.dto.EnrollmentFeeAmountInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

currencyTypeKey

String currencyTypeKey

currencyQuantity

Integer currencyQuantity

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.fee.dto.EnrollmentFeeInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

descr

RichTextInfo descr

amount

EnrollmentFeeAmountInfo amount

orgId

String orgId

refObjectURI

String refObjectURI

refObjectId

String refObjectId

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.hold.dto

Class org.kuali.student.r2.core.hold.dto.AppliedHoldInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

personId

String personId

holdIssueId

String holdIssueId

effectiveDate

Date effectiveDate

releasedDate

Date releasedDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.hold.dto.HoldIssueInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

organizationId

String organizationId

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.organization.dto

Class org.kuali.student.r2.core.organization.dto.OrgCodeInfo extends KeyNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

descr

RichTextInfo descr

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.organization.dto.OrgHierarchyInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

rootOrgId

String rootOrgId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.organization.dto.OrgInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

shortName

String shortName

longName

String longName

sortName

String sortName

longDescr

RichTextInfo longDescr

shortDescr

RichTextInfo shortDescr

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

orgCodes

List<E> orgCodes

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.organization.dto.OrgOrgRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

orgId

String orgId

relatedOrgId

String relatedOrgId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.organization.dto.OrgPersonRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

orgId

String orgId

personId

String personId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.organization.dto.OrgPositionRestrictionInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

orgId

String orgId

title

String title

descr

RichTextInfo descr

orgPersonRelationTypeKey

String orgPersonRelationTypeKey

stdDuration

TimeAmountInfo stdDuration

minNumRelations

Integer minNumRelations

maxNumRelations

String maxNumRelations

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.organization.dto.OrgTreeInfo extends Object implements Serializable

serialVersionUID: 7315439355073246895L

Serialized Fields

displayName

String displayName

orgHierarchyId

String orgHierarchyId

orgId

String orgId

parentId

String parentId

positions

Long positions

positionId

String positionId

personId

String personId

relationTypeKey

String relationTypeKey

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.population.dto

Class org.kuali.student.r2.core.population.dto.PopulationCategoryInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.population.dto.PopulationInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

sortOrderTypeKeys

List<E> sortOrderTypeKeys

variesByTime

Boolean variesByTime

supportsGetMembers

Boolean supportsGetMembers

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.population.dto.PopulationRuleInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

searchCriteria

QueryByCriteria searchCriteria

agendaIds

List<E> agendaIds

groupIds

List<E> groupIds

personIds

List<E> personIds

childPopulationIds

List<E> childPopulationIds

referencePopulationId

String referencePopulationId

sortOrderTypeKeys

List<E> sortOrderTypeKeys

variesByTime

Boolean variesByTime

supportsGetMembers

Boolean supportsGetMembers

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.process.dto

Class org.kuali.student.r2.core.process.dto.CheckInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

holdIssueId

String holdIssueId

milestoneTypeKey

String milestoneTypeKey

agendaId

String agendaId

rightComparisonAgendaId

String rightComparisonAgendaId

rightComparisonValue

String rightComparisonValue

leftComparisonAgendaId

String leftComparisonAgendaId

childProcessKey

String childProcessKey

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.process.dto.InstructionInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

processKey

String processKey

checkId

String checkId

appliedPopulationId

String appliedPopulationId

appliedAtpTypeKeys

List<E> appliedAtpTypeKeys

message

RichTextInfo message

position

Integer position

isWarning

Boolean isWarning

continueOnFail

Boolean continueOnFail

isExemptible

Boolean isExemptible

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.process.dto.ProcessCategoryInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.process.dto.ProcessInfo extends KeyEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

ownerOrgId

String ownerOrgId

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.proposal.dto

Class org.kuali.student.r2.core.proposal.dto.ProposalInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

proposerPerson

List<E> proposerPerson

proposerOrg

List<E> proposerOrg

proposalReferenceType

String proposalReferenceType

proposalReference

List<E> proposalReference

rationale

RichTextInfo rationale

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

workflowId

String workflowId

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.room.dto

Class org.kuali.student.r2.core.room.dto.BuildingInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

buildingCode

String buildingCode

campusKey

String campusKey

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.room.dto.RoomFixedResourceInfo extends HasAttributesAndMetaInfo implements Serializable

Serialized Fields

id

String id

quantity

Integer quantity

resourceTypeKey

String resourceTypeKey

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.room.dto.RoomInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

roomCode

String roomCode

buildingId

String buildingId

floor

String floor

roomFixedResources

List<E> roomFixedResources

roomUsages

List<E> roomUsages

accessibilityTypeKeys

List<E> accessibilityTypeKeys

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.room.dto.RoomResponsibleOrgInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

roomId

String roomId

orgId

String orgId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.room.dto.RoomUsageInfo extends HasAttributesAndMetaInfo implements Serializable

Serialized Fields

id

String id

usageTypeKey

String usageTypeKey

layoutTypeKey

String layoutTypeKey

preferredCapacity

Integer preferredCapacity

hardCapacity

Integer hardCapacity

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.scheduling.dto

Class org.kuali.student.r2.core.scheduling.dto.MeetingTimeInfo extends Object implements Serializable

Serialized Fields

id

String id

startDate

Date startDate

duration

TimeAmountInfo duration

roomId

String roomId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleBatchInfo extends IdEntityInfo implements Serializable

Serialized Fields

requestingPersonId

String requestingPersonId

orgId

String orgId

statusMessage

String statusMessage

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleComponentDisplayInfo extends Object implements Serializable

Serialized Fields

id

String id

room

RoomInfo room

building

BuildingInfo building

timeSlots

List<E> timeSlots

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleComponentInfo extends Object implements Serializable

Serialized Fields

id

String id

roomId

String roomId

timeSlotIds

List<E> timeSlotIds

_futureElements

List<E> _futureElements

isTBA

Boolean isTBA

Class org.kuali.student.r2.core.scheduling.dto.ScheduleDisplayInfo extends IdEntityInfo implements Serializable

Serialized Fields

atp

AtpInfo atp

scheduleComponentDisplays

List<E> scheduleComponentDisplays

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleInfo extends IdEntityInfo implements Serializable

Serialized Fields

atpId

String atpId

scheduleComponents

List<E> scheduleComponents

blackoutDates

List<E> blackoutDates

blackoutMilestoneIds

List<E> blackoutMilestoneIds

additionalMeetingTimes

List<E> additionalMeetingTimes

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleRequestComponentDisplayInfo extends Object implements Serializable

Serialized Fields

id

String id

rooms

List<E> rooms

buildings

List<E> buildings

timeSlots

List<E> timeSlots

orgs

List<E> orgs

resourceTypes

List<E> resourceTypes

isTBA

Boolean isTBA

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleRequestComponentInfo extends Object implements Serializable

Serialized Fields

id

String id

buildingIds

List<E> buildingIds

campusIds

List<E> campusIds

orgIds

List<E> orgIds

resourceTypeKeys

List<E> resourceTypeKeys

roomIds

List<E> roomIds

timeSlotIds

List<E> timeSlotIds

isTBA

Boolean isTBA

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleRequestDisplayInfo extends IdEntityInfo implements Serializable

Serialized Fields

refObjectId

String refObjectId

refObjectTypeKey

String refObjectTypeKey

scheduleRequestComponentDisplays

List<E> scheduleRequestComponentDisplays

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleRequestInfo extends IdEntityInfo implements Serializable

Serialized Fields

refObjectId

String refObjectId

refObjectTypeKey

String refObjectTypeKey

scheduleRequestComponents

List<E> scheduleRequestComponents

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.ScheduleTransactionInfo extends IdEntityInfo implements Serializable

Serialized Fields

scheduleBatchId

String scheduleBatchId

refObjectId

String refObjectId

refObjectTypeKey

String refObjectTypeKey

scheduleId

String scheduleId

statusMessage

String statusMessage

scheduleRequestComponents

List<E> scheduleRequestComponents

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.scheduling.dto.TimeSlotInfo extends IdEntityInfo implements Serializable

Serialized Fields

weekdays

List<E> weekdays

startTime

TimeOfDayInfo startTime

endTime

TimeOfDayInfo endTime

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.search.dto

Class org.kuali.student.r2.core.search.dto.ComparisonParamInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

subSearchKey

String subSearchKey

param

String param

Class org.kuali.student.r2.core.search.dto.CrossSearchTypeInfo extends SearchTypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

subSearches

List<E> subSearches

joinCriteria

JoinCriteriaInfo joinCriteria

joinResultMappings

List<E> joinResultMappings

Class org.kuali.student.r2.core.search.dto.JoinComparisonInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

JoinComparisonInfo.ComparisonType type

leftHandSide

ComparisonParamInfo leftHandSide

rightHandSide

ComparisonParamInfo rightHandSide

Class org.kuali.student.r2.core.search.dto.JoinCriteriaInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

joinType

JoinCriteriaInfo.JoinType joinType

joinCriteria

List<E> joinCriteria

comparisons

List<E> comparisons

Class org.kuali.student.r2.core.search.dto.JoinResultMappingInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

subSearchKey

String subSearchKey

subSearchResultParam

String subSearchResultParam

resultParam

String resultParam

Class org.kuali.student.r2.core.search.dto.QueryParamInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldDescriptor

FieldDescriptor fieldDescriptor

key

String key

optional

boolean optional

Class org.kuali.student.r2.core.search.dto.ResultColumnInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

desc

String desc

dataType

String dataType

key

String key

Class org.kuali.student.r2.core.search.dto.SearchCriteriaTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

desc

String desc

queryParams

List<E> queryParams

key

String key

Class org.kuali.student.r2.core.search.dto.SearchParamInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

values

List<E> values

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.search.dto.SearchRequestInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

searchKey

String searchKey

params

List<E> params

sortColumn

String sortColumn

sortDirection

SortDirection sortDirection

startAt

Integer startAt

maxResults

Integer maxResults

neededTotalResults

Boolean neededTotalResults

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.search.dto.SearchResultCellInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

value

String value

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.search.dto.SearchResultInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startAt

Integer startAt

totalResults

Integer totalResults

rows

List<E> rows

sortColumn

String sortColumn

sortDirection

SortDirection sortDirection

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.search.dto.SearchResultRowInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cells

List<E> cells

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.search.dto.SearchResultTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

desc

String desc

resultColumns

List<E> resultColumns

key

String key

Class org.kuali.student.r2.core.search.dto.SearchTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

desc

String desc

searchResultTypeInfo

SearchResultTypeInfo searchResultTypeInfo

searchCriteriaTypeInfo

SearchCriteriaTypeInfo searchCriteriaTypeInfo

key

String key

Class org.kuali.student.r2.core.search.dto.SubSearchInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

searchkey

String searchkey

subSearchParamMappings

List<E> subSearchParamMappings

Class org.kuali.student.r2.core.search.dto.SubSearchParamMappingInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

crossSearchParam

String crossSearchParam

subSearchParam

String subSearchParam

Package org.kuali.student.r2.core.statement.dto

Class org.kuali.student.r2.core.statement.dto.RefStatementRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

refObjectTypeKey

String refObjectTypeKey

refObjectId

String refObjectId

statementId

String statementId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.statement.dto.ReqCompFieldInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.statement.dto.ReqComponentInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

reqCompFields

List<E> reqCompFields

descr

RichTextInfo descr

naturalLanguageTranslation

String naturalLanguageTranslation

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.statement.dto.StatementInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

operator

StatementOperator operator

statementIds

List<E> statementIds

reqComponentIds

List<E> reqComponentIds

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.statement.dto.StatementTreeViewInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

operator

StatementOperator operator

statements

List<E> statements

reqComponents

List<E> reqComponents

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.core.versionmanagement.dto

Class org.kuali.student.r2.core.versionmanagement.dto.VersionDisplayInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

versionIndId

String versionIndId

refObjectUri

String refObjectUri

sequenceNumber

Long sequenceNumber

currentVersionStart

Date currentVersionStart

currentVersionEnd

Date currentVersionEnd

versionComment

String versionComment

versionedFromId

String versionedFromId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.core.versionmanagement.dto.VersionInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

versionIndId

String versionIndId

sequenceNumber

Long sequenceNumber

currentVersionStart

Date currentVersionStart

currentVersionEnd

Date currentVersionEnd

versionComment

String versionComment

versionedFromId

String versionedFromId

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.lum.clu.dto

Class org.kuali.student.r2.lum.clu.dto.AccreditationInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

orgId

String orgId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.AdminOrgInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

orgId

String orgId

isPrimary

Boolean isPrimary

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.AffiliatedOrgInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

orgId

String orgId

percentage

Long percentage

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluAccountingInfo extends HasAttributesInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

descr

RichTextInfo descr

affiliatedOrgs

List<E> affiliatedOrgs

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluCluRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

cluId

String cluId

relatedCluId

String relatedCluId

isCluRelationRequired

Boolean isCluRelationRequired

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluFeeInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

descr

RichTextInfo descr

cluFeeRecords

List<E> cluFeeRecords

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluFeeRecordInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

descr

RichTextInfo descr

feeType

String feeType

rateType

String rateType

feeAmounts

List<E> feeAmounts

affiliatedOrgs

List<E> affiliatedOrgs

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluIdentifierInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

shortName

String shortName

longName

String longName

level

String level

division

String division

variation

String variation

suffixCode

String suffixCode

orgId

String orgId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

descr

RichTextInfo descr

officialIdentifier

CluIdentifierInfo officialIdentifier

alternateIdentifiers

List<E> alternateIdentifiers

studySubjectArea

String studySubjectArea

campusLocations

List<E> campusLocations

accreditations

List<E> accreditations

adminOrgs

List<E> adminOrgs

primaryInstructor

CluInstructorInfo primaryInstructor

instructors

List<E> instructors

expectedFirstAtp

String expectedFirstAtp

lastAtp

String lastAtp

lastAdmitAtp

String lastAdmitAtp

intensity

AmountInfo intensity

stdDuration

TimeAmountInfo stdDuration

canCreateLui

Boolean canCreateLui

referenceURL

String referenceURL

luCodes

List<E> luCodes

nextReviewPeriod

String nextReviewPeriod

isEnrollable

Boolean isEnrollable

offeredAtpTypes

List<E> offeredAtpTypes

isHasEarlyDropDeadline

Boolean isHasEarlyDropDeadline

defaultEnrollmentEstimate

int defaultEnrollmentEstimate

defaultMaximumEnrollment

int defaultMaximumEnrollment

isHazardousForDisabledStudents

Boolean isHazardousForDisabledStudents

feeInfo

CluFeeInfo feeInfo

accountingInfo

CluAccountingInfo accountingInfo

version

VersionInfo version

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluInstructorInfo extends HasAttributesInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

orgId

String orgId

personId

String personId

personInfoOverride

String personInfoOverride

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluLoRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

cluId

String cluId

loId

String loId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluPublicationInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

cluId

String cluId

variants

List<E> variants

startCycle

String startCycle

endCycle

String endCycle

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluResultInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

cluId

String cluId

descr

RichTextInfo descr

resultOptions

List<E> resultOptions

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluSetInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

membershipQuery

MembershipQueryInfo membershipQuery

adminOrg

String adminOrg

isReusable

Boolean isReusable

isReferenceable

Boolean isReferenceable

cluSetIds

List<E> cluSetIds

cluIds

List<E> cluIds

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.CluSetTreeViewInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

adminOrg

String adminOrg

isReusable

Boolean isReusable

isReferenceable

Boolean isReferenceable

cluSets

List<E> cluSets

clus

List<E> clus

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.ExpenditureInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

affiliatedOrgs

List<E> affiliatedOrgs

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.FeeInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

feeType

String feeType

rateType

String rateType

feeAmounts

List<E> feeAmounts

descr

RichTextInfo descr

key

String key

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.FieldInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

value

String value

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.LuCodeInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

typeKey

String typeKey

value

String value

descr

RichTextInfo descr

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.MembershipQueryInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

searchTypeKey

String searchTypeKey

queryParamValues

List<E> queryParamValues

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.ResultOptionInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

descr

RichTextInfo descr

resultUsageTypeKey

String resultUsageTypeKey

resultComponentId

String resultComponentId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.clu.dto.RevenueInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

feeType

String feeType

affiliatedOrgs

List<E> affiliatedOrgs

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.lum.course.dto

Class org.kuali.student.r2.lum.course.dto.ActivityInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

duration

TimeAmountInfo duration

unitsContentOwner

List<E> unitsContentOwner

defaultEnrollmentEstimate

Integer defaultEnrollmentEstimate

contactHours

AmountInfo contactHours

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseCrossListingInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

subjectArea

String subjectArea

department

String department

courseNumberSuffix

String courseNumberSuffix

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseExpenditureInfo extends HasAttributesInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

affiliatedOrgs

List<E> affiliatedOrgs

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseFeeInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

feeType

String feeType

rateType

String rateType

feeAmounts

List<E> feeAmounts

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

courseNumberSuffix

String courseNumberSuffix

level

String level

courseTitle

String courseTitle

transcriptTitle

String transcriptTitle

formats

List<E> formats

termsOffered

List<E> termsOffered

duration

TimeAmountInfo duration

joints

List<E> joints

crossListings

List<E> crossListings

variations

List<E> variations

subjectArea

String subjectArea

campusLocations

List<E> campusLocations

outOfClassHours

AmountInfo outOfClassHours

primaryInstructor

CluInstructorInfo primaryInstructor

instructors

List<E> instructors

unitsDeployment

List<E> unitsDeployment

feeJustification

RichTextInfo feeJustification

unitsContentOwner

List<E> unitsContentOwner

fees

List<E> fees

revenues

List<E> revenues

expenditure

CourseExpenditureInfo expenditure

courseSpecificLOs

List<E> courseSpecificLOs

gradingOptions

List<E> gradingOptions

creditOptions

List<E> creditOptions

specialTopicsCourse

boolean specialTopicsCourse

pilotCourse

boolean pilotCourse

startTerm

String startTerm

endTerm

String endTerm

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

version

VersionInfo version

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseJointInfo extends EntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

courseNumberSuffix

String courseNumberSuffix

courseTitle

String courseTitle

subjectArea

String subjectArea

courseId

String courseId

relationId

String relationId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseOfferingCrossListingInfo extends HasAttributesAndMetaInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

subjectArea

String subjectArea

department

String department

courseNumberSuffix

String courseNumberSuffix

id

String id

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseRevenueInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

feeType

String feeType

affiliatedOrgs

List<E> affiliatedOrgs

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.CourseVariationInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

variationTitle

String variationTitle

subjectArea

String subjectArea

courseNumberSuffix

String courseNumberSuffix

variationCode

String variationCode

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.FormatInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

activities

List<E> activities

termsOffered

List<E> termsOffered

duration

TimeAmountInfo duration

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.course.dto.LoDisplayInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

loInfo

LoInfo loInfo

loDisplayInfoList

List<E> loDisplayInfoList

parentRelType

String parentRelType

parentLoRelationid

String parentLoRelationid

loCategoryInfoList

List<E> loCategoryInfoList

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.lum.lo.dto

Class org.kuali.student.r2.lum.lo.dto.LoCategoryInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

loRepositoryKey

String loRepositoryKey

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.lo.dto.LoInfo extends IdEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

loRepositoryKey

String loRepositoryKey

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.lo.dto.LoLoRelationInfo extends RelationshipInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

loId

String loId

relatedLoId

String relatedLoId

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.lo.dto.LoRepositoryInfo extends KeyEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

rootLoId

String rootLoId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.lum.lrc.dto

Class org.kuali.student.r2.lum.lrc.dto.ResultComponentInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

desc

RichTextInfo desc

resultValues

List<E> resultValues

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

attributes

Map<K,V> attributes

metaInfo

MetaInfo metaInfo

type

String type

state

String state

id

String id

Class org.kuali.student.r2.lum.lrc.dto.ResultScaleInfo extends KeyEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

resultValueRange

ResultValueRangeInfo resultValueRange

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.lrc.dto.ResultValueInfo extends KeyEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

resultScaleKey

String resultScaleKey

numericValue

String numericValue

value

String value

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.lrc.dto.ResultValueRangeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minValue

String minValue

maxValue

String maxValue

increment

String increment

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.lrc.dto.ResultValuesGroupInfo extends KeyEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

resultScaleKey

String resultScaleKey

resultValueKeys

List<E> resultValueKeys

resultValueRange

ResultValueRangeInfo resultValueRange

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

_futureElements

List<E> _futureElements

Package org.kuali.student.r2.lum.program.dto

Class org.kuali.student.r2.lum.program.dto.CommonWithCoreProgramInfo extends CommonWithCredentialProgramInfo implements Serializable

Serialized Fields

referenceURL

String referenceURL

catalogDescr

RichTextInfo catalogDescr

catalogPublicationTargets

List<E> catalogPublicationTargets

Class org.kuali.student.r2.lum.program.dto.CommonWithCredentialProgramInfo extends IdNamelessEntityInfo implements Serializable

Serialized Fields

version

VersionInfo version

descr

RichTextInfo descr

shortTitle

String shortTitle

longTitle

String longTitle

transcriptTitle

String transcriptTitle

code

String code

universityClassification

String universityClassification

startTerm

String startTerm

endTerm

String endTerm

endProgramEntryTerm

String endProgramEntryTerm

divisionsContentOwner

List<E> divisionsContentOwner

divisionsStudentOversight

List<E> divisionsStudentOversight

unitsContentOwner

List<E> unitsContentOwner

unitsStudentOversight

List<E> unitsStudentOversight

learningObjectives

List<E> learningObjectives

programRequirements

List<E> programRequirements

Class org.kuali.student.r2.lum.program.dto.CommonWithProgramVariationInfo extends CommonWithCoreProgramInfo implements Serializable

Serialized Fields

intensity

String intensity

cip2000Code

String cip2000Code

cip2010Code

String cip2010Code

hegisCode

String hegisCode

selectiveEnrollmentCode

String selectiveEnrollmentCode

effectiveDate

Date effectiveDate

diplomaTitle

String diplomaTitle

campusLocations

List<E> campusLocations

resultOptions

List<E> resultOptions

stdDuration

TimeAmountInfo stdDuration

divisionsDeployment

List<E> divisionsDeployment

divisionsFinancialResources

List<E> divisionsFinancialResources

divisionsFinancialControl

List<E> divisionsFinancialControl

unitsDeployment

List<E> unitsDeployment

unitsFinancialResources

List<E> unitsFinancialResources

unitsFinancialControl

List<E> unitsFinancialControl

Class org.kuali.student.r2.lum.program.dto.CoreProgramInfo extends CommonWithCoreProgramInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.program.dto.CredentialProgramInfo extends CommonWithCredentialProgramInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

institution

AdminOrgInfo institution

resultOptions

List<E> resultOptions

programLevel

String programLevel

coreProgramIds

List<E> coreProgramIds

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.program.dto.HonorsProgramInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

credentialProgramId

String credentialProgramId

programRequirements

List<E> programRequirements

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.program.dto.MajorDisciplineInfo extends CommonWithProgramVariationInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

nextReviewPeriod

String nextReviewPeriod

publishedInstructors

List<E> publishedInstructors

credentialProgramId

String credentialProgramId

accreditingAgencies

List<E> accreditingAgencies

variations

List<E> variations

orgCoreProgram

CoreProgramInfo orgCoreProgram

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.program.dto.MinorDisciplineInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

credentialProgramId

String credentialProgramId

programRequirements

List<E> programRequirements

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.program.dto.ProgramRequirementInfo extends IdNamelessEntityInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

descr

RichTextInfo descr

shortTitle

String shortTitle

longTitle

String longTitle

learningObjectives

List<E> learningObjectives

statement

StatementTreeViewInfo statement

minCredits

Integer minCredits

maxCredits

Integer maxCredits

_futureElements

List<E> _futureElements

Class org.kuali.student.r2.lum.program.dto.ProgramVariationInfo extends CommonWithProgramVariationInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

_futureElements

List<E> _futureElements

Package org.kuali.student.security.cxf.interceptors

Class org.kuali.student.security.cxf.interceptors.IntercpetorContainer extends HashMap<String,List<Interceptor>> implements Serializable

Serialized Fields

inInterceptors

List<E> inInterceptors

outInterceptors

List<E> outInterceptors

Package org.kuali.student.security.exceptions

Class org.kuali.student.security.exceptions.KSSecurityException extends Exception implements Serializable

serialVersionUID: 2941300199692497512L


Package org.kuali.student.security.spring

Class org.kuali.student.security.spring.KimUserNotFoundException extends AccountStatusException implements Serializable

serialVersionUID: 1L



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