A B C D E F G H I K L M N O P R S T U V W X

A

action - Variable in exception org.kuali.rice.krad.exception.AuthorizationException
 
actionRequested - Variable in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
active - Variable in class org.kuali.rice.krad.bo.KualiCodeBase
 
activeAsOfDate - Variable in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
activeFromDate - Variable in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
activeToDate - Variable in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
addAttachment(Attachment) - Method in class org.kuali.rice.krad.bo.Note
Adds the given attachment to this note.
additionalDetails - Variable in exception org.kuali.rice.krad.exception.AuthorizationException
 
addKRADManagedClassNames(MutablePersistenceUnitInfo) - Method in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
Adds all the KNS Managed entities to the persistence unit - which is important, becuase all persistence units get the KNS entities to manage
addManagedClassNames(MutablePersistenceUnitInfo, PersistableBusinessObjectClassExposer) - Method in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
Adds the class names listed by exposed by the given exposer into the persistence unit
addObject(String, Object) - Method in class org.kuali.rice.krad.UserSession
allows adding an arbitrary object to the session with static a string key that can be used to later access this object from the session using the retrieveObject method in this class
addObjectWithGeneratedKey(Serializable, String) - Method in class org.kuali.rice.krad.UserSession
allows adding an arbitrary object to the session and returns a string key that can be used to later access this object from the session using the retrieveObject method in this class.
addObjectWithGeneratedKey(Object) - Method in class org.kuali.rice.krad.UserSession
allows adding an arbitrary object to the session and returns a string key that can be used to later access this object from the session using the retrieveObject method in this class.
addRiceManagedClassNamesToKRADPersistenceUnit(MutablePersistenceUnitInfo) - Method in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
 
addToErrorPath(String) - Method in class org.kuali.rice.krad.util.MessageMap
Adds a string prefix to the error path.
AdHocRoutePerson - Class in org.kuali.rice.krad.bo
Ad Hoc Route Person Business Object
AdHocRoutePerson() - Constructor for class org.kuali.rice.krad.bo.AdHocRoutePerson
 
AdHocRoutePersonId - Class in org.kuali.rice.krad.bo
This Compound Primary Class has been generated by the rice ojb2jpa Groovy script.
AdHocRoutePersonId() - Constructor for class org.kuali.rice.krad.bo.AdHocRoutePersonId
 
AdHocRoutePersonId(Integer, String, String) - Constructor for class org.kuali.rice.krad.bo.AdHocRoutePersonId
 
AdHocRouteRecipient - Class in org.kuali.rice.krad.bo
TODO we should not be referencing kew constants from this class and wedding ourselves to that workflow application Ad Hoc Route Recipient Business Object
AdHocRouteRecipient() - Constructor for class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
afterDelete(PersistenceBroker) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Implementation of the OJB afterDelete hook which delegates to PersistableBusinessObjectBase.postRemove().
afterInsert(PersistenceBroker) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Implementation of the OJB afterInsert hook which delegates to PersistableBusinessObjectBase.postPersist().
afterLookup(PersistenceBroker) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Implementation of the OJB afterLookup hook which delegates to PersistableBusinessObjectBase.postLoad().
afterPropertiesSet() - Method in class org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
 
afterUpdate(PersistenceBroker) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Implementation of the OJB afterUpdate hook which delegates to PersistableBusinessObjectBase.postUpdate().
allForeignKeyValuesPopulatedForReference(PersistableBusinessObject, String) - Method in interface org.kuali.rice.krad.service.PersistenceService
This method examines whether all the foreign key fields for the specified reference contain values.
APPLICATION_ENTITY_MANAGER_FACTORY - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
Attachment - Class in org.kuali.rice.krad.bo
 
Attachment() - Constructor for class org.kuali.rice.krad.bo.Attachment
Default constructor.
ATTACHMENT_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
AttachmentService - Interface in org.kuali.rice.krad.service
Defines the methods common to all AttachmentService implementations
AuditCluster - Class in org.kuali.rice.krad.util
KRA Audit Cluster; container for related set of audit errors.
AuditCluster() - Constructor for class org.kuali.rice.krad.util.AuditCluster
 
AuditCluster(String, List, String) - Constructor for class org.kuali.rice.krad.util.AuditCluster
 
AuditError - Class in org.kuali.rice.krad.util
KRA Audit Error class.
AuditError(String, String, String) - Constructor for class org.kuali.rice.krad.util.AuditError
 
AuditError(String, String, String, String[]) - Constructor for class org.kuali.rice.krad.util.AuditError
 
AuthorizationConstants - Class in org.kuali.rice.krad.authorization
Defines constants used in authorization-related code.
AuthorizationConstants.EditMode - Class in org.kuali.rice.krad.authorization
 
AuthorizationException - Exception in org.kuali.rice.krad.exception
This class represents an exception that is thrown when a given user is not authorized to take the given action on the given target type.
AuthorizationException(String, String, String) - Constructor for exception org.kuali.rice.krad.exception.AuthorizationException
 
AuthorizationException(String, String, String, Map<String, Object>) - Constructor for exception org.kuali.rice.krad.exception.AuthorizationException
Constructs a exception with a message from the passed in information.
AuthorizationException(String, String, String, String, Map<String, Object>) - Constructor for exception org.kuali.rice.krad.exception.AuthorizationException
allows you to construct the exception message manually.

B

