{"id":1233,"date":"2007-02-02T09:56:00","date_gmt":"2007-02-02T09:56:00","guid":{"rendered":"http:\/\/karstieltopia.com\/2007\/02\/02\/que-pasa-en-las-deserciones\/"},"modified":"2007-02-02T09:56:00","modified_gmt":"2007-02-02T09:56:00","slug":"que-pasa-en-las-deserciones","status":"publish","type":"post","link":"http:\/\/karstieltopia.com\/trastero\/que-pasa-en-las-deserciones\/","title":{"rendered":"Qu\u00e9 pasa en las deserciones\u2026"},"content":{"rendered":"

Si ten\u00e9is curiosidad por saber como gestionan las deserciones en recursos humanos y amigos, aqu\u00ed ten\u00e9is el c\u00f3digo de ellos (gracias Ucedaman<\/a> :D)<\/p>\n

Parte de la clase EmployeeDesertionListener<\/strong><\/em><\/p>\n

<br><br>onDesertionEvent ()<br>{<br>if (employee.isUseful())<br>{<br>boolean acceptedOffer = false;<br>short max = nextEmployeeInHierarchy().getSalary();<br>short currentOffer = employee.getSalary() + 1;<br>while (!acceptedOffer && currentOffer <= max)<br>{<br>prompt ("\u00bfY si te pagamos " + currentOffer + "?");<br>if (employee.acceptsOffer ( currentOffer ))<br>{<br>acceptedOffer = true;<br>employee.setSalary ( currentOffer );<br>}<br>else<br>currentOffer++;<br>}<br>}<br>else<br>employee.door ();<br>}<br><\/pre>\n

Y ahora en PHP gracias a Erzsebet<\/a> :<\/p>\n

<br>function desertion()<br>{<br>$eIdEmployee=$this->getRequestParameter('id_employee');<br>$eIdEmployeeNext=$this->getRequestParameter('id_employee_next');<br>$oEmployee=Employees::retrieveByPk($eIdEmployee);<br>$oEmployeeNext=Employees::retrieveByPk($eIdEmployeeNext);<br>if (is_useful($oEmployee))<br>{<br>$bAcceptedOffer = false;<br>$eMax = $oEmployeeNext->getSalary();<br>$eCurrentOffer = $oEmployee->getSalary() + 1;<br>while (!$bAcceptedOffer && $eCurrentOffer <= $eMax)<br>{<br>echo ("\u00bfY si te pagamos " + $eCurrentOffer + "?");<br>if (acceptsOffer($oEmployee, $eCurrentOffer ))<br>{<br>$bAcceptedOffer = true;<br>$oEmployee->setSalary ( $eCurrentOffer );<br>}<br>else<br>$eCurrentOffer++;<br>}<br>}<br>else<br>Employees::doDelete($eIdEmployee);<br>}<\/pre>\n

\u00a1\u00a1Muchas gracias por las aportaciones!!<\/p>\n","protected":false},"excerpt":{"rendered":"

Si ten\u00e9is curiosidad por saber como gestionan las deserciones en recursos humanos y amigos, aqu\u00ed ten\u00e9is el c\u00f3digo de ellos (gracias Ucedaman :D) Parte de la clase EmployeeDesertionListener Y ahora en PHP gracias a Erzsebet : \u00a1\u00a1Muchas gracias por las aportaciones!!<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false},"categories":[873],"tags":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"yoast_head":"\nQu\u00e9 pasa en las deserciones\u2026 - Karstieltopia<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/karstieltopia.com\/trastero\/que-pasa-en-las-deserciones\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Qu\u00e9 pasa en las deserciones\u2026 - Karstieltopia\" \/>\n<meta property=\"og:description\" content=\"Si ten\u00e9is curiosidad por saber como gestionan las deserciones en recursos humanos y amigos, aqu\u00ed ten\u00e9is el c\u00f3digo de ellos (gracias Ucedaman :D) Parte de la clase EmployeeDesertionListener Y ahora en PHP gracias a Erzsebet : \u00a1\u00a1Muchas gracias por las aportaciones!!\" \/>\n<meta property=\"og:url\" content=\"http:\/\/karstieltopia.com\/trastero\/que-pasa-en-las-deserciones\/\" \/>\n<meta property=\"og:site_name\" content=\"Karstieltopia\" \/>\n<meta property=\"article:published_time\" content=\"2007-02-02T09:56:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:creator\" content=\"@karstiel\" \/>\n<meta name=\"twitter:site\" content=\"@karstiel\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"http:\/\/karstieltopia.com\/#website\",\"url\":\"http:\/\/karstieltopia.com\/\",\"name\":\"Karstieltopia\",\"description\":\"Programaci\\u00f3n, tecnolog\\u00eda y a\\u00f1adidos\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"http:\/\/karstieltopia.com\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/karstieltopia.com\/trastero\/que-pasa-en-las-deserciones\/#webpage\",\"url\":\"http:\/\/karstieltopia.com\/trastero\/que-pasa-en-las-deserciones\/\",\"name\":\"Qu\\u00e9 pasa en las deserciones\\u2026 - Karstieltopia\",\"isPartOf\":{\"@id\":\"http:\/\/karstieltopia.com\/#website\"},\"datePublished\":\"2007-02-02T09:56:00+00:00\",\"dateModified\":\"2007-02-02T09:56:00+00:00\",\"author\":{\"@id\":\"http:\/\/karstieltopia.com\/#\/schema\/person\/3d09a55c38c7c00e78c41fa3f71a6e75\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/karstieltopia.com\/trastero\/que-pasa-en-las-deserciones\/\"]}]},{\"@type\":\"Person\",\"@id\":\"http:\/\/karstieltopia.com\/#\/schema\/person\/3d09a55c38c7c00e78c41fa3f71a6e75\",\"name\":\"karstiel\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6AuIG-jT","_links":{"self":[{"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/posts\/1233"}],"collection":[{"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/comments?post=1233"}],"version-history":[{"count":0,"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/posts\/1233\/revisions"}],"wp:attachment":[{"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/media?parent=1233"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/categories?post=1233"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/karstieltopia.com\/wp-json\/wp\/v2\/tags?post=1233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}