Uses of Class
org.kuali.rice.kim.api.identity.CodedAttribute

Packages that use CodedAttribute
org.kuali.rice.kim.api.identity Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.address Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.citizenship Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.email Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.employment Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.name Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.phone Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.services   
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.service.impl   
 

Uses of CodedAttribute in org.kuali.rice.kim.api.identity
 

Methods in org.kuali.rice.kim.api.identity that return CodedAttribute
 CodedAttribute CodedAttribute.Builder.build()
           
 CodedAttribute IdentityService.getAddressType(String code)
          Gets the CodedAttribute for a given EntityAddressType code.
 CodedAttribute IdentityService.getCitizenshipStatus(String code)
          Gets the CodedAttribute for a given EntityCitizenship status code.
 CodedAttribute IdentityService.getEmailType(String code)
          Gets the CodedAttribute for a given EntityEmail type code.
 CodedAttribute IdentityService.getEmploymentStatus(String code)
          Gets the CodedAttribute for a given EntityEmployment status code.
 CodedAttribute IdentityService.getEmploymentType(String code)
          Gets the CodedAttribute for a given EntityEmployment type code.
 CodedAttribute IdentityService.getEntityType(String code)
          Gets the CodedAttribute for a given EntityType code.
 CodedAttribute IdentityService.getNameType(String code)
          Gets the CodedAttribute for a given EntityName type code.
 CodedAttribute IdentityService.getPhoneType(String code)
          Gets the CodedAttribute for a given EntityPhone type code.
 

Methods in org.kuali.rice.kim.api.identity that return types with arguments of type CodedAttribute
 List<CodedAttribute> IdentityService.findAllAddressTypes()
          Finds all EntityAddressTypes
 List<CodedAttribute> IdentityService.findAllCitizenshipStatuses()
          Finds all EntityCitizenshipStatuses
 List<CodedAttribute> IdentityService.findAllEmailTypes()
          Finds all EntityEmailTypes
 List<CodedAttribute> IdentityService.findAllEmploymentStatuses()
          Finds all EntityEmploymentStatuses
 List<CodedAttribute> IdentityService.findAllEmploymentTypes()
          Finds all EntityEmploymentTypes
 List<CodedAttribute> IdentityService.findAllEntityTypes()
          Finds all EntityTypes
 List<CodedAttribute> IdentityService.findAllNameTypes()
          Finds all EntityNameTypes
 List<CodedAttribute> IdentityService.findAllPhoneTypes()
          Finds all EntityPhoneTypes
 

Uses of CodedAttribute in org.kuali.rice.kim.api.identity.address
 

Methods in org.kuali.rice.kim.api.identity.address that return CodedAttribute
 CodedAttribute EntityAddress.getAddressType()
           
 

Uses of CodedAttribute in org.kuali.rice.kim.api.identity.citizenship
 

Methods in org.kuali.rice.kim.api.identity.citizenship that return CodedAttribute
 CodedAttribute EntityCitizenship.getStatus()
           
 

Uses of CodedAttribute in org.kuali.rice.kim.api.identity.email
 

Methods in org.kuali.rice.kim.api.identity.email that return CodedAttribute
 CodedAttribute EntityEmail.getEmailType()
           
 

Uses of CodedAttribute in org.kuali.rice.kim.api.identity.employment
 

Methods in org.kuali.rice.kim.api.identity.employment that return CodedAttribute
 CodedAttribute EntityEmployment.getEmployeeStatus()
           
 CodedAttribute EntityEmployment.getEmployeeType()
           
 

Uses of CodedAttribute in org.kuali.rice.kim.api.identity.name
 

Methods in org.kuali.rice.kim.api.identity.name that return CodedAttribute
 CodedAttribute EntityName.getNameType()
           
 

Uses of CodedAttribute in org.kuali.rice.kim.api.identity.phone
 

Methods in org.kuali.rice.kim.api.identity.phone that return CodedAttribute
 CodedAttribute EntityPhone.getPhoneType()
           
 

