Uses of Class
org.kuali.rice.kim.api.identity.employment.EntityEmployment
Packages that use EntityEmployment
Package
Description
-
Uses of EntityEmployment in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return EntityEmploymentModifier and TypeMethodDescriptionIdentityService.addEmploymentToEntity(EntityEmployment employment) This will create aEntityEmploymentexactly like the employment passed in.IdentityService.inactivateEmployment(String id) This will inactivate aEntityEmploymentwith the passed in id.IdentityService.updateEmployment(EntityEmployment employment) This will update aEntityEmploymentexactly like the employment passed in.Methods in org.kuali.rice.kim.api.identity with parameters of type EntityEmploymentModifier and TypeMethodDescriptionIdentityService.addEmploymentToEntity(EntityEmployment employment) This will create aEntityEmploymentexactly like the employment passed in.IdentityService.updateEmployment(EntityEmployment employment) This will update aEntityEmploymentexactly 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 -
Uses of EntityEmployment in org.kuali.rice.kim.api.identity.entity
Methods in org.kuali.rice.kim.api.identity.entity that return EntityEmploymentMethods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type EntityEmploymentConstructors in org.kuali.rice.kim.api.identity.entity with parameters of type EntityEmploymentModifierConstructorDescriptionEntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active)