/** executeFinderForLink */
 public java.lang.Object executeFinderForLink(java.lang.String name, java.lang.Object key)
     throws javax.ejb.FinderException {
   if (name.equals("tiido_cam_oficina_fk")) {
     entities.websphere_deploy.Tiido_oficinaBeanInternalLocalHome_30d934a8 home =
         (entities.websphere_deploy.Tiido_oficinaBeanInternalLocalHome_30d934a8)
             instanceExtension.getHomeForLink("tiido_cam_oficina_fk");
     return home.findByPrimaryKeyForCMR((entities.Tiido_oficinaKey) key);
   }
   if (name.equals("tiido_campanias_detalle")) {
     entities.websphere_deploy.Tiido_campanias_detalleBeanInternalLocalHome_6826fb65 home =
         (entities.websphere_deploy.Tiido_campanias_detalleBeanInternalLocalHome_6826fb65)
             instanceExtension.getHomeForLink("tiido_campanias_detalle");
     return home.findTiido_campanias_detalleByTiido_camdet_campanias_fkKey_Local(
         (entities.Tiido_campaniasKey) key);
   }
   return null;
 }
 /** getLink */
 public com.ibm.ws.ejbpersistence.associations.AssociationLink getLink(java.lang.String name) {
   if (name.equals("tiido_cam_oficina_fk")) return getTiido_cam_oficina_fkLink();
   if (name.equals("tiido_campanias_detalle")) return getTiido_campanias_detalleLink();
   return null;
 }