Uses of Class
org.kuali.rice.kim.api.identity.employment.EntityEmployment

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

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

Methods in org.kuali.rice.kim.api.identity that return EntityEmployment
 EntityEmployment IdentityService.addEmploymentToEntity(EntityEmployment employment)
          This will create a EntityEmployment exactly like the employment passed in.
 EntityEmployment IdentityService.inactivateEmployment(String id)
          This will inactivate a EntityEmployment with the passed in id.
 EntityEmployment IdentityService.updateEmployment(EntityEmployment employment)
          This will update a EntityEmployment exactly like the employment passed in.
 

Methods in org.kuali.rice.kim.api.identity with parameters of type EntityEmployment
 EntityEmployment IdentityService.addEmploymentToEntity(EntityEmployment employment)
          This will create a EntityEmployment exactly like the employment passed in.
 EntityEmployment IdentityService.updateEmployment(EntityEmployment employment)
          This will update a EntityEmployment exactly like the employment passed in.
 

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

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

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

Methods in org.kuali.rice.kim.api.identity.entity that return EntityEmployment
 EntityEmployment EntityDefault.getEmployment()
           
 EntityEmployment Entity.getPrimaryEmployment()
           
 

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

Constructors in org.kuali.rice.kim.api.identity.entity with parameters of type EntityEmployment
EntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active)
           
 

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

Methods in org.kuali.rice.kim.impl.identity that return EntityEmployment
 EntityEmployment IdentityServiceImpl.addEmploymentToEntity(EntityEmployment employment)
           
 EntityEmployment IdentityCurrentAndArchivedServiceImpl.addEmploymentToEntity(EntityEmployment employment)
           
 EntityEmployment IdentityServiceImpl.inactivateEmployment(String id)
           
 EntityEmployment IdentityCurrentAndArchivedServiceImpl.inactivateEmployment(String id)
           
 EntityEmployment IdentityServiceImpl.updateEmployment(EntityEmployment employment)
           
 EntityEmployment IdentityCurrentAndArchivedServiceImpl.updateEmployment(EntityEmployment employment)
           
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type EntityEmployment
 EntityEmployment IdentityServiceImpl.addEmploymentToEntity(EntityEmployment employment)
           
 EntityEmployment IdentityCurrentAndArchivedServiceImpl.addEmploymentToEntity(EntityEmployment employment)
           
 EntityEmployment IdentityServiceImpl.updateEmployment(EntityEmployment employment)
           
 EntityEmployment IdentityCurrentAndArchivedServiceImpl.updateEmployment(EntityEmployment employment)
           
 

Uses of EntityEmployment in org.kuali.rice.kim.service
 

Methods in org.kuali.rice.kim.service that return types with arguments of type EntityEmployment
 List<EntityEmployment> UiDocumentService.getEntityEmploymentInformationInfo(String entityId)
           
 

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

Methods in org.kuali.rice.kim.service.impl that return types with arguments of type EntityEmployment
 List<EntityEmployment> UiDocumentServiceImpl.getEntityEmploymentInformationInfo(String entityId)
           
 

Method parameters in org.kuali.rice.kim.service.impl with type arguments of type EntityEmployment
protected  List<PersonDocumentAffiliation> LdapUiDocumentServiceImpl.loadAffiliations(List<EntityAffiliation> affiliations, List<EntityEmployment> empInfos)
           
protected  List<PersonDocumentAffiliation> UiDocumentServiceImpl.loadAffiliations(List<EntityAffiliation> affiliations, List<EntityEmployment> empInfos)
           
 



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