Uses of CodedAttribute in org.kuali.rice.kim.api.services
 

Methods in org.kuali.rice.kim.api.services that return CodedAttribute
 CodedAttribute IdentityManagementService.getAddressType(String code)
           
 CodedAttribute IdentityManagementService.getCitizenshipStatus(String code)
           
 CodedAttribute IdentityManagementService.getEmailType(String code)
           
 CodedAttribute IdentityManagementService.getEmploymentStatus(String code)
           
 CodedAttribute IdentityManagementService.getEmploymentType(String code)
           
 CodedAttribute IdentityManagementService.getEntityNameType(String code)
           
 CodedAttribute IdentityManagementService.getEntityType(String code)
           
 CodedAttribute IdentityManagementService.getPhoneType(String code)
           
 

Uses of CodedAttribute in org.kuali.rice.kim.impl.identity
 

Methods in org.kuali.rice.kim.impl.identity that return CodedAttribute
 CodedAttribute IdentityServiceImpl.getAddressType(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getAddressType(String code)
           
 CodedAttribute IdentityServiceImpl.getCitizenshipStatus(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getCitizenshipStatus(String code)
           
 CodedAttribute IdentityServiceImpl.getEmailType(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getEmailType(String code)
           
 CodedAttribute IdentityServiceImpl.getEmploymentStatus(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getEmploymentStatus(String code)
           
 CodedAttribute IdentityServiceImpl.getEmploymentType(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getEmploymentType(String code)
           
 CodedAttribute IdentityServiceImpl.getEntityType(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getEntityType(String code)
           
 CodedAttribute IdentityServiceImpl.getNameType(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getNameType(String code)
           
 CodedAttribute IdentityServiceImpl.getPhoneType(String code)
           
 CodedAttribute IdentityCurrentAndArchivedServiceImpl.getPhoneType(String code)
           
 

Methods in org.kuali.rice.kim.impl.identity that return types with arguments of type CodedAttribute
 List<CodedAttribute> IdentityServiceImpl.findAllAddressTypes()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllAddressTypes()
           
 List<CodedAttribute> IdentityServiceImpl.findAllCitizenshipStatuses()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllCitizenshipStatuses()
           
 List<CodedAttribute> IdentityServiceImpl.findAllEmailTypes()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllEmailTypes()
           
 List<CodedAttribute> IdentityServiceImpl.findAllEmploymentStatuses()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllEmploymentStatuses()
           
 List<CodedAttribute> IdentityServiceImpl.findAllEmploymentTypes()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllEmploymentTypes()
           
 List<CodedAttribute> IdentityServiceImpl.findAllEntityTypes()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllEntityTypes()
           
 List<CodedAttribute> IdentityServiceImpl.findAllNameTypes()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllNameTypes()
           
 List<CodedAttribute> IdentityServiceImpl.findAllPhoneTypes()
           
 List<CodedAttribute> IdentityCurrentAndArchivedServiceImpl.findAllPhoneTypes()
           
 

Uses of CodedAttribute in org.kuali.rice.kim.service.impl
 

Methods in org.kuali.rice.kim.service.impl that return CodedAttribute
 CodedAttribute IdentityManagementServiceImpl.getAddressType(String code)
           
 CodedAttribute IdentityManagementServiceImpl.getCitizenshipStatus(String code)
           
 CodedAttribute IdentityManagementServiceImpl.getEmailType(String code)
           
 CodedAttribute IdentityManagementServiceImpl.getEmploymentStatus(String code)
           
 CodedAttribute IdentityManagementServiceImpl.getEmploymentType(String code)
           
 CodedAttribute IdentityManagementServiceImpl.getEntityNameType(String code)
           
 CodedAttribute IdentityManagementServiceImpl.getEntityType(String code)
           
 CodedAttribute IdentityManagementServiceImpl.getPhoneType(String code)
           
 



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