Package org.kuali.rice.krms.impl.type
Class AgendaTypeServiceImpl
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase
org.kuali.rice.krms.impl.type.KrmsTypeServiceBase
org.kuali.rice.krms.impl.type.AgendaTypeServiceBase
org.kuali.rice.krms.impl.type.AgendaTypeServiceImpl
- All Implemented Interfaces:
AgendaTypeService,RemotableAttributeOwner
- Author:
- Kuali Rice Team (rice.collab@kuali.org).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase
org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase.TypeAttributeDefinition, org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase.TypeAttributeValidationException -
Field Summary
Fields inherited from class org.kuali.rice.krms.impl.type.AgendaTypeServiceBase
defaultAgendaTypeService -
Method Summary
Modifier and TypeMethodDescriptionstatic AgendaTypeServiceFactory method for getting aAgendaTypeServiceMethods inherited from class org.kuali.rice.krms.impl.type.AgendaTypeServiceBase
loadAgendaMethods inherited from class org.kuali.rice.krms.impl.type.KrmsTypeServiceBase
getAttributeFields, getDataDictionaryRemoteFieldService, getTypeAttributeDefinitions, sortFields, translateTypeAttribute, validateAttributes, validateAttributesAgainstExisting, validateNonDataDictionaryAttributeMethods inherited from class org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase
createErrorString, extractErrorsFromGlobalVariablesErrorMap, getAttributeErrorLabel, getAttributeFormatter, getAttributeValidatingExpression, getConfigurationService, getDataDictionaryService, getDictionaryValidationService, validateAttributeFormat, validateAttributeRequired, validateDataDictionaryAttribute, validatePrimitiveAttributeFromDescriptor, validateReferencesExistAndActiveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krms.framework.type.RemotableAttributeOwner
getAttributeFields, validateAttributes, validateAttributesAgainstExisting
-
Method Details
-
getInstance
Factory method for getting aAgendaTypeService- Returns:
- a
AgendaTypeService
-