BeanPropertyComparator - Class in org.kuali.rice.krad.util
This class compares the two beans using multiple property names.
BeanPropertyComparator(List) - Constructor for class org.kuali.rice.krad.util.BeanPropertyComparator
Constructs a PropertyComparator for comparing beans using the properties named in the given List; if the List is null, the beans will be compared directly (by Properties will be compared in the order in which they are listed.
BeanPropertyComparator(List, boolean) - Constructor for class org.kuali.rice.krad.util.BeanPropertyComparator
Constructs a PropertyComparator for comparing beans using the properties named in the given List.
BeanPropertyComparator.BeanComparisonException - Exception in org.kuali.rice.krad.util
 
BeanPropertyComparator.BeanComparisonException(String, Throwable) - Constructor for exception org.kuali.rice.krad.util.BeanPropertyComparator.BeanComparisonException
 
beforeDelete(PersistenceBroker) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Implementation of the OJB beforeDelete hook which delegates to PersistableBusinessObjectBase.preRemove().
beforeInsert(PersistenceBroker) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Implementation of the OJB beforeInsert hook which delegates to PersistableBusinessObjectBase.prePersist().
beforeUpdate(PersistenceBroker) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Implementation of the OJB beforeUpdate hook which delegates to PersistableBusinessObjectBase.preUpdate().
buildListOfDeletionAwareLists() - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
If this method is not implemented appropriately for PersistableBusinessObject with collections, then PersistableBusinessObject with collections will not persist deletions correctly.
buildListOfDeletionAwareLists() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
BUSINESS_OBJECT_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
BusinessObjectAuthorizer - Interface in org.kuali.rice.krad.authorization
 
BusinessObjectBase - Class in org.kuali.rice.krad.bo
Transient Business Object Base Business Object
BusinessObjectBase() - Constructor for class org.kuali.rice.krad.bo.BusinessObjectBase
Default constructor.
BusinessObjectRelationship - Class in org.kuali.rice.krad.bo
This class represents a parentClass/child relationship between two objects This is used primarily by the BusinessObjectMetaDataService
BusinessObjectRelationship() - Constructor for class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
BusinessObjectRelationship(Class, String, Class) - Constructor for class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
BusinessObjectSerializerService - Interface in org.kuali.rice.krad.service
 
BusinessObjectService - Interface in org.kuali.rice.krad.service
This interface defines methods that a BusinessObjectService must provide.

C

ClassNotPersistableException - Exception in org.kuali.rice.krad.exception
This class represents an exception that is thrown when the persistence layer attempts to manipulate a class which has not been marked as persistable.
ClassNotPersistableException(String) - Constructor for exception org.kuali.rice.krad.exception.ClassNotPersistableException
 
ClassNotPersistableException(String, Throwable) - Constructor for exception org.kuali.rice.krad.exception.ClassNotPersistableException
 
clearBackdoorUser() - Method in class org.kuali.rice.krad.UserSession
clear the backdoor user
clearCache() - Method in interface org.kuali.rice.krad.service.PersistenceService
 
clearErrorMessages() - Method in class org.kuali.rice.krad.util.MessageMap
 
clearErrorPath() - Method in class org.kuali.rice.krad.util.MessageMap
Clears the errorPath.
clearInternalCache() - Method in class org.kuali.rice.krad.keyvalues.KeyValuesBase
 
clearInternalCache() - Method in interface org.kuali.rice.krad.keyvalues.KeyValuesFinder
Clears any internal cache that is being maintained by the value finder
clearPrimaryKeyFields(Object) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
code - Variable in class org.kuali.rice.krad.bo.KualiCodeBase
 
compare(Object, Object) - Method in class org.kuali.rice.krad.comparator.NumericValueComparator
 
compare(String, String) - Method in class org.kuali.rice.krad.comparator.StringValueComparator
 
compare(Object, Object) - Method in class org.kuali.rice.krad.comparator.TemporalValueComparator
 
compare(Object, Object) - Method in class org.kuali.rice.krad.util.BeanPropertyComparator
Compare two JavaBeans by the properties given to the constructor.
containsKeyMatchingPattern(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
containsMessageKey(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
countFieldMessages(String) - Method in class org.kuali.rice.krad.util.MessageMap
Returns the number of messages for the given field
countMatching(Class, Map<String, ?>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
This method retrieves a count of the business objects populated with data which match the criteria in the given Map.
countMatching(Class, Map<String, ?>, Map<String, ?>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
This method retrieves a count of the business objects populated with data which match both the positive criteria and the negative criteria in the given Map.
createAttachment(PersistableBusinessObject, String, String, int, InputStream, String) - Method in interface org.kuali.rice.krad.service.AttachmentService
Stores the given fileContents and returns referring Attachment object whieh acts as a momento to the archived object.
createNote(Note, PersistableBusinessObject, String) - Method in interface org.kuali.rice.krad.service.NoteService
Creates a new note which is a copy of the given note and is associated with the specified PersistableBusinessObject and Person.
current - Variable in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 

D

DEFAULT_LOCK_DESCRIPTOR - Static variable in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
delete(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Deletes a business object from the database.
delete(List<? extends PersistableBusinessObject>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Deletes each business object in the given List.
deleteAttachmentContents(Attachment) - Method in interface org.kuali.rice.krad.service.AttachmentService
Deletes a given DocumentAttachment contents from the corresponding Attachment object
deleteMatching(Class, Map<String, ?>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Deletes the object(s) matching the given field values
deleteNote(Note) - Method in interface org.kuali.rice.krad.service.NoteService
Deletes the specified note.
deletePendingAttachmentsModifiedBefore(long) - Method in interface org.kuali.rice.krad.service.AttachmentService
Deletes pending attachments that were last modified before the given time.
determineExternalizableBusinessObjectSubInterface(Class) - Static method in class org.kuali.rice.krad.util.ExternalizableBusinessObjectUtils
Given a class, this method determines which of the interfaces that the class implements extends ExternalizableBusinessObject
DocumentAuthorizationException - Exception in org.kuali.rice.krad.exception
This class represents an exception that is thrown when a given user is not authorized to take a given action on the given document type.
DocumentAuthorizationException(String, String, String) - Constructor for exception org.kuali.rice.krad.exception.DocumentAuthorizationException
Constructs a DocumentAuthorizationException for a specific document rather than a documentType.
DocumentAuthorizationException(String, String, String, Map<String, Object>) - Constructor for exception org.kuali.rice.krad.exception.DocumentAuthorizationException
 
documentNumber - Variable in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
DocumentTypeAuthorizationException - Exception in org.kuali.rice.krad.exception
This class represents an exception that is thrown when a given user is not authorized to take a given action on the given document type.
DocumentTypeAuthorizationException(String, String, String) - Constructor for exception org.kuali.rice.krad.exception.DocumentTypeAuthorizationException
 
DocumentTypeAuthorizationException(String, String, String, Map<String, Object>) - Constructor for exception org.kuali.rice.krad.exception.DocumentTypeAuthorizationException
 
doesPropertyHaveError(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
DuplicateKeyException - Exception in org.kuali.rice.krad.exception
This class represents an exception that is thrown when the configuration service tries to redefine a configuration property with a key which is already in use.
DuplicateKeyException(String) - Constructor for exception org.kuali.rice.krad.exception.DuplicateKeyException
 
DuplicateKeyException(String, Throwable) - Constructor for exception org.kuali.rice.krad.exception.DuplicateKeyException
 

E

encode(String) - Static method in class org.kuali.rice.krad.util.UrlFactory
 
ENTITY_MANAGER_FACTORY - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
equals(Object) - Method in class org.kuali.rice.krad.bo.AdHocRoutePersonId
 
equals(Object) - Method in class org.kuali.rice.krad.bo.KualiCodeBase
Implements equals comparing code to code.
equals(Object) - Method in class org.kuali.rice.krad.util.ErrorMessage
 
equals(Object) - Method in class org.kuali.rice.krad.util.MessageMap
 
ErrorMessage - Class in org.kuali.rice.krad.util
Contains the error message key and parameters for a specific instantiation of an error message.
ErrorMessage() - Constructor for class org.kuali.rice.krad.util.ErrorMessage
Default constructor, required by AutoPopulatingList
ErrorMessage(String, String...) - Constructor for class org.kuali.rice.krad.util.ErrorMessage
Convenience constructor which sets both fields
export(Class<?>, List<? extends Object>, String, OutputStream) - Method in interface org.kuali.rice.krad.bo.Exporter
Exports the List of BusinessObjects to the specified ExportFormat.
Exporter - Interface in org.kuali.rice.krad.bo
An Exporter provides the ability to export a List of BusinessObjects to a supported ExportFormat.
ExportNotSupportedException - Exception in org.kuali.rice.krad.exception
Exception thrown when an invalid export is attempted.
ExportNotSupportedException(String) - Constructor for exception org.kuali.rice.krad.exception.ExportNotSupportedException
 
ExportNotSupportedException() - Constructor for exception org.kuali.rice.krad.exception.ExportNotSupportedException
 
ExportNotSupportedException(String, Throwable) - Constructor for exception org.kuali.rice.krad.exception.ExportNotSupportedException
 
ExportNotSupportedException(Throwable) - Constructor for exception org.kuali.rice.krad.exception.ExportNotSupportedException
 
exposePersistableBusinessObjectClassNames() - Method in class org.kuali.rice.krad.app.persistence.jpa.KRADPersistableBusinessObjectClassExposer
Exposes all KNS objects - a hard coded list for now - to persistence units
exposePersistableBusinessObjectClassNames() - Method in class org.kuali.rice.krad.app.persistence.jpa.PackagePersistableBusinessObjectClassExposer
Exposes all of the JPA annotated entities in the package given by the getPackageNameToExpose method to be managed by the PersistenceUnit calling this
exposePersistableBusinessObjectClassNames() - Method in interface org.kuali.rice.krad.app.persistence.jpa.PersistableBusinessObjectClassExposer
Exposes a Set of class names for PersistableBusinessObjects, mapped as JPA entities, which should be managed by the JPA persistable unit
exposePersistableBusinessObjectClassNames() - Method in class org.kuali.rice.krad.app.persistence.jpa.RiceToNervousSystemBusinessObjectClassExposer
Exposes a list of non-KNS entity class names
extension - Variable in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
ExternalizableBusinessObjectUtils - Class in org.kuali.rice.krad.util
A class with utilities related to externalizable business objects

F

fieldHasMessage(String, String) - Method in class org.kuali.rice.krad.util.MessageMap
Returns true if the named field has a message with the given errorKey
filterOutNonActive(List<InactivatableFromTo>) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Removes instances from the given list that are inactive based on the current date
filterOutNonActive(List<InactivatableFromTo>, Date) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Removes instances from the given list that are inactive based on the given date
filterOutNonCurrent(List<InactivatableFromTo>) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Removes instances from the given list that are not current based on the current date
filterOutNonCurrent(List<InactivatableFromTo>, Date) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Removes instances from the given list that are not current based on the given date
findAll(Class<T>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findAll(Class<T>) - Method in interface org.kuali.rice.krad.service.KeyValuesService
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findAllInactive(Class<T>) - Method in interface org.kuali.rice.krad.service.KeyValuesService
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findAllOrderBy(Class<T>, String, boolean) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findAllOrderBy(Class<T>, String, boolean) - Method in interface org.kuali.rice.krad.service.KeyValuesService
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findByPrimaryKey(Class<T>, Map<String, ?>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Retrieves an object instance identified by its primary keys and values.
findBySinglePrimaryKey(Class<T>, Object) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Retrieves an object instance identified by its primary key.
findMatching(Class<T>, Map<String, ?>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
This method retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findMatching(Class<T>, Map<String, Object>) - Method in interface org.kuali.rice.krad.service.KeyValuesService
This method retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findMatchingActive(Class<? extends InactivatableFromTo>, Map) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Performs search on given class and criteria and returns only results that active based on the active to/from dates and the current date
findMatchingActiveAsOfDate(Class<? extends InactivatableFromTo>, Map, Date) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Performs search on given class and criteria and returns only results that active based on the active to/from dates and the given active as of date
findMatchingCurrent(Class<? extends InactivatableFromTo>, Map) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Performs search on given class and criteria and returns that are active and most current.
findMatchingCurrent(Class<? extends InactivatableFromTo>, Map, Date) - Method in interface org.kuali.rice.krad.service.InactivateableFromToService
Performs search on given class and criteria and returns that are active and most current based on the given date.
findMatchingOrderBy(Class<T>, Map<String, ?>, String, boolean) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
This method retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
ForeignKeyFieldsPopulationState - Class in org.kuali.rice.krad.util
This class is a token-style class, that is write-once, then read-only for all consumers of the class.
ForeignKeyFieldsPopulationState(boolean, boolean, List<String>) - Constructor for class org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState
 
fromXml(String) - Method in interface org.kuali.rice.krad.service.XmlObjectSerializerService
Retrieves an Object instance from a String of XML - unmarshals.
FULL_ENTRY - Static variable in class org.kuali.rice.krad.authorization.AuthorizationConstants.EditMode
 

G

generateDeactivationsToPersist() - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObject
This method generates a list of BusinessObjects that need to be deleted as part of the final processing for a global maintenance document.
generateGlobalChangesToPersist() - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObject
This method applies the global changed fields to the list of BOs contained within, and returns the list, with all the relevant values updated.
getAction() - Method in exception org.kuali.rice.krad.exception.AuthorizationException
 
getActionRequested() - Method in class org.kuali.rice.krad.bo.AdHocRoutePersonId
 
getActionRequested() - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
getActionRequestedValue() - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
getActiveAsOfDate() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
getActiveFromDate() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
getActiveToDate() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
getAdditionalDetails() - Method in exception org.kuali.rice.krad.exception.AuthorizationException
 
getAdHocRouteRecipient() - Method in class org.kuali.rice.krad.bo.Note
 
getAllDetailObjects() - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObject
Returns a list of all global detail objects on this document.
getAllPropertiesAndErrors() - Method in class org.kuali.rice.krad.util.MessageMap
 
getAllPropertiesWithErrors() - Method in class org.kuali.rice.krad.util.MessageMap
 
getAllPropertiesWithInfo() - Method in class org.kuali.rice.krad.util.MessageMap
 
getAllPropertiesWithWarnings() - Method in class org.kuali.rice.krad.util.MessageMap
 
getAllSessionTickets() - Method in class org.kuali.rice.krad.UserSession
Retrieves all SessionTicket instances currently in the UserSession#objectMap
getAllSessionTicketsByType(String) - Method in class org.kuali.rice.krad.UserSession
Retrieves all SessionTicket instances currently in the UserSession#objectMap that are of a given ticket type
getApplicationEntityManagerFactory() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getAssociatedBo() - Method in class org.kuali.rice.krad.valuefinder.SequenceValueFinder
 
getAttachment() - Method in class org.kuali.rice.krad.bo.Note
Gets the attachment attribute.
getAttachmentByNoteId(Long) - Method in interface org.kuali.rice.krad.service.AttachmentService
 
getAttachmentContent() - Method in interface org.kuali.rice.krad.bo.PersistableAttachment
 
getAttachmentContent() - Method in class org.kuali.rice.krad.bo.PersistableAttachmentBase
This overridden method ...
getAttachmentContents() - Method in class org.kuali.rice.krad.bo.Attachment
 
getAttachmentFileName() - Method in class org.kuali.rice.krad.bo.Attachment
Gets the attachmentFileName attribute.
getAttachmentFileSize() - Method in class org.kuali.rice.krad.bo.Attachment
Gets the attachmentFileSize attribute.
getAttachmentFileSizeWithUnits() - Method in class org.kuali.rice.krad.bo.Attachment
Returns the size of the attachment with units (byte, kilobyte, ...)
getAttachmentIdentifier() - Method in class org.kuali.rice.krad.bo.Attachment
Gets the attachmentIdentifier attribute.
getAttachmentIdentifier() - Method in class org.kuali.rice.krad.bo.Note
Gets the attachmentIdentifier attribute.
getAttachmentMimeTypeCode() - Method in class org.kuali.rice.krad.bo.Attachment
Gets the attachmentMimeTypeCode attribute.
getAttachmentService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getAttachmentTypeCode() - Method in class org.kuali.rice.krad.bo.Attachment
Gets the attachmentTypeCode attribute.
getAuditErrorList() - Method in class org.kuali.rice.krad.util.AuditCluster
Gets the auditErrorList attribute.
getAuthorUniversal() - Method in class org.kuali.rice.krad.bo.Note
Gets the authorUniversal attribute.
getAuthorUniversalIdentifier() - Method in class org.kuali.rice.krad.bo.Note
Gets the authorUniversalIdentifier attribute.
getBusinessObjectAttributeClass(Class<? extends PersistableBusinessObject>, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
This method is a PersistableBusinessObject specifific utility method.
getBusinessObjectSerializerService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getBusinessObjectService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getByRemoteObjectId(String) - Method in interface org.kuali.rice.krad.service.NoteService
Retrieves a list of notes that are associated with the given object id.
getCategory() - Method in class org.kuali.rice.krad.util.AuditCluster
 
getChildAttributeForParentAttribute(String) - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
getCode() - Method in class org.kuali.rice.krad.bo.KualiCodeBase
 
getCodeAndDescription() - Method in class org.kuali.rice.krad.bo.KualiCodeBase
 
getCodeAndDescription(String, String) - Static method in class org.kuali.rice.krad.bo.KualiCodeBase
Static helper method to allow other classes to provide consistent "code and description" behavior, even if not extending from this class.
getCollectionItemPermissionDetails(BusinessObject) - Method in interface org.kuali.rice.krad.authorization.BusinessObjectAuthorizer
 
getCollectionItemRoleQualifications(BusinessObject) - Method in interface org.kuali.rice.krad.authorization.BusinessObjectAuthorizer
 
getContentType() - Method in interface org.kuali.rice.krad.bo.PersistableAttachment
 
getContentType() - Method in class org.kuali.rice.krad.bo.PersistableAttachmentBase
This overridden method ...
getdocumentNumber() - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
getDocumentNumber() - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObject
Gets the documentNumber attribute.
getDocumentNumber() - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObjectDetail
Gets the documentNumber attribute.
getDocumentNumber() - Method in class org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
 
getDocumentNumber() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
getEntityManagerFactory() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getErrorCount() - Method in class org.kuali.rice.krad.util.MessageMap
Counts the total number of error messages in the map
getErrorKey() - Method in class org.kuali.rice.krad.util.AuditError
Gets the errorKey attribute.
getErrorKey() - Method in class org.kuali.rice.krad.util.ErrorMessage
 
getErrorMessageKey() - Method in exception org.kuali.rice.krad.exception.AuthorizationException
 
getErrorMessageKey() - Method in exception org.kuali.rice.krad.exception.DocumentAuthorizationException
 
getErrorMessageKey() - Method in exception org.kuali.rice.krad.exception.DocumentTypeAuthorizationException
 
getErrorMessages() - Method in class org.kuali.rice.krad.util.MessageMap
 
getErrorMessagesForProperty(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
getErrorMessagesForProperty(String, boolean) - Method in class org.kuali.rice.krad.util.MessageMap
Gets a list of lists that represent errors that matched by the propertyName passed in (multiple lists because the wildcard can match multiple keys).
getErrorPath() - Method in class org.kuali.rice.krad.util.MessageMap
This method returns the list that holds the error path values.
getExtension() - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
 
getExtension() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
getFileName() - Method in interface org.kuali.rice.krad.bo.PersistableAttachment
 
getFileName() - Method in class org.kuali.rice.krad.bo.PersistableAttachmentBase
This overridden method ...
getFlattenedPrimaryKeyFieldValues(Object) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
getForeignKeyFieldName(Class, String, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
getForeignKeyFieldsPopulationState(PersistableBusinessObject, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
This method checks the foreign keys for a reference on a given BO, and tests that all fk fields are populated if any are populated.
getForeignKeysForReference(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
This method will return a Map of all the foreign key fields and the corresponding primary key fields for a given reference.
getGeneratedTimestamp() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
getId() - Method in class org.kuali.rice.krad.bo.AdHocRoutePersonId
 
getId() - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
getId() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
getInfoCount() - Method in class org.kuali.rice.krad.util.MessageMap
Counts the total number of info messages in the map
getInfoMessages() - Method in class org.kuali.rice.krad.util.MessageMap
 
getInfoMessagesForProperty(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
getInfoMessagesForProperty(String, boolean) - Method in class org.kuali.rice.krad.util.MessageMap
Gets a list of lists that represent info messages that matched by the propertyName passed in (multiple lists because the wildcard can match multiple keys).
getInstance() - Static method in class org.kuali.rice.krad.comparator.NumericValueComparator
 
getInstance() - Static method in class org.kuali.rice.krad.comparator.StringValueComparator
 
getInstance() - Static method in class org.kuali.rice.krad.comparator.TemporalValueComparator
 
getInverseForeignKeysForCollection(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
Returns a listing of the FK field mappings between a BO and the elements in a collection.
getJtaDataSource() - Method in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
 
getKeyLabel(String) - Method in class org.kuali.rice.krad.keyvalues.KeyValuesBase
 
getKeyLabel(String) - Method in interface org.kuali.rice.krad.keyvalues.KeyValuesFinder
Returns the label for the associated key.
getKeyLabelMap() - Method in class org.kuali.rice.krad.keyvalues.KeyValuesBase
 
getKeyLabelMap() - Method in interface org.kuali.rice.krad.keyvalues.KeyValuesFinder
Returns a map with the key as the key of the map and the label as the value.
getKeyPath(String, boolean) - Method in class org.kuali.rice.krad.util.MessageMap
This is what's prepended to the beginning of the key.
getKeyValues(boolean) - Method in class org.kuali.rice.krad.keyvalues.KeyValuesBase
 
getKeyValues() - Method in interface org.kuali.rice.krad.keyvalues.KeyValuesFinder
Builds a list of key values representations for valid value selections.
getKeyValues(boolean) - Method in interface org.kuali.rice.krad.keyvalues.KeyValuesFinder
Builds a list of key values representations for valid value selections.
getKeyValuesService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getKualiConfigurationService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getKualiSessionId() - Method in class org.kuali.rice.krad.UserSession
 
getLabel() - Method in class org.kuali.rice.krad.util.AuditCluster
Gets the label attribute.
getLink() - Method in class org.kuali.rice.krad.util.AuditError
Gets the link attribute.
getLockDescriptor() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
getLoggedInUserPrincipalName() - Method in class org.kuali.rice.krad.UserSession
This returns who is logged in.
getLongValue() - Method in class org.kuali.rice.krad.valuefinder.SequenceValueFinder
Get the next sequence number value as a Long.
getLookupDate() - Method in class org.kuali.rice.krad.bo.MultipleValueLookupMetadata
 
getLookupPersonId() - Method in class org.kuali.rice.krad.bo.MultipleValueLookupMetadata
 
getLookupResultsSequenceNumber() - Method in class org.kuali.rice.krad.bo.MultipleValueLookupMetadata
 
getMessageKey() - Method in class org.kuali.rice.krad.util.AuditError
Gets the key attribute.
getMessageParameters() - Method in class org.kuali.rice.krad.util.ErrorMessage
 
getMessages(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
getName() - Method in class org.kuali.rice.krad.bo.AdHocRoutePerson
 
getName() - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
getName() - Method in class org.kuali.rice.krad.bo.KualiCodeBase
 
getNestedForeignKeyMap(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
Builds a map of reference pk attributes back to the foreign key.
getNote() - Method in class org.kuali.rice.krad.bo.Attachment
Gets the note attribute.
getNoteByNoteId(Long) - Method in interface org.kuali.rice.krad.service.NoteService
Retrieves the note with the given id.
getNoteIdentifier() - Method in class org.kuali.rice.krad.bo.Attachment
Gets the noteIdentifier attribute.
getNoteIdentifier() - Method in class org.kuali.rice.krad.bo.Note
Gets the noteIdentifier attribute.
getNotePostedTimestamp() - Method in class org.kuali.rice.krad.bo.Note
Gets the notePostedTimestamp attribute.
getNotePurgeCode() - Method in class org.kuali.rice.krad.bo.Note
Gets the notePurgeCode attribute.
getNoteService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getNoteText() - Method in class org.kuali.rice.krad.bo.Note
Gets the noteText attribute.
getNoteTopicText() - Method in class org.kuali.rice.krad.bo.Note
Gets the noteTopicText attribute.
getNoteType() - Method in class org.kuali.rice.krad.bo.Note
Gets the noteType attribute.
getNoteTypeCode() - Method in class org.kuali.rice.krad.bo.Note
Gets the noteTypeCode attribute.
getNoteTypeCode() - Method in class org.kuali.rice.krad.bo.NoteType
Gets the noteTypeCode attribute.
getNoteTypeDescription() - Method in class org.kuali.rice.krad.bo.NoteType
Gets the noteTypeDescription attribute.
getNumberOfPropertiesWithErrors() - Method in class org.kuali.rice.krad.util.MessageMap
 
getObject() - Method in class org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
 
getObjectId() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
getter for the guid based object id that is assignable to all objects, in order to support custom attributes a mapping must also be added to the OJB file and a column must be added to the database for each business object that extension attributes are supposed to work on.
getObjectMap() - Method in class org.kuali.rice.krad.UserSession
retrieves an unmodifiable view of the objectMap.
getObjectType() - Method in class org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
 
getOptionLabels() - Method in class org.kuali.rice.krad.keyvalues.KeyValuesBase
 
getOptionValues() - Method in class org.kuali.rice.krad.keyvalues.KeyValuesBase
 
getOwnedByPrincipalIdentifier() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
getOwnedByUser() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
getPackageNamesToExpose() - Method in class org.kuali.rice.krad.app.persistence.jpa.PackagePersistableBusinessObjectClassExposer
 
getParams() - Method in class org.kuali.rice.krad.util.AuditError
Gets the params attribute.
getParentAttributeForChildAttribute(String) - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
getParentAttributeName() - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
getParentClass() - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
Gets the parentClass attribute.
getParentToChildReferences() - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
getPersistenceService() - Static method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
getPersistenceService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getPersistenceStructureService() - Static method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
getPersistenceStructureService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getPerson() - Method in class org.kuali.rice.krad.bo.AdHocRoutePerson
 
getPerson() - Method in class org.kuali.rice.krad.UserSession
 
getPrimaryKeyFieldValues(Object) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
getPrimaryKeyFieldValues(Object, boolean) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
getPrimaryKeys(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
This method returns a List of Strings, each containing the field name of one of the primary keys, as defined in the ORM layer.
getPrincipalId() - Method in class org.kuali.rice.krad.UserSession
 
getPrincipalName() - Method in class org.kuali.rice.krad.UserSession
 
getPropertiesWithErrors() - Method in class org.kuali.rice.krad.util.MessageMap
 
getPropertiesWithInfo() - Method in class org.kuali.rice.krad.util.MessageMap
 
getPropertiesWithWarnings() - Method in class org.kuali.rice.krad.util.MessageMap
 
getReferenceIfExists(BusinessObject, String) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
This method attempts to retrieve the reference from a BO if it exists.
getReferencesForForeignKey(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
Attempts to match the attribute name given for the class as a fk field to a reference class defined in the repository.
getRelatedClass() - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
getRelationshipMetadata(Class, String, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
getRelationshipMetadata(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
getRemoteObjectIdentifier() - Method in class org.kuali.rice.krad.bo.Note
Gets the remoteObjectIdentifier attribute.
getSelectedObjectIds() - Method in class org.kuali.rice.krad.bo.SelectedObjectIds
 
getSequenceAccessorService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
getSequenceName() - Method in class org.kuali.rice.krad.valuefinder.SequenceValueFinder
 
getSize() - Method in class org.kuali.rice.krad.util.AuditCluster
Returns the number of audit errors in the cluster.
getSupportedFormats(Class<?>) - Method in interface org.kuali.rice.krad.bo.Exporter
Returns a List of ExportFormats supported by this Exporter for the given DataOject class.
getTableName(Class<? extends PersistableBusinessObject>) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
Returns the name of the table underlying the business object class
getTargetType() - Method in exception org.kuali.rice.krad.exception.AuthorizationException
 
getTicketContext() - Method in class org.kuali.rice.krad.util.SessionTicket
 
getTicketTypeName() - Method in class org.kuali.rice.krad.util.SessionTicket
 
getType() - Method in class org.kuali.rice.krad.bo.AdHocRoutePersonId
 
getType() - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
getUnpopulatedFieldNames() - Method in class org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState
Gets the unpopulatedFieldNames attribute.
getUserId() - Method in exception org.kuali.rice.krad.exception.AuthorizationException
 
getUserVisibleIdentifierKey() - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
getValue() - Method in class org.kuali.rice.krad.valuefinder.SequenceValueFinder
 
getValue() - Method in interface org.kuali.rice.krad.valuefinder.ValueFinder
Returns a value for default initialization.
getVersionNumber() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
getWarningCount() - Method in class org.kuali.rice.krad.util.MessageMap
Counts the total number of warning messages in the map
getWarningMessages() - Method in class org.kuali.rice.krad.util.MessageMap
 
getWarningMessagesForProperty(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
getWarningMessagesForProperty(String, boolean) - Method in class org.kuali.rice.krad.util.MessageMap
Gets a list of lists that represent warnings that matched by the propertyName passed in (multiple lists because the wildcard can match multiple keys).
getXmlObjectSerializerService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
 
GlobalBusinessObject - Interface in org.kuali.rice.krad.bo
This is a marker interface used to determine whether we are dealing with a GlobalBusinessObject or something else If implementations of this class implement PersistableBusinessObject as well, then it is strongly recommended that classes override PersistableBusinessObject.buildListOfDeletionAwareLists() as well.
GlobalBusinessObjectDetail - Interface in org.kuali.rice.krad.bo
Detail objects included as part of globals should implement this interface to facilitate proper storage of data and record locking.
GlobalBusinessObjectDetailBase - Class in org.kuali.rice.krad.bo
 
GlobalBusinessObjectDetailBase() - Constructor for class org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
 

H

hasCollection(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
Returns whether BOs of the given class have a collection defined within them with the given collection name.
hasErrors() - Method in class org.kuali.rice.krad.util.MessageMap
 
hashCode() - Method in class org.kuali.rice.krad.bo.AdHocRoutePersonId
 
hashCode() - Method in class org.kuali.rice.krad.bo.KualiCodeBase
Overriding equals requires writing a hashCode method.
hashCode() - Method in class org.kuali.rice.krad.util.ErrorMessage
Defined because when you redefine equals, you must redefine hashcode.
hashCode() - Method in class org.kuali.rice.krad.util.MessageMap
 
hasInfo() - Method in class org.kuali.rice.krad.util.MessageMap
 
hasMatchingSessionTicket(String, Map<String, String>) - Method in class org.kuali.rice.krad.UserSession
Determines if the UserSession contains a ticket of the given type that matches the given context.
hasMessages() - Method in class org.kuali.rice.krad.util.MessageMap
 
hasNoErrors() - Method in class org.kuali.rice.krad.util.MessageMap
 
hasNoInfo() - Method in class org.kuali.rice.krad.util.MessageMap
 
hasNoMessages() - Method in class org.kuali.rice.krad.util.MessageMap
 
hasNoWarnings() - Method in class org.kuali.rice.krad.util.MessageMap
 
hasPrimaryKeyFieldValues(Object) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
hasReference(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
Returns whether there is a reference defined in the persistence layer with the given name.
hasUnpopulatedFieldName(String) - Method in class org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState
 
hasWarnings() - Method in class org.kuali.rice.krad.util.MessageMap
 

I

id - Variable in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
InactivatableFromToImpl - Class in org.kuali.rice.krad.bo
 
InactivatableFromToImpl() - Constructor for class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
InactivateableFromToService - Interface in org.kuali.rice.krad.service
Provides methods for retrieval of business objects implementing InactivateableFromTo and needing effective dating logic
isActive() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
Returns active if the InactivatableFromToImpl.getActiveAsOfDate() (current time used if not set) is between the from and to dates.
isActive() - Method in class org.kuali.rice.krad.bo.KualiCodeBase
 
isAllFieldsPopulated() - Method in class org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState
Gets the allFieldsPopulated attribute.
isAnyFieldsPopulated() - Method in class org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState
Gets the anyFieldsPopulated attribute.
isAuthorized(BusinessObject, String, String, String) - Method in interface org.kuali.rice.krad.authorization.BusinessObjectAuthorizer
 
isAuthorized(BusinessObject, String, String, String, Map<String, String>, Map<String, String>) - Method in interface org.kuali.rice.krad.authorization.BusinessObjectAuthorizer
 
isAuthorizedByTemplate(BusinessObject, String, String, String) - Method in interface org.kuali.rice.krad.authorization.BusinessObjectAuthorizer
 
isAuthorizedByTemplate(Object, String, String, String, Map<String, String>, Map<String, String>) - Method in interface org.kuali.rice.krad.authorization.BusinessObjectAuthorizer
 
isBackdoorInUse() - Method in class org.kuali.rice.krad.UserSession
 
isCollectionUpdatable(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
isComplete() - Method in class org.kuali.rice.krad.bo.Attachment
 
isCurrent() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
isExternalizableBusinessObjectInterface(Class) - Static method in class org.kuali.rice.krad.util.ExternalizableBusinessObjectUtils
 
isExternalizableBusinessObjectInterface(String) - Static method in class org.kuali.rice.krad.util.ExternalizableBusinessObjectUtils
 
isJpaEnabledForKradClass(Class) - Method in interface org.kuali.rice.krad.service.PersistenceService
Determines if JPA is enabled for the KNS and for the given class
isNewCollectionRecord() - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
Returns the boolean indicating whether this record is a new record of a maintenance document collection.
isNewCollectionRecord() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Gets the newCollectionRecord attribute.
isNoteTypeActiveIndicator() - Method in class org.kuali.rice.krad.bo.NoteType
Gets the noteTypeActiveIndicator attribute.
isOwnedByUser(Person) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
isPersistable() - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObject
This method examines the underlying document and determines whether it can be persisted as part of the enclosing MaintenanceDocument.
isPersistable(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
isProxied(Object) - Method in interface org.kuali.rice.krad.service.PersistenceService
Determines if the given object is proxied by the ORM or not
isReferenceUpdatable(Class, String) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
isSingleton() - Method in class org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
 

K

KEY_VALUES_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
KeyValuesBase - Class in org.kuali.rice.krad.keyvalues
 
KeyValuesBase() - Constructor for class org.kuali.rice.krad.keyvalues.KeyValuesBase
 
KeyValuesFinder - Interface in org.kuali.rice.krad.keyvalues
Defines basic methods value finders.
KeyValuesService - Interface in org.kuali.rice.krad.service
This class provides collection retrievals to populate key value pairs of business objects.
KRAD_APPLICATION_PERSISTENCE_UNIT_NAME - Static variable in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
 
KRAD_SERVER_PERSISTENCE_UNIT_NAME - Static variable in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
 
KRADPersistableBusinessObjectClassExposer - Class in org.kuali.rice.krad.app.persistence.jpa
The class which exposes the names of all KNS business object entities - which are managed by all JPA persistence units
KRADPersistableBusinessObjectClassExposer() - Constructor for class org.kuali.rice.krad.app.persistence.jpa.KRADPersistableBusinessObjectClassExposer
 
KRADServiceLocator - Class in org.kuali.rice.krad.service
 
KRADServiceLocator() - Constructor for class org.kuali.rice.krad.service.KRADServiceLocator
 
KUALI_CONFIGURATION_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
KualiCodeBase - Class in org.kuali.rice.krad.bo
 
KualiCodeBase() - Constructor for class org.kuali.rice.krad.bo.KualiCodeBase
 
KualiCodeBase(String) - Constructor for class org.kuali.rice.krad.bo.KualiCodeBase
 

L

linkAndSave(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Links up any contained objects, and then Saves the passed in object via the persistence layer.
linkAndSave(List<? extends PersistableBusinessObject>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Links up any contained objects, and Saves the businessObjects on the list via the persistence layer.
linkEditableUserFields() - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
Hook to link in any editable user fields.
linkEditableUserFields() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
linkObjects(Object) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
linkUserFields(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Updates all KualiUser or Person objects contained within this BO, based on the UserID as the authoritative key.
linkUserFields(List<PersistableBusinessObject>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Updates all KualiUser or Person objects contained within this BO, based on the UserID as the authoritative key.
listCollectionObjectTypes(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
listCollectionObjectTypes(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
listFieldNames(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
listPersistableSubclasses(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
listPrimaryKeyFieldNames(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
 
listReferenceObjectFields(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
This method uses the persistence layer to determine the list of reference objects contained within this parent object.
listReferenceObjectFields(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
This method uses the persistence layer to determine the list of reference objects contained within this parent object.
loadRepositoryDescriptor(String) - Method in interface org.kuali.rice.krad.service.PersistenceService
 

M

manageReadOnly(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Merges the given business object, but tells the ORM that the object is to be treated as Read Only, and even if it has changes, it will not be persisted to the database
merge(MessageMap) - Method in class org.kuali.rice.krad.util.MessageMap
 
merge(Map<String, AutoPopulatingList<ErrorMessage>>, Map<String, AutoPopulatingList<ErrorMessage>>) - Method in class org.kuali.rice.krad.util.MessageMap
This method takes one message map and merges it into another.
MessageMap - Class in org.kuali.rice.krad.util
Holds errors due to validation.
MessageMap() - Constructor for class org.kuali.rice.krad.util.MessageMap
 
MessageMap(MessageMap) - Constructor for class org.kuali.rice.krad.util.MessageMap
 
moveAttachmentWherePending(Note) - Method in interface org.kuali.rice.krad.service.AttachmentService
Moves attachments on notes from the pending directory to the real one
MultipleValueLookupMetadata - Class in org.kuali.rice.krad.bo
 
MultipleValueLookupMetadata() - Constructor for class org.kuali.rice.krad.bo.MultipleValueLookupMetadata
 

N

name - Variable in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
name - Variable in class org.kuali.rice.krad.bo.KualiCodeBase
 
Note - Class in org.kuali.rice.krad.bo
Represents a user note in the system.
Note() - Constructor for class org.kuali.rice.krad.bo.Note
Default constructor.
NOTE_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
NoteService - Interface in org.kuali.rice.krad.service
This service provides various operations related to Note objects.
NoteType - Class in org.kuali.rice.krad.bo
 
NoteType() - Constructor for class org.kuali.rice.krad.bo.NoteType
Default constructor.
NumericValueComparator - Class in org.kuali.rice.krad.comparator
 
NumericValueComparator() - Constructor for class org.kuali.rice.krad.comparator.NumericValueComparator
 

O

ObjectNotABusinessObjectRuntimeException - Exception in org.kuali.rice.krad.exception
 
ObjectNotABusinessObjectRuntimeException() - Constructor for exception org.kuali.rice.krad.exception.ObjectNotABusinessObjectRuntimeException
 
ObjectNotABusinessObjectRuntimeException(String) - Constructor for exception org.kuali.rice.krad.exception.ObjectNotABusinessObjectRuntimeException
 
ObjectNotABusinessObjectRuntimeException(Throwable) - Constructor for exception org.kuali.rice.krad.exception.ObjectNotABusinessObjectRuntimeException
 
ObjectNotABusinessObjectRuntimeException(String, Throwable) - Constructor for exception org.kuali.rice.krad.exception.ObjectNotABusinessObjectRuntimeException
 
org.kuali.rice.krad - package org.kuali.rice.krad
 
org.kuali.rice.krad.app.persistence.jpa - package org.kuali.rice.krad.app.persistence.jpa
 
org.kuali.rice.krad.authorization - package org.kuali.rice.krad.authorization
 
org.kuali.rice.krad.bo - package org.kuali.rice.krad.bo
 
org.kuali.rice.krad.comparator - package org.kuali.rice.krad.comparator
 
org.kuali.rice.krad.document.authorization - package org.kuali.rice.krad.document.authorization
 
org.kuali.rice.krad.exception - package org.kuali.rice.krad.exception
 
org.kuali.rice.krad.keyvalues - package org.kuali.rice.krad.keyvalues
 
org.kuali.rice.krad.service - package org.kuali.rice.krad.service
 
org.kuali.rice.krad.util - package org.kuali.rice.krad.util
 
org.kuali.rice.krad.valuefinder - package org.kuali.rice.krad.valuefinder
 

P

PackagePersistableBusinessObjectClassExposer - Class in org.kuali.rice.krad.app.persistence.jpa
Abstract class which exposes as JPA managed classes all of the business objects in a given package
PackagePersistableBusinessObjectClassExposer() - Constructor for class org.kuali.rice.krad.app.persistence.jpa.PackagePersistableBusinessObjectClassExposer
 
parameterizeUrl(String, Properties) - Static method in class org.kuali.rice.krad.util.UrlFactory
 
PersistableAttachment - Interface in org.kuali.rice.krad.bo
This is a description of what this class does - chitra07 don't forget to fill this in.
PersistableAttachmentBase - Class in org.kuali.rice.krad.bo
This is a description of what this class does - chitra07 don't forget to fill this in.
PersistableAttachmentBase() - Constructor for class org.kuali.rice.krad.bo.PersistableAttachmentBase
 
PersistableBusinessObject - Interface in org.kuali.rice.krad.bo
Declares a common interface for all BusinessObject classes which can have their state persisted.
PersistableBusinessObjectBase - Class in org.kuali.rice.krad.bo
Business Object Base Business Object
PersistableBusinessObjectBase() - Constructor for class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
PersistableBusinessObjectClassExposer - Interface in org.kuali.rice.krad.app.persistence.jpa
Contract for classes which plan to expose class names to the RicePersistenceUnitPostProcessor, for dynamic loading
PersistableBusinessObjectExtension - Interface in org.kuali.rice.krad.bo
 
PersistableBusinessObjectExtensionBase - Class in org.kuali.rice.krad.bo
 
PersistableBusinessObjectExtensionBase() - Constructor for class org.kuali.rice.krad.bo.PersistableBusinessObjectExtensionBase
 
PERSISTENCE_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
PERSISTENCE_STRUCTURE_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
PersistenceService - Interface in org.kuali.rice.krad.service
 
PersistenceStructureService - Interface in org.kuali.rice.krad.service
This interface defines methods that a Persistence Service must provide.
PERSON_TYPE - Static variable in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
PessimisticLock - Class in org.kuali.rice.krad.document.authorization
This is a business object used to lock a document pessimistically.
PessimisticLock() - Constructor for class org.kuali.rice.krad.document.authorization.PessimisticLock
Deprecated.  
PessimisticLock(String, String, Person) - Constructor for class org.kuali.rice.krad.document.authorization.PessimisticLock
This constructs a lock object using the logged in user and given lock type
PessimisticLockingException - Exception in org.kuali.rice.krad.exception
This class used by Kuali's Pessimistic Locking mechanism
PessimisticLockingException(String) - Constructor for exception org.kuali.rice.krad.exception.PessimisticLockingException
This constructs a PessimisticLockingException object to be used but the system's manual pessimistic locking mechanism
postLoad() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Default implementation of the JPA PostLoad hook.
postPersist() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Default implementation of the JPA PostPersist hook.
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
 
postRemove() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Default implementation of the JPA PostRemove hook.
postUpdate() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Default implementation of the JPA PostUpdate hook.
prepareForWorkflow() - Method in class org.kuali.rice.krad.bo.BusinessObjectBase
Deprecated. will be removed in rice 1.1
prePersist() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Default implementation of the JPA PrePersist hook which generates the unique objectId for this persistable business object if it does not already have one.
preRemove() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Default implementation of the JPA PreRemove hook.
preUpdate() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Default implementation of the JPA PreUpdate hook which generates the unique objectId for this persistable business object if it does not already have one.
putError(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
Adds an error to the map under the given propertyName and adds an array of message parameters.
putErrorForSectionId(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
Adds an error related to a particular section identified by its section ID.
putErrorWithoutFullErrorPath(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
Adds an error to the map under the given propertyName and adds an array of message parameters.
putInfo(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
 
putInfoForSectionId(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
 
putInfoWithoutFullErrorPath(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
 
putSessionTicket(SessionTicket) - Method in class org.kuali.rice.krad.UserSession
Adds the given SessionTicket to the objectMap and returns the associated key
putWarning(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
 
putWarningForSectionId(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
 
putWarningWithoutFullErrorPath(String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
 

R

refresh() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
getService Refreshes the reference objects from the primitive values.
refresh() - Method in class org.kuali.rice.krad.bo.TransientBusinessObjectBase
 
refreshAllNonUpdatingReferences(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.PersistenceService
This method refreshes all reference objects to this main object that are 'non-updateable'.
refreshNonUpdateableReferences() - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
 
refreshNonUpdateableReferences() - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
refreshReferenceObject(String) - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
This method is used to refresh a reference object that hangs off of a document.
refreshReferenceObject(String) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
removeAllErrorMessagesForProperty(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
removeAllInfoMessagesForProperty(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
removeAllWarningMessagesForProperty(String) - Method in class org.kuali.rice.krad.util.MessageMap
 
removeAttachment() - Method in class org.kuali.rice.krad.bo.Note
Removes the current attachment, if any.
removeFromErrorPath(String) - Method in class org.kuali.rice.krad.util.MessageMap
Removes a string prefix from the error path.
removeObject(String) - Method in class org.kuali.rice.krad.UserSession
allows for removal of an object from session that has been put into the userSession based on the key that would have been assigned
removeObjectsByPrefix(String) - Method in class org.kuali.rice.krad.UserSession
allows for removal of an object from session that has been put into the userSession based on a key that starts with the given prefix
replaceError(String, String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
If any error messages with the key targetKey exist in this ErrorMap for the named property, those ErrorMessages will be replaced with a new ErrorMessage with the given replaceKey and replaceParameters.
replaceErrorWithoutFullErrorPath(String, String, String, String...) - Method in class org.kuali.rice.krad.util.MessageMap
If any error messages with the key targetKey exist in this ErrorMap for the named property, those ErrorMessages will be replaced with a new ErrorMessage with the given replaceKey and replaceParameters.
resolveProxy(Object) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
retrieve(PersistableBusinessObject) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Retrieves an object instance identified by the class of the given object and the object's primary key values.
retrieveAttachmentContents(Attachment) - Method in interface org.kuali.rice.krad.service.AttachmentService
Retrieves a given Attachments contents from the corresponding Attachment object
retrieveNonKeyFields(Object) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
retrieveObject(String) - Method in class org.kuali.rice.krad.UserSession
allows for fetching an object that has been put into the userSession based on the key that would have been returned when adding the object
retrieveReferenceObject(Object, String) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
retrieveReferenceObjects(Object, List) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
retrieveReferenceObjects(List, List) - Method in interface org.kuali.rice.krad.service.PersistenceService
 
RiceEntityManagerProxyFactoryBean - Class in org.kuali.rice.krad.app.persistence.jpa
 
RiceEntityManagerProxyFactoryBean(String, DataSource) - Constructor for class org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
 
RiceEntityManagerProxyFactoryBean(String, DataSource, String) - Constructor for class org.kuali.rice.krad.app.persistence.jpa.RiceEntityManagerProxyFactoryBean
 
RiceLocalContainerEntityManagerFactoryBean - Class in org.kuali.rice.krad.app.persistence.jpa
 
RiceLocalContainerEntityManagerFactoryBean() - Constructor for class org.kuali.rice.krad.app.persistence.jpa.RiceLocalContainerEntityManagerFactoryBean
 
RiceLocalContainerEntityManagerFactoryBean(DataSource) - Constructor for class org.kuali.rice.krad.app.persistence.jpa.RiceLocalContainerEntityManagerFactoryBean
 
RiceLocalContainerEntityManagerFactoryBean(String, DataSource) - Constructor for class org.kuali.rice.krad.app.persistence.jpa.RiceLocalContainerEntityManagerFactoryBean
 
RicePersistenceUnitPostProcessor - Class in org.kuali.rice.krad.app.persistence.jpa
 
RicePersistenceUnitPostProcessor() - Constructor for class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
 
RiceToNervousSystemBusinessObjectClassExposer - Class in org.kuali.rice.krad.app.persistence.jpa
Business Object class exposer which adds non-KNS Rice entities to the KNS persistence units, so that these objects can be used with KNS functionality - for instance, PersonImpl objects can be looked up.
RiceToNervousSystemBusinessObjectClassExposer() - Constructor for class org.kuali.rice.krad.app.persistence.jpa.RiceToNervousSystemBusinessObjectClassExposer
 

S

save(T) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Saves the passed in object via the persistence layer.
save(List<? extends PersistableBusinessObject>) - Method in interface org.kuali.rice.krad.service.BusinessObjectService
Saves the businessObjects on the list via the persistence layer.
save(Note) - Method in interface org.kuali.rice.krad.service.NoteService
Saves the specified note.
saveNoteList(List<Note>) - Method in interface org.kuali.rice.krad.service.NoteService
Saves the given lists of notes.
SelectedObjectIds - Class in org.kuali.rice.krad.bo
 
SelectedObjectIds() - Constructor for class org.kuali.rice.krad.bo.SelectedObjectIds
 
SEQUENCE_ACCESSOR_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
SequenceValueFinder - Class in org.kuali.rice.krad.valuefinder
 
SequenceValueFinder(Class<? extends BusinessObject>, String) - Constructor for class org.kuali.rice.krad.valuefinder.SequenceValueFinder
 
serializeBusinessObjectToXml(Object) - Method in interface org.kuali.rice.krad.service.BusinessObjectSerializerService
 
SERIALIZER_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
SerializerService - Interface in org.kuali.rice.krad.service
 
SessionTicket - Class in org.kuali.rice.krad.util
Holds information on an action (ticket type name) and context (ticketContext) that has been performed and can be placed in the UserSession objectMap.
SessionTicket(String) - Constructor for class org.kuali.rice.krad.util.SessionTicket
 
setActionRequested(String) - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
setActive(boolean) - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
setActive(boolean) - Method in class org.kuali.rice.krad.bo.KualiCodeBase
 
setActiveAsOfDate(Timestamp) - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
setActiveFromDate(Timestamp) - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
setActiveToDate(Timestamp) - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
setAdHocRouteRecipient(AdHocRouteRecipient) - Method in class org.kuali.rice.krad.bo.Note
 
setAttachment(Attachment) - Method in class org.kuali.rice.krad.bo.Note
Sets the attachment attribute value.
setAttachmentContent(byte[]) - Method in interface org.kuali.rice.krad.bo.PersistableAttachment
 
setAttachmentContent(byte[]) - Method in class org.kuali.rice.krad.bo.PersistableAttachmentBase
This overridden method ...
setAttachmentFileName(String) - Method in class org.kuali.rice.krad.bo.Attachment
Sets the attachmentFileName attribute.
setAttachmentFileSize(Long) - Method in class org.kuali.rice.krad.bo.Attachment
Sets the attachmentFileSize attribute.
setAttachmentIdentifier(String) - Method in class org.kuali.rice.krad.bo.Attachment
Sets the attachmentIdentifier attribute.
setAttachmentIdentifier(String) - Method in class org.kuali.rice.krad.bo.Note
Sets the attachmentIdentifier attribute value.
setAttachmentMimeTypeCode(String) - Method in class org.kuali.rice.krad.bo.Attachment
Sets the attachmentMimeTypeCode attribute.
setAttachmentTypeCode(String) - Method in class org.kuali.rice.krad.bo.Attachment
Sets the attachmentTypeCode attribute.
setAuditErrorList(List) - Method in class org.kuali.rice.krad.util.AuditCluster
Sets the auditErrorList attribute value.
setAuthorUniversal(Person) - Method in class org.kuali.rice.krad.bo.Note
Deprecated.  
setAuthorUniversalIdentifier(String) - Method in class org.kuali.rice.krad.bo.Note
Sets the authorUniversalIdentifier attribute.
setBackdoorUser(String) - Method in class org.kuali.rice.krad.UserSession
override the current user in the system by setting the backdoor networkId, which is useful when dealing with routing or other reasons why you would need to assume an identity in the system
setCategory(String) - Method in class org.kuali.rice.krad.util.AuditCluster
 
setCode(String) - Method in class org.kuali.rice.krad.bo.KualiCodeBase
 
setContentType(String) - Method in interface org.kuali.rice.krad.bo.PersistableAttachment
 
setContentType(String) - Method in class org.kuali.rice.krad.bo.PersistableAttachmentBase
This overridden method ...
setCurrent(boolean) - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
 
setdocumentNumber(String) - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
setDocumentNumber(String) - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObject
Sets the documentNumber attribute.
setDocumentNumber(String) - Method in interface org.kuali.rice.krad.bo.GlobalBusinessObjectDetail
Sets the documentNumber attribute.
setDocumentNumber(String) - Method in class org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
 
setDocumentNumber(String) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
setErrorKey(String) - Method in class org.kuali.rice.krad.util.AuditError
Sets the errorKey attribute value.
setErrorKey(String) - Method in class org.kuali.rice.krad.util.ErrorMessage
 
setExtension(PersistableBusinessObjectExtension) - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
 
setExtension(PersistableBusinessObjectExtension) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
setFileName(String) - Method in interface org.kuali.rice.krad.bo.PersistableAttachment
 
setFileName(String) - Method in class org.kuali.rice.krad.bo.PersistableAttachmentBase
This overridden method ...
setGeneratedTimestamp(Timestamp) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
setId(String) - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
setId(Long) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
setJtaDataSource(DataSource) - Method in class org.kuali.rice.krad.app.persistence.jpa.RicePersistenceUnitPostProcessor
 
setKualiSessionId(String) - Method in class org.kuali.rice.krad.UserSession
 
setLabel(String) - Method in class org.kuali.rice.krad.util.AuditCluster
Sets the label attribute value.
setLink(String) - Method in class org.kuali.rice.krad.util.AuditError
Sets the link attribute value.
setLockDescriptor(String) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
setLookupDate(Timestamp) - Method in class org.kuali.rice.krad.bo.MultipleValueLookupMetadata
 
setLookupPersonId(String) - Method in class org.kuali.rice.krad.bo.MultipleValueLookupMetadata
 
setLookupResultsSequenceNumber(String) - Method in class org.kuali.rice.krad.bo.MultipleValueLookupMetadata
 
setMessageKey(String) - Method in class org.kuali.rice.krad.util.AuditError
Sets the key attribute value.
setMessageParameters(String[]) - Method in class org.kuali.rice.krad.util.ErrorMessage
 
setName(String) - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
setName(String) - Method in class org.kuali.rice.krad.bo.KualiCodeBase
 
setNewCollectionRecord(boolean) - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
Sets the boolean indicating this record is a new record of a maintenance document collection.
setNewCollectionRecord(boolean) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Sets the newCollectionRecord attribute value.
setNote(Note) - Method in class org.kuali.rice.krad.bo.Attachment
Sets the note attribute value.
setNoteIdentifier(Long) - Method in class org.kuali.rice.krad.bo.Attachment
Sets the noteIdentifier attribute.
setNoteIdentifier(Long) - Method in class org.kuali.rice.krad.bo.Note
Sets the noteIdentifier attribute value.
setNotePostedTimestamp(Timestamp) - Method in class org.kuali.rice.krad.bo.Note
Sets the notePostedTimestamp attribute.
setNotePostedTimestampToCurrent() - Method in class org.kuali.rice.krad.bo.Note
Sets the Note.setNotePostedTimestamp(Timestamp) to the current time.
setNotePurgeCode(String) - Method in class org.kuali.rice.krad.bo.Note
Sets the notePurgeCode attribute.
setNoteText(String) - Method in class org.kuali.rice.krad.bo.Note
Sets the noteText attribute.
setNoteTopicText(String) - Method in class org.kuali.rice.krad.bo.Note
Sets the noteTopicText attribute value.
setNoteType(NoteType) - Method in class org.kuali.rice.krad.bo.Note
Deprecated.  
setNoteTypeActiveIndicator(boolean) - Method in class org.kuali.rice.krad.bo.NoteType
Sets the noteTypeActiveIndicator attribute.
setNoteTypeCode(String) - Method in class org.kuali.rice.krad.bo.Note
Sets the noteTypeCode attribute.
setNoteTypeCode(String) - Method in class org.kuali.rice.krad.bo.NoteType
Sets the noteTypeCode attribute.
setNoteTypeDescription(String) - Method in class org.kuali.rice.krad.bo.NoteType
Sets the noteTypeDescription attribute.
setObjectId(String) - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
Sets the unique identifier for the object
setObjectId(String) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
setter for the guid based object id that is assignable to all objects, in order to support custom attributes a mapping must also be added to the OJB file and column must be added to the database for each business object that extension attributes are supposed to work on.
setOwnedByPrincipalIdentifier(String) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
setOwnedByUser(Person) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
 
setParams(String[]) - Method in class org.kuali.rice.krad.util.AuditError
Sets the params attribute value.
setParentToChildReferences(Map<String, String>) - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
setPerson(Person) - Method in class org.kuali.rice.krad.bo.AdHocRoutePerson
 
setRemoteObjectIdentifier(String) - Method in class org.kuali.rice.krad.bo.Note
Sets the remoteObjectIdentifier attribute.
setSelectedObjectIds(String) - Method in class org.kuali.rice.krad.bo.SelectedObjectIds
 
setTicketContext(Map<String, String>) - Method in class org.kuali.rice.krad.util.SessionTicket
 
setTicketTypeName(String) - Method in class org.kuali.rice.krad.util.SessionTicket
 
setType(Integer) - Method in class org.kuali.rice.krad.bo.AdHocRoutePerson
 
setType(Integer) - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 
setUserVisibleIdentifierKey(String) - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
setVersionNumber(Long) - Method in interface org.kuali.rice.krad.bo.PersistableBusinessObject
Sets the business object's version number.
setVersionNumber(Long) - Method in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
StringValueComparator - Class in org.kuali.rice.krad.comparator
 

T

targetType - Variable in exception org.kuali.rice.krad.exception.AuthorizationException
 
TemporalValueComparator - Class in org.kuali.rice.krad.comparator
 
TemporalValueComparator() - Constructor for class org.kuali.rice.krad.comparator.TemporalValueComparator
 
toString() - Method in class org.kuali.rice.krad.bo.BusinessObjectBase
 
toString() - Method in class org.kuali.rice.krad.bo.BusinessObjectRelationship
 
toString() - Method in class org.kuali.rice.krad.util.ErrorMessage
 
toString() - Method in class org.kuali.rice.krad.util.MessageMap
 
toStringBuilder(LinkedHashMap<String, Object>) - Method in class org.kuali.rice.krad.bo.BusinessObjectBase
Deprecated. will be removed in rice 1.1
toStringMapper() - Method in class org.kuali.rice.krad.bo.BusinessObjectBase
Deprecated. will be removed in rice 1.1
toXml(Object) - Method in interface org.kuali.rice.krad.service.XmlObjectSerializerService
Marshals out XML from an object instance.
TransientBusinessObjectBase - Class in org.kuali.rice.krad.bo
Transient Business Object Base Business Object
TransientBusinessObjectBase() - Constructor for class org.kuali.rice.krad.bo.TransientBusinessObjectBase
Constructs a TransientBusinessObjectBase.java.
type - Variable in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 

U

UnknownDocumentIdException - Exception in org.kuali.rice.krad.exception
This class represents an UnknownDocumentIdException.
UnknownDocumentIdException(String) - Constructor for exception org.kuali.rice.krad.exception.UnknownDocumentIdException
Create an UnknownDocumentIdException with the given message
UnknownDocumentIdException(String, Throwable) - Constructor for exception org.kuali.rice.krad.exception.UnknownDocumentIdException
Create an UnknownDocumentIdException with the given message and cause
UNVIEWABLE - Static variable in class org.kuali.rice.krad.authorization.AuthorizationConstants.EditMode
 
UrlFactory - Class in org.kuali.rice.krad.util
This class Provides utility methods for re/building URLs.
UrlFactory() - Constructor for class org.kuali.rice.krad.util.UrlFactory
 
userId - Variable in exception org.kuali.rice.krad.exception.AuthorizationException
 
UserSession - Class in org.kuali.rice.krad
Holds info about the User Session
UserSession(String) - Constructor for class org.kuali.rice.krad.UserSession
Take in a netid, and construct the user from that.

V

ValidationException - Exception in org.kuali.rice.krad.exception
ValidationException
ValidationException(String) - Constructor for exception org.kuali.rice.krad.exception.ValidationException
Create an ValidationException with the given message
ValidationException(String, Throwable) - Constructor for exception org.kuali.rice.krad.exception.ValidationException
Create an ValidationException with the given message and cause
ValueFinder - Interface in org.kuali.rice.krad.valuefinder
This interface defines basic methods value finders.
versionNumber - Variable in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
 
VIEW_ONLY - Static variable in class org.kuali.rice.krad.authorization.AuthorizationConstants.EditMode
 

W

WORKGROUP_TYPE - Static variable in class org.kuali.rice.krad.bo.AdHocRouteRecipient
 

X

XML_OBJECT_SERIALIZER_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
 
XmlObjectSerializerService - Interface in org.kuali.rice.krad.service
This interface defines methods that an XmlObjectSerializer Service must provide.

A B C D E F G H I K L M N O P R S T U V W X

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