Class KimTypeAttributesHelper

java.lang.Object
org.kuali.rice.kim.impl.type.KimTypeAttributesHelper
All Implemented Interfaces:
Serializable

public class KimTypeAttributesHelper extends Object implements Serializable
See Also:
  • Constructor Details

    • KimTypeAttributesHelper

      public KimTypeAttributesHelper(org.kuali.rice.kim.api.type.KimType kimType)
  • Method Details

    • getAttributes

      public List<? extends KimAttributes> getAttributes()
      Returns:
      the attributes
    • getKimType

      public org.kuali.rice.kim.api.type.KimType getKimType()
      Returns:
      the kimType
    • getKimTypeService

      public org.kuali.rice.kim.framework.type.KimTypeService getKimTypeService(org.kuali.rice.kim.api.type.KimType kimType)
    • getAttributeEntry

      public Map<String,Object> getAttributeEntry()
    • getKimAttributeDefnId

      public String getKimAttributeDefnId(org.kuali.rice.kim.api.type.KimAttributeField definition)
    • getDefinitions

      public List<org.kuali.rice.kim.api.type.KimAttributeField> getDefinitions()
    • getCommaDelimitedAttributesLabels

      public String getCommaDelimitedAttributesLabels(String commaDelimitedAttributesNamesList)
    • getAttributeDefinition

      public org.kuali.rice.kim.api.type.KimAttributeField getAttributeDefinition(String attributeName)
    • getAttributeValue

      public String getAttributeValue(Map<String,String> aSet, String attributeName)