Uses of Class
org.kuali.rice.kim.api.identity.visa.EntityVisa

Packages that use EntityVisa
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.entity 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.visa 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.impl.identity   
org.kuali.rice.kim.impl.identity.visa   
 

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

Methods in org.kuali.rice.kim.api.identity that return EntityVisa
 EntityVisa IdentityService.addVisaToEntity(EntityVisa visa)
          This will create a EntityVisa exactly like the visa passed in.
 EntityVisa IdentityService.updateVisa(EntityVisa visa)
          This will update a EntityVisa exactly like the visa passed in.
 

Methods in org.kuali.rice.kim.api.identity with parameters of type EntityVisa
 EntityVisa IdentityService.addVisaToEntity(EntityVisa visa)
          This will create a EntityVisa exactly like the visa passed in.
 EntityVisa IdentityService.updateVisa(EntityVisa visa)
          This will update a EntityVisa exactly like the visa passed in.
 

Uses of EntityVisa in org.kuali.rice.kim.api.identity.entity
 

Methods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type EntityVisa
 List<EntityVisa> Entity.getVisas()
           
 

Uses of EntityVisa in org.kuali.rice.kim.api.identity.visa
 

Methods in org.kuali.rice.kim.api.identity.visa that return EntityVisa
 EntityVisa EntityVisa.Builder.build()
           
 

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

Methods in org.kuali.rice.kim.impl.identity that return EntityVisa
 EntityVisa IdentityServiceImpl.addVisaToEntity(EntityVisa visa)
           
 EntityVisa IdentityCurrentAndArchivedServiceImpl.addVisaToEntity(EntityVisa visa)
           
 EntityVisa IdentityServiceImpl.updateVisa(EntityVisa visa)
           
 EntityVisa IdentityCurrentAndArchivedServiceImpl.updateVisa(EntityVisa visa)
           
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type EntityVisa
 EntityVisa IdentityServiceImpl.addVisaToEntity(EntityVisa visa)
           
 EntityVisa IdentityCurrentAndArchivedServiceImpl.addVisaToEntity(EntityVisa visa)
           
 EntityVisa IdentityServiceImpl.updateVisa(EntityVisa visa)
           
 EntityVisa IdentityCurrentAndArchivedServiceImpl.updateVisa(EntityVisa visa)
           
 

Uses of EntityVisa in org.kuali.rice.kim.impl.identity.visa
 

Methods in org.kuali.rice.kim.impl.identity.visa that return EntityVisa
static EntityVisa EntityVisaBo.to(EntityVisaBo bo)
           
 

Methods in org.kuali.rice.kim.impl.identity.visa with parameters of type EntityVisa
static EntityVisaBo EntityVisaBo.from(EntityVisa immutable)
          Creates a EntityVisaBo business object from an immutable representation of a EntityVisa.
 



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