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

Packages that use CodedAttribute.Builder
org.kuali.rice.kim.api.identity Copyright 2005-2012 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-2012 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-2012 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-2012 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-2012 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-2012 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-2012 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.type Copyright 2005-2012 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. 
 

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

Methods in org.kuali.rice.kim.api.identity that return CodedAttribute.Builder
static CodedAttribute.Builder CodedAttribute.Builder.create(CodedAttributeContract contract)
           
static CodedAttribute.Builder CodedAttribute.Builder.create(String code)
           
 

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

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

Methods in org.kuali.rice.kim.api.identity.address with parameters of type CodedAttribute.Builder
 void EntityAddress.Builder.setAddressType(CodedAttribute.Builder addressType)
           
 

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

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

Methods in org.kuali.rice.kim.api.identity.citizenship with parameters of type CodedAttribute.Builder
 void EntityCitizenship.Builder.setStatus(CodedAttribute.Builder status)
           
 

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

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

Methods in org.kuali.rice.kim.api.identity.email with parameters of type CodedAttribute.Builder
 void EntityEmail.Builder.setEmailType(CodedAttribute.Builder emailType)
           
 

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

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

Methods in org.kuali.rice.kim.api.identity.employment with parameters of type CodedAttribute.Builder
 void EntityEmployment.Builder.setEmployeeStatus(CodedAttribute.Builder employeeStatus)
           
 void EntityEmployment.Builder.setEmployeeType(CodedAttribute.Builder employeeType)
           
 

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

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

Methods in org.kuali.rice.kim.api.identity.name with parameters of type CodedAttribute.Builder
 void EntityName.Builder.setNameType(CodedAttribute.Builder nameType)
           
 

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

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

Methods in org.kuali.rice.kim.api.identity.phone with parameters of type CodedAttribute.Builder
 void EntityPhone.Builder.setPhoneType(CodedAttribute.Builder phoneType)
           
 

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

Methods in org.kuali.rice.kim.api.identity.type that return CodedAttribute.Builder
 CodedAttribute.Builder EntityTypeContactInfo.Builder.getEntityType()
           
 

Methods in org.kuali.rice.kim.api.identity.type with parameters of type CodedAttribute.Builder
 void EntityTypeContactInfo.Builder.setEntityType(CodedAttribute.Builder entityType)
           
 



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