- FEATURE_DETAIL_TYPE - Static variable in class org.kuali.rice.krad.util.KRADConstants.DetailTypes
-
- FIELD_CONVERSION_PAIR_SEPARATOR - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- FIELD_CONVERSIONS_SEPARATOR - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- FIELD_NAME_TO_FOCUS_ON_AFTER_SUBMIT - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- 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
- FIELDS_CONVERSION_PARAMETER - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- 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
-
- FORM_KEY - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- fromMap(Map<String, String>) - Static method in class org.kuali.rice.krad.keyvalues.KeyValuesFinderFactory
-
- fromXml(String) - Method in interface org.kuali.rice.krad.service.XmlObjectSerializerService
-
Retrieves an Object instance from a String of XML - unmarshals.
- FYI_METHOD - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- 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.
- GENERIC_AMOUNT - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- GENERIC_BIG_TEXT - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- GENERIC_BOOLEAN - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- GENERIC_DATE - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- GENERIC_SYSTEM_ID - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- GENERIC_TIMESTAMP - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- 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 interface org.kuali.rice.krad.bo.InactivatableFromTo
-
Gets the date for which the record is being compared to in determining active/inactive
- getActiveAsOfDate() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
-
- getActiveFromDate() - Method in interface org.kuali.rice.krad.bo.InactivatableFromTo
-
Gets the date for which the record become active
- getActiveFromDate() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
-
- getActiveToDate() - Method in interface org.kuali.rice.krad.bo.InactivatableFromTo
-
Gets the date for which the record become inactive
- getActiveToDate() - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
-
- getActualPerson() - Method in class org.kuali.rice.krad.UserSession
-
Returns the actual current user even if the backdoor is in use.
- 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
-
- 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.
- getAttachmentLink() - Method in class org.kuali.rice.krad.bo.Note
-
- getAttachmentMimeTypeCode() - Method in class org.kuali.rice.krad.bo.Attachment
-
Gets the attachmentMimeTypeCode attribute.
- getAttachments() - Method in interface org.kuali.rice.krad.bo.PersistableAttachmentList
-
- 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.
- 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.
- getBatchMailingList() - Method in interface org.kuali.rice.krad.service.MailService
-
- 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.
- getChildAttributeForParentAttribute(String) - Method in class org.kuali.rice.krad.bo.DataObjectRelationship
-
Retrieves the attribute within the related class that is related to the given attribute of the
parent class by the relationship represented by this object
- getCode() - Method in class org.kuali.rice.krad.bo.KualiCodeBase
-
- getCode() - Method in enum org.kuali.rice.krad.util.NoteType
-
- 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.
- getComponentCode() - Method in class org.kuali.rice.krad.util.ErrorMessage
-
A code within the namespace that identifies a component or group the error message is associated with
- getComponentCode() - Method in class org.kuali.rice.krad.util.GrowlMessage
-
A code within the namespace that identifies a component or group the growl message is associated with
- getContentType() - Method in interface org.kuali.rice.krad.bo.PersistableAttachment
-
- getContentType() - Method in class org.kuali.rice.krad.bo.PersistableAttachmentBase
-
This overridden method ...
- getDatabasePlatform() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
-
- 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
-
- getEnumKey(Enum) - Method in class org.kuali.rice.krad.keyvalues.EnumValuesFinder
-
Derives a key value from an enum
- getEnumLabel(Enum) - Method in class org.kuali.rice.krad.keyvalues.EnumValuesFinder
-
Derives a label value from an enum
- 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.ErrorMessage
-
Gets the message key for this ErrorMessage
- getErrorMessageKey() - Method in exception org.kuali.rice.krad.exception.AuthorizationException
-
Deprecated.
- 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
-
- getGrowlMessages() - Method in class org.kuali.rice.krad.util.MessageMap
-
Returns the list of growl messages (@{link GrowlMessage}) that have been added to
the message map
- 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
-
- getInactivateableFromToService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
-
- 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() - Method in class org.kuali.rice.krad.keyvalues.EnumValuesFinder
-
- 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.
- getKeyValues() - Method in class org.kuali.rice.krad.keyvalues.PlaceholderKeyValuesFinder
-
- getKeyValuesService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
-
- getKualiSessionId() - Method in class org.kuali.rice.krad.UserSession
-
Returns the session id.
- getLockDescriptor() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
-
- getLoggedInUserPrincipalName() - Method in class org.kuali.rice.krad.UserSession
-
Returns who is logged in.
- getMailService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
-
- getMessageKey() - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Key for the growl message within the message repository
- getMessageParameters() - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Get the messageParameters which should be used when evaluating and generating the message for
the ErrorMessage.
- getMessageParameters() - Method in class org.kuali.rice.krad.util.GrowlMessage
-
One or more parameters for complete the growl message
- getMessagePrefixKey() - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Gets the messagePrefixKey which defines the message key for the message to be prefixed to the message
defined by errorKey.
- getMessagePrefixParameters() - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Get the messagePrefixParameters which should be used when evaluating and generating the message for
the messagePrefixKey.
- getMessages(String) - Method in class org.kuali.rice.krad.util.MessageMap
-
- getMessageSuffixKey() - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Gets the messageSuffixKey which defines the message key for the message to be appended to the message
defined by errorKey.
- getMessageSuffixParameters() - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Get the messagePrefixParameters which should be used when evaluating and generating the message for
the messageSuffixKey.
- getName() - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
-
- getName() - Method in interface org.kuali.rice.krad.bo.KualiCode
-
- getName() - Method in class org.kuali.rice.krad.bo.KualiCodeBase
-
- getNamespaceCode() - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Namespace code (often an application or module code) the error message is associated with
- getNamespaceCode() - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Namespace code (often an application or module code) the growl message is associated with
- getNestedForeignKeyMap(Class) - Method in interface org.kuali.rice.krad.service.PersistenceStructureService
-
Builds a map of reference pk attributes back to the foreign key.
- getNextAvailableSequenceNumber(String, Class<? extends BusinessObject>) - Method in interface org.kuali.rice.krad.service.SequenceAccessorService
-
This method retrieves the next available sequence number using the
dataSource that is associated with the specified BusinessObject class.
- getNextAvailableSequenceNumber(String) - Method in interface org.kuali.rice.krad.service.SequenceAccessorService
-
This method retrieves the next available sequence number
- 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
-
- getParentAttributeForChildAttribute(String) - Method in class org.kuali.rice.krad.bo.DataObjectRelationship
-
Retrieves the attribute within the parent class that is related to the given attribute of
the related class by the relationship represented by this object
- getParentAttributeName() - Method in class org.kuali.rice.krad.bo.DataObjectRelationship
-
Returns the name of the attribute within the parent class that holds the related class object
- getParentClass() - Method in class org.kuali.rice.krad.bo.DataObjectRelationship
-
Returns the Class that contains the relationship (the parent)
- getParentToChildReferences() - Method in class org.kuali.rice.krad.bo.DataObjectRelationship
-
Provides a Map of attribute pairs that make up the relationship, where the map key
is the attribute name on the parent class and the map value is the attribute name on
the related class
- 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
-
Returns a Person object for the current user.
- 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
-
Returns the id of the current user.
- getPrincipalName() - Method in class org.kuali.rice.krad.UserSession
-
Returns the name of the current user.
- 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.DataObjectRelationship
-
Returns the class the attribute within the parent class has a relationship to
- 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.
- getSequenceAccessorService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
-
- getSessionId() - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
-
- 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
-
- getTheme() - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Name of the growl theme to use (must be setup through the view growl property
- getTicketContext() - Method in class org.kuali.rice.krad.util.SessionTicket
-
- getTicketTypeName() - Method in class org.kuali.rice.krad.util.SessionTicket
-
- getTitle() - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Title for growl message (displays on top bar of growl)
- getTitleKey() - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Key for the title message within the message repository
- 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.DataObjectRelationship
-
- 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).
- getWorkflowDocument(UserSession, String) - Static method in class org.kuali.rice.krad.UserSessionUtils
-
- getXmlObjectSerializerIgnoreMissingFieldsService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
-
- getXmlObjectSerializerService() - Static method in class org.kuali.rice.krad.service.KRADServiceLocator
-
- GLOBAL_ERRORS - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- GLOBAL_INFO - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- GLOBAL_MESSAGES - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- GLOBAL_REVIEWER_DETAIL_TYPE - Static variable in class org.kuali.rice.krad.util.KRADConstants.DetailTypes
-
- GLOBAL_VARIABLES_MESSAGES_LIST_ACTION_MESSAGES - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- GlobalBusinessObject - Interface in org.kuali.rice.krad.bo
-
- 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
-
- GroupNotFoundException - Exception in org.kuali.rice.krad.exception
-
Represents an exception that is thrown when a given group can not be retrieved from workflow
- GroupNotFoundException() - Constructor for exception org.kuali.rice.krad.exception.GroupNotFoundException
-
- GroupNotFoundException(String) - Constructor for exception org.kuali.rice.krad.exception.GroupNotFoundException
-
- GroupNotFoundException(Throwable) - Constructor for exception org.kuali.rice.krad.exception.GroupNotFoundException
-
- GroupNotFoundException(String, Throwable) - Constructor for exception org.kuali.rice.krad.exception.GroupNotFoundException
-
- GROUPS - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- GrowlMessage - Class in org.kuali.rice.krad.util
-
Contains configuration for displaying a growl message
- GrowlMessage() - Constructor for class org.kuali.rice.krad.util.GrowlMessage
-
- 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.
- SAVE_METHOD - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- saveNoteList(List<Note>) - Method in interface org.kuali.rice.krad.service.NoteService
-
Saves the given lists of notes.
- SCRIPT_CONFIGURATION_FILES_LIST_NAME - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SEARCH_LIST_KEY_PREFIX - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SEARCH_LIST_REQUEST_KEY - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SEARCH_METHOD - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SELECT_ALL_METHOD - Static variable in class org.kuali.rice.krad.util.KRADConstants.TableRenderConstants
-
- SEND_NOTE_WORKFLOW_NOTIFICATION_ACTIONS_PARM_NM - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- sendMessage(MailMessage) - Method in interface org.kuali.rice.krad.service.MailService
-
- SENSITIVE_DATA_PATTERNS - Static variable in class org.kuali.rice.krad.util.KRADConstants.SystemGroupParameterNames
-
- SENSITIVE_DATA_PATTERNS_WARNING_IND - Static variable in class org.kuali.rice.krad.util.KRADConstants.SystemGroupParameterNames
-
- SENSITIVE_DATA_QUESTION_SESSION_TICKET - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SEQUENCE_ACCESSOR_SERVICE - Static variable in class org.kuali.rice.krad.service.KRADServiceLocator
-
- SequenceAccessorService - Interface in org.kuali.rice.krad.service
-
Provides access to sequence numbers.
- 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
-
- SESSION_ID - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- SESSION_SCOPE - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SESSION_TIMEOUT_VIEW_ID - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SESSION_TIMEOUT_WARNING_MESSAGE_TIME_PARM_NM - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SESSION_TIMEOUT_WARNING_MILLISECONDS - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SESSION_TIMEOUT_WARNING_MINUTES - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- 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 interface org.kuali.rice.krad.bo.InactivatableFromTo
-
Sets the date for which the record should be compared to in determining active/inactive, if
not set then the current date will be used
- setActiveAsOfDate(Timestamp) - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
-
- setActiveFromDate(Timestamp) - Method in interface org.kuali.rice.krad.bo.InactivatableFromTo
-
Sets the date for which record will be active
- setActiveFromDate(Timestamp) - Method in class org.kuali.rice.krad.bo.InactivatableFromToImpl
-
- setActiveToDate(Timestamp) - Method in interface org.kuali.rice.krad.bo.InactivatableFromTo
-
Sets the date for which record will be active to
- 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.
- setAttachments(List<T>) - Method in interface org.kuali.rice.krad.bo.PersistableAttachmentList
-
- setAttachmentTypeCode(String) - Method in class org.kuali.rice.krad.bo.Attachment
-
Sets the attachmentTypeCode attribute.
- 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
- setCode(String) - Method in interface org.kuali.rice.krad.bo.KualiCode
-
- setCode(String) - Method in class org.kuali.rice.krad.bo.KualiCodeBase
-
- setComponentCode(String) - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Setter for the error's associated component code
- setComponentCode(String) - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Setter for the growl's associated component code
- 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.ErrorMessage
-
Sets the key to use to retrieve the message for this 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.AdHocRoutePerson
-
- 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
-
Sets the session id.
- setLockDescriptor(String) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
-
- setMessageKey(String) - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Setter for the growl message key
- setMessageParameters(String[]) - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Sets the messageParameters for this ErrorMessage
- setMessageParameters(String[]) - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Setter for the message parameters array
- setMessagePrefixKey(String) - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Set the messagePrefixKey
- setMessagePrefixParameters(String[]) - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Set the messagePrefixParameters
- setMessageSuffixKey(String) - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Set the messageSuffixKey
- setMessageSuffixParameters(String[]) - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Set the messageSuffixParameters
- setName(String) - Method in class org.kuali.rice.krad.bo.AdHocRoutePerson
-
- setName(String) - Method in class org.kuali.rice.krad.bo.AdHocRouteRecipient
-
- setName(String) - Method in interface org.kuali.rice.krad.bo.KualiCode
-
- setName(String) - Method in class org.kuali.rice.krad.bo.KualiCodeBase
-
- setNamespaceCode(String) - Method in class org.kuali.rice.krad.util.ErrorMessage
-
Setter for the error's associated namespace code
- setNamespaceCode(String) - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Setter for the growl's associated namespace code
- 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
-
- 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
-
- setParentToChildReferences(Map<String, String>) - Method in class org.kuali.rice.krad.bo.DataObjectRelationship
-
Setter for the Map of attributes that participate in the relationship
- 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.
- setSessionId(String) - Method in class org.kuali.rice.krad.document.authorization.PessimisticLock
-
- setTheme(String) - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Setter for the growl theme to use
- setTicketContext(Map<String, String>) - Method in class org.kuali.rice.krad.util.SessionTicket
-
- setTicketTypeName(String) - Method in class org.kuali.rice.krad.util.SessionTicket
-
- setTitle(String) - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Setter for the growl title
- setTitleKey(String) - Method in class org.kuali.rice.krad.util.GrowlMessage
-
Setter for the growl title message key
- 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.DataObjectRelationship
-
- 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
-
- SINGLE_QUOTE - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SORT_METHOD - Static variable in class org.kuali.rice.krad.util.KRADConstants.TableRenderConstants
-
- START_METHOD - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- STATE_CODE - Static variable in class org.kuali.rice.krad.util.KRADPropertyConstants
-
- StringValueComparator - Class in org.kuali.rice.krad.comparator
-
- SUPERUSER_ACTION - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SUPPRESS_ACTIONS - Static variable in class org.kuali.rice.krad.util.KRADConstants
-
- SWITCH_TO_PAGE_METHOD - Static variable in class org.kuali.rice.krad.util.KRADConstants.TableRenderConstants
-
- SYSTEM_USER - Static variable in class org.kuali.rice.krad.util.KRADConstants
-