Uses of Interface
fr.inra.refcomp.entities.UnitDeptLink

Uses of UnitDeptLink in fr.inra.refcomp.entities
 

Classes in fr.inra.refcomp.entities that implement UnitDeptLink
 class UnitDeptLinkAbstract
           
 class UnitDeptLinkDTO
           
 class UnitDeptLinkImpl
           
 

Methods in fr.inra.refcomp.entities that return types with arguments of type UnitDeptLink
 Set<UnitDeptLink> UnitAbstract.getUnitDeptLink(boolean exceptionIfNotLoaded)
           
 Set<UnitDeptLink> Department.getUnitDeptLink(boolean exceptionIfNotLoaded)
           
 Set<UnitDeptLink> DepartmentAbstract.getUnitDeptLink(boolean exceptionIfNotLoaded)
           
 Set<UnitDeptLink> DepartmentDTO.getUnitDeptLink(boolean exceptionIfNotLoaded)
           
 Set<UnitDeptLink> Unit.getUnitDeptLink(boolean exceptionIfNotLoaded)
           
 Set<UnitDeptLink> UnitDTO.getUnitDeptLink(boolean exceptionIfNotLoaded)
           
static Set<UnitDeptLink> UnitHelper.getUnitDeptLink(org.nuiton.wikitty.entities.Wikitty wikitty, boolean exceptionIfNotLoaded)
           
static Set<UnitDeptLink> DepartmentHelper.getUnitDeptLink(org.nuiton.wikitty.entities.Wikitty wikitty, boolean exceptionIfNotLoaded)
           
 

Methods in fr.inra.refcomp.entities with parameters of type UnitDeptLink
 void UnitAbstract.addUnitDeptLink(UnitDeptLink... element)
           
 void Department.addUnitDeptLink(UnitDeptLink... element)
           
 void DepartmentAbstract.addUnitDeptLink(UnitDeptLink... element)
           
 void DepartmentDTO.addUnitDeptLink(UnitDeptLink... element)
           
 void Unit.addUnitDeptLink(UnitDeptLink... element)
           
 void UnitDTO.addUnitDeptLink(UnitDeptLink... element)
           
static void UnitHelper.addUnitDeptLink(org.nuiton.wikitty.entities.Wikitty wikitty, UnitDeptLink... element)
           
static void DepartmentHelper.addUnitDeptLink(org.nuiton.wikitty.entities.Wikitty wikitty, UnitDeptLink... element)
           
 void UnitAbstract.removeUnitDeptLink(UnitDeptLink... element)
           
 void Department.removeUnitDeptLink(UnitDeptLink... element)
           
 void DepartmentAbstract.removeUnitDeptLink(UnitDeptLink... element)
           
 void DepartmentDTO.removeUnitDeptLink(UnitDeptLink... element)
           
 void Unit.removeUnitDeptLink(UnitDeptLink... element)
           
 void UnitDTO.removeUnitDeptLink(UnitDeptLink... element)
           
static void UnitHelper.removeUnitDeptLink(org.nuiton.wikitty.entities.Wikitty wikitty, UnitDeptLink... element)
           
static void DepartmentHelper.removeUnitDeptLink(org.nuiton.wikitty.entities.Wikitty wikitty, UnitDeptLink... element)
           
 

Method parameters in fr.inra.refcomp.entities with type arguments of type UnitDeptLink
 void UnitAbstract.addAllUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void Department.addAllUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void DepartmentAbstract.addAllUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void DepartmentDTO.addAllUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void Unit.addAllUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void UnitDTO.addAllUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
static void UnitHelper.addAllUnitDeptLinkEntity(org.nuiton.wikitty.entities.Wikitty wikitty, Collection<UnitDeptLink> unitDeptLink)
           
static void DepartmentHelper.addAllUnitDeptLinkEntity(org.nuiton.wikitty.entities.Wikitty wikitty, Collection<UnitDeptLink> unitDeptLink)
           
 void UnitAbstract.setUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void Department.setUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void DepartmentAbstract.setUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void DepartmentDTO.setUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void Unit.setUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
 void UnitDTO.setUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
           
static void UnitHelper.setUnitDeptLinkEntity(org.nuiton.wikitty.entities.Wikitty wikitty, Collection<UnitDeptLink> unitDeptLink)
           
static void DepartmentHelper.setUnitDeptLinkEntity(org.nuiton.wikitty.entities.Wikitty wikitty, Collection<UnitDeptLink> unitDeptLink)
           
 



Copyright © 2010-2012 Code Lutin. All Rights Reserved.