itop.business.class.inc.php 96 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633
  1. <?php
  2. require_once('../application/cmdbabstract.class.inc.php');
  3. require_once('../application/template.class.inc.php');
  4. /**
  5. * itop.business.class.inc.php
  6. * User defined objects, implements the business need
  7. *
  8. * @package iTopBizModelSamples
  9. * @author Romain Quetiez <romainquetiez@yahoo.fr>
  10. * @author Denis Flaven <denisflave@free.fr>
  11. * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
  12. * @link www.itop.com
  13. * @since 1.0
  14. * @version 1.1.1.1 $
  15. */
  16. /**
  17. * Possible values for the statuses of objects
  18. */
  19. $oAllowedStatuses = new ValueSetEnum('production,implementation,obsolete');
  20. /**
  21. * Relation graphs
  22. */
  23. MetaModel::RegisterRelation("impacts", array("description"=>"objects being functionaly impacted", "verb_down"=>"impacts", "verb_up"=>"is impacted by"));
  24. ////////////////////////////////////////////////////////////////////////////////////
  25. /**
  26. * An organization that owns some objects
  27. *
  28. * An organization "owns" some persons (its employees) but also some other objects
  29. * (its assets) like buildings, computers, furniture...
  30. * the services that they provides, the contracts/OLA they have signed as customer
  31. *
  32. * Organization ownership might be used to manage the R/W access to the object
  33. */
  34. ////////////////////////////////////////////////////////////////////////////////////
  35. /**
  36. * itop.business.class.inc.php
  37. * User defined objects, implements the business need
  38. *
  39. * @package iTopBizModelSamples
  40. * @author Erwan Taloc <taloche@yahoo.fr>
  41. * @author Denis Flaven <denisflave@free.fr>
  42. * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
  43. * @link www.itop.com
  44. * @since 1.0
  45. * @version 1.1.1.1 $
  46. */
  47. class bizOrganization extends cmdbAbstractObject
  48. {
  49. public static function Init()
  50. {
  51. global $oAllowedStatuses;
  52. $aParams = array
  53. (
  54. "category" => "bizmodel,searchable",
  55. "name" => "Organization",
  56. "description" => "Organizational structure: can be Company and/or Department",
  57. "key_type" => "autoincrement",
  58. "key_label" => "id",
  59. "name_attcode" => "name",
  60. "state_attcode" => "",
  61. "reconc_keys" => array("name"),
  62. "db_table" => "organizations",
  63. "db_key_field" => "id",
  64. "db_finalclass_field" => "",
  65. "display_template" => "../business/templates/default.html",
  66. );
  67. MetaModel::Init_Params($aParams);
  68. MetaModel::Init_AddAttribute(new AttributeString("name", array("label"=>"Name", "description"=>"Common name", "allowed_values"=>null, "sql"=>"name", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array() )));
  69. MetaModel::Init_AddAttribute(new AttributeString("code", array("label"=>"Code", "description"=>"Organization code (Siret, DUNS,...)", "allowed_values"=>null, "sql"=>"code", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array() )));
  70. MetaModel::Init_AddAttribute(new AttributeEnum("status", array("label"=>"Status", "description"=>"Lifecycle status", "allowed_values"=>$oAllowedStatuses, "sql"=>"status", "default_value"=>"implementation", "is_null_allowed"=>false, "depends_on"=>array())));
  71. MetaModel::Init_AddAttribute(new AttributeExternalKey("parent_id", array("targetclass"=>"bizOrganization", "label"=>"Parent Id", "description"=>"Parent organization", "allowed_values"=>null, "sql"=>"parent_id", "is_null_allowed"=>true, "depends_on"=>array())));
  72. MetaModel::Init_AddAttribute(new AttributeExternalField("parent_name", array("label"=>"Parent Name", "description"=>"Name of the parent organization", "allowed_values"=>null, "extkey_attcode"=> 'parent_id', "target_attcode"=>"name")));
  73. MetaModel::Init_AddFilterFromAttribute("name");
  74. MetaModel::Init_AddFilterFromAttribute("code");
  75. MetaModel::Init_AddFilterFromAttribute("status");
  76. // Display lists
  77. MetaModel::Init_SetZListItems('details', array('name', 'code', 'status', 'parent_id')); // Attributes to be displayed for the complete details
  78. MetaModel::Init_SetZListItems('list', array('name', 'status', 'parent_id')); // Attributes to be displayed for a list
  79. // Search criteria
  80. MetaModel::Init_SetZListItems('standard_search', array('name', 'code', 'status')); // Criteria of the std search form
  81. MetaModel::Init_SetZListItems('advanced_search', array('name', 'code', 'status')); // Criteria of the advanced search form
  82. }
  83. public function Generate(cmdbDataGenerator $oGenerator)
  84. {
  85. //$this->SetKey($oGenerator->GetOrganizationCode());
  86. $this->Set('name', $oGenerator->GetOrganizationName());
  87. $this->Set('code', $oGenerator->GetOrganizationCode());
  88. $this->Set('status', 'implementation');
  89. $this->Set('parent_id', 1);
  90. }
  91. }
  92. ////////////////////////////////////////////////////////////////////////////////////
  93. /**
  94. * Class of objects owned by some organization
  95. *
  96. * This is the root class of all the objects that can be "owned" by an organization
  97. *
  98. * A Real Object
  99. * can be supported by Contacts, having a specific role (same contact with multiple roles?)
  100. * can be documented by Documents
  101. */
  102. ////////////////////////////////////////////////////////////////////////////////////
  103. /**
  104. * itop.business.class.inc.php
  105. * User defined objects, implements the business need
  106. *
  107. * @package iTopBizModelSamples
  108. * @author Erwan Taloc <taloche@yahoo.fr>
  109. * @author Denis Flaven <denisflave@free.fr>
  110. * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
  111. * @link www.itop.com
  112. * @since 1.0
  113. * @version 1.1.1.1 $
  114. */
  115. class logRealObject extends cmdbAbstractObject
  116. {
  117. public static function Init()
  118. {
  119. global $oAllowedStatuses;
  120. $aParams = array
  121. (
  122. "category" => "bizmodel,searchable",
  123. "name" => "Object",
  124. "description" => "Any CMDB object",
  125. "key_type" => "autoincrement",
  126. "key_label" => "id",
  127. "name_attcode" => "name",
  128. "state_attcode" => "",
  129. "reconc_keys" => array("name"),
  130. "db_table" => "objects",
  131. "db_key_field" => "id",
  132. "db_finalclass_field" => "obj_class",
  133. "display_template" => "../business/templates/default.html",
  134. );
  135. MetaModel::Init_Params($aParams);
  136. MetaModel::Init_AddAttribute(new AttributeString("name", array("label"=>"Name", "description"=>"Common name", "allowed_values"=>null, "sql"=>"name", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  137. MetaModel::Init_AddAttribute(new AttributeEnum("status", array("label"=>"Status", "description"=>"Lifecycle status", "allowed_values"=>$oAllowedStatuses, "sql"=>"status", "default_value"=>"implementation", "is_null_allowed"=>false, "depends_on"=>array())));
  138. MetaModel::Init_AddAttribute(new AttributeExternalKey("org_id", array("targetclass"=>"bizOrganization", "label"=>"Organization Id", "description"=>"ID of the object owner organization", "allowed_values"=>null, "sql"=>"org_id", "is_null_allowed"=>false, "depends_on"=>array())));
  139. MetaModel::Init_AddAttribute(new AttributeExternalField("org_name", array("label"=>"Organization", "description"=>"Company / Department owning this object", "allowed_values"=>null, "extkey_attcode"=> 'org_id', "target_attcode"=>"name")));
  140. MetaModel::Init_AddFilterFromAttribute("name");
  141. MetaModel::Init_AddFilterFromAttribute("status");
  142. MetaModel::Init_AddFilterFromAttribute("org_id");
  143. MetaModel::Init_AddFilterFromAttribute("org_name");
  144. // Display lists
  145. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id')); // Attributes to be displayed for the complete details
  146. MetaModel::Init_SetZListItems('list', array('finalclass', 'name', 'status', 'org_id')); // Attributes to be displayed for a list
  147. // Search criteria
  148. MetaModel::Init_SetZListItems('standard_search', array('name', 'status')); // Criteria of the std search form
  149. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'org_id')); // Criteria of the advanced search form
  150. }
  151. public function Generate(cmdbDataGenerator $oGenerator)
  152. {
  153. $this->Set('org_id', $oGenerator->GetOrganizationId());
  154. $this->Set('name', "<overload in derived class>");
  155. $this->Set('status', $oGenerator->GenerateString("enum(implementation,production)"));
  156. }
  157. }
  158. ////////////////////////////////////////////////////////////////////////////////////
  159. /**
  160. * Any kind of thing that can be contacted (person, team, hotline...)
  161. * A contact can:
  162. * be linked to any Real Object with a role
  163. * be part of a GroupContact
  164. */
  165. ////////////////////////////////////////////////////////////////////////////////////
  166. class bizContact extends logRealObject
  167. {
  168. public static function Init()
  169. {
  170. $aParams = array
  171. (
  172. "category" => "bizmodel,searchable",
  173. "name" => "Contact",
  174. "description" => "Contact",
  175. "key_type" => "",
  176. "key_label" => "id",
  177. "name_attcode" => "name",
  178. "state_attcode" => "",
  179. "reconc_keys" => array("org_name", "name"), // inherited attributes
  180. "db_table" => "contacts",
  181. "db_key_field" => "id",
  182. "db_finalclass_field" => "",
  183. "display_template" => "../business/templates/default.html",
  184. );
  185. MetaModel::Init_Params($aParams);
  186. MetaModel::Init_InheritAttributes();
  187. MetaModel::Init_AddAttribute(new AttributeExternalField("org_name", array("label"=>"Organization", "description"=>"Company / Department of the contact", "allowed_values"=>null, "extkey_attcode"=> 'org_id', "target_attcode"=>"name")));
  188. MetaModel::Init_AddAttribute(new AttributeString("email", array("label"=>"eMail", "description"=>"Email address", "allowed_values"=>null, "sql"=>"email", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  189. MetaModel::Init_AddAttribute(new AttributeString("phone", array("label"=>"Phone", "description"=>"Telephone", "allowed_values"=>null, "sql"=>"telephone", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  190. MetaModel::Init_AddAttribute(new AttributeExternalKey("location_id", array("targetclass"=>"bizLocation", "label"=>"Location Id", "description"=>"Id of the location where the contact is located", "allowed_values"=>null, "sql"=>"location_id", "is_null_allowed"=>true, "depends_on"=>array())));
  191. MetaModel::Init_AddAttribute(new AttributeExternalField("location_name", array("label"=>"Location Name", "description"=>"Name of the location where the contact is located", "allowed_values"=>null, "extkey_attcode"=> 'location_id', "target_attcode"=>"name")));
  192. MetaModel::Init_InheritFilters();
  193. MetaModel::Init_AddFilterFromAttribute("org_name");
  194. MetaModel::Init_AddFilterFromAttribute("email");
  195. MetaModel::Init_AddFilterFromAttribute("phone");
  196. MetaModel::Init_AddFilterFromAttribute("location_id");
  197. MetaModel::Init_AddFilterFromAttribute("location_name");
  198. // Display lists
  199. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id', 'email', 'location_id', 'phone')); // Attributes to be displayed for the complete details
  200. MetaModel::Init_SetZListItems('list', array('finalclass', 'name', 'status', 'org_id', 'email', 'location_id', 'phone')); // Attributes to be displayed for a list
  201. // Search criteria
  202. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'email', 'location_id', 'phone')); // Criteria of the std search form
  203. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'org_id')); // Criteria of the advanced search form
  204. }
  205. public function Generate(cmdbDataGenerator $oGenerator)
  206. {
  207. $this->Set('org_id', $oGenerator->GetOrganizationId());
  208. $this->Set('name', "<overload in derived classes>");
  209. $this->Set('email', "<overload in derived classes>");
  210. $this->Set('phone', $oGenerator->GenerateString("enum(+1,+33,+44,+49,+421)| |number(100-999)| |number(000-999)"));
  211. $this->Set('location_id', $oGenerator->GenerateKey("bizLocation", array('org_id' =>$oGenerator->GetOrganizationId() )));
  212. }
  213. }
  214. ////////////////////////////////////////////////////////////////////////////////////
  215. /**
  216. * Physical person only
  217. */
  218. ////////////////////////////////////////////////////////////////////////////////////
  219. class bizPerson extends bizContact
  220. {
  221. public static function Init()
  222. {
  223. $aParams = array
  224. (
  225. "category" => "bizmodel,searchable",
  226. "name" => "Person",
  227. "description" => "Person",
  228. "key_type" => "",
  229. "key_label" => "id",
  230. "name_attcode" => "name",
  231. "state_attcode" => "",
  232. "reconc_keys" => array("org_name", "first_name", "name"), // comment en définir plusieurs
  233. // "reconc_keys" => array("org_name", "employee_number"),
  234. "db_table" => "persons", // Can it use the same physical DB table as any contact ?
  235. "db_key_field" => "id",
  236. "db_finalclass_field" => "",
  237. "display_template" => "../business/templates/person.html",
  238. );
  239. MetaModel::Init_Params($aParams);
  240. MetaModel::Init_InheritAttributes();
  241. MetaModel::Init_AddAttribute(new AttributeString("first_name", array("label"=>"first Name", "description"=>"First name", "allowed_values"=>null, "sql"=>"first_name", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  242. MetaModel::Init_AddAttribute(new AttributeString("employee_number", array("label"=>"Employee Number", "description"=>"employee number", "allowed_values"=>null, "sql"=>"employee_number", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  243. MetaModel::Init_AddAttribute(new AttributeExternalKey("login_id", array("targetclass"=>"URP_Users", "label"=>"Login", "description"=>"Login information", "allowed_values"=>null, "sql"=>"login_id", "is_null_allowed"=>true, "depends_on"=>array())));
  244. MetaModel::Init_InheritFilters();
  245. MetaModel::Init_AddFilterFromAttribute("first_name");
  246. MetaModel::Init_AddFilterFromAttribute("employee_number");
  247. MetaModel::Init_AddFilterFromAttribute("login_id");
  248. // Display lists
  249. MetaModel::Init_SetZListItems('details', array('first_name', 'name', 'status', 'org_id', 'email', 'location_id', 'phone', 'employee_number', 'login_id')); // Attributes to be displayed for the complete details
  250. MetaModel::Init_SetZListItems('list', array('first_name', 'name', 'status', 'org_id', 'email', 'location_id', 'phone')); // Attributes to be displayed for a list
  251. // Search criteria
  252. MetaModel::Init_SetZListItems('standard_search', array('first_name', 'name', 'status', 'email', 'location_id', 'phone', 'employee_number', 'login_id')); // Criteria of the std search form
  253. MetaModel::Init_SetZListItems('advanced_search', array('first_name', 'name', 'status', 'email', 'location_id', 'phone', 'employee_number', 'login_id')); // Criteria of the advanced search form
  254. }
  255. public function Generate(cmdbDataGenerator $oGenerator)
  256. {
  257. parent::Generate($oGenerator);
  258. $this->Set('name', $oGenerator->GenerateLastName());
  259. $this->Set('first_name', $oGenerator->GenerateFirstName());
  260. $this->Set('email', $oGenerator->GenerateEmail($this->Get('first_name'), $this->Get('name')));
  261. $this->Set('phone', $oGenerator->GenerateString("enum(+1,+33,+44,+49,+421)| |number(100-999)| |number(000-999)"));
  262. }
  263. }
  264. ////////////////////////////////////////////////////////////////////////////////////
  265. /**
  266. * A team is basically a contact which is also a group of contacts
  267. * (and thus a team can contain other teams)
  268. */
  269. ////////////////////////////////////////////////////////////////////////////////////
  270. class bizTeam extends bizContact
  271. {
  272. public static function Init()
  273. {
  274. $aParams = array
  275. (
  276. "category" => "bizmodel,searchable",
  277. "name" => "Team",
  278. "description" => "A group of contacts",
  279. "key_type" => "",
  280. "key_label" => "id",
  281. "name_attcode" => "name",
  282. "state_attcode" => "",
  283. "reconc_keys" => array("org_name", "name"), // inherited attributes
  284. "db_table" => "teams",
  285. "db_key_field" => "id",
  286. "db_finalclass_field" => "",
  287. "display_template" => "../business/templates/team.html",
  288. );
  289. MetaModel::Init_Params($aParams);
  290. MetaModel::Init_InheritAttributes();
  291. MetaModel::Init_InheritFilters();
  292. // Display lists
  293. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id', 'email', 'location_id', 'phone')); // Attributes to be displayed for the complete details
  294. MetaModel::Init_SetZListItems('list', array('name', 'status', 'org_id', 'email', 'location_id', 'phone')); // Attributes to be displayed for a list
  295. // Search criteria
  296. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'email', 'location_id', 'phone')); // Criteria of the std search form
  297. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'org_id')); // Criteria of the advanced search form
  298. }
  299. }
  300. ////////////////////////////////////////////////////////////////////////////////////
  301. /**
  302. * An electronic document, with version tracking
  303. */
  304. ////////////////////////////////////////////////////////////////////////////////////
  305. class bizDocument extends logRealObject
  306. {
  307. public static function Init()
  308. {
  309. $aParams = array
  310. (
  311. "category" => "bizmodel,searchable",
  312. "name" => "Document",
  313. "description" => "Document",
  314. "key_type" => "",
  315. "key_label" => "id",
  316. "name_attcode" => "name",
  317. "state_attcode" => "",
  318. "reconc_keys" => array("org_name", "name"), // inherited attributes
  319. "db_table" => "documents",
  320. "db_key_field" => "id",
  321. "db_finalclass_field" => "",
  322. "display_template" => "../business/templates/document.html",
  323. );
  324. MetaModel::Init_Params($aParams);
  325. MetaModel::Init_InheritAttributes();
  326. MetaModel::Init_AddAttribute(new AttributeExternalField("org_name", array("label"=>"Organization", "description"=>"Company / Department owning the document", "allowed_values"=>null, "extkey_attcode"=> 'org_id', "target_attcode"=>"name")));
  327. MetaModel::Init_AddAttribute(new AttributeEnum("scope", array("label"=>"scope", "description"=>"Scope of this document", "allowed_values"=>new ValueSetEnum("organization,hardware support"), "sql"=>"scope", "default_value"=>"organization", "is_null_allowed"=>false, "depends_on"=>array())));
  328. MetaModel::Init_AddAttribute(new AttributeString("description", array("label"=>"Description", "description"=>"Service Description", "allowed_values"=>null, "sql"=>"description", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  329. MetaModel::Init_InheritFilters();
  330. MetaModel::Init_AddFilterFromAttribute("scope");
  331. MetaModel::Init_AddFilterFromAttribute("description");
  332. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id', 'scope','description')); // Attributes to be displayed for the complete details
  333. MetaModel::Init_SetZListItems('list', array('name', 'status', 'org_id', 'scope')); // Attributes to be displayed for a list
  334. // Search criteria
  335. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'scope')); // Criteria of the std search form
  336. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'scope')); // Criteria of the advanced search form
  337. }
  338. }
  339. ////////////////////////////////////////////////////////////////////////////////////
  340. /**
  341. * A version of an electronic document
  342. */
  343. ////////////////////////////////////////////////////////////////////////////////////
  344. class bizDocVersion extends cmdbAbstractObject
  345. {
  346. public static function Init()
  347. {
  348. global $oAllowedStatuses;
  349. $aParams = array
  350. (
  351. "category" => "bizmodel,searchable",
  352. "name" => "DocumentVersion",
  353. "description" => "A version of a document",
  354. "key_type" => "autoincrement",
  355. "key_label" => "id",
  356. "name_attcode" => "version_number",
  357. "state_attcode" => "",
  358. "reconc_keys" => array("docname", "version_number"),
  359. "db_table" => "document_versions",
  360. "db_key_field" => "id",
  361. "db_finalclass_field" => "",
  362. "display_template" => "../business/templates/document.html",
  363. );
  364. MetaModel::Init_Params($aParams);
  365. MetaModel::Init_AddAttribute(new AttributeExternalKey("document", array("targetclass"=>"bizDocument", "label"=>"document", "description"=>"The main document", "allowed_values"=>null, "sql"=>"document_id", "is_null_allowed"=>false, "depends_on"=>array())));
  366. MetaModel::Init_AddAttribute(new AttributeExternalField("docname", array("label"=>"document name", "description"=>"name of the document", "allowed_values"=>null, "extkey_attcode"=> 'document', "target_attcode"=>"name")));
  367. MetaModel::Init_AddAttribute(new AttributeString("version_number", array("label"=>"version number", "description"=>"Service name", "allowed_values"=>null, "sql"=>"version_number", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  368. MetaModel::Init_AddAttribute(new AttributeEnum("status", array("label"=>"status", "description"=>"Status", "allowed_values"=>$oAllowedStatuses, "sql"=>"status", "default_value"=>"implementation", "is_null_allowed"=>false, "depends_on"=>array())));
  369. MetaModel::Init_AddAttribute(new AttributeEnum("type", array("label"=>"type", "description"=>"Type", "allowed_values"=>new ValueSetEnum("local,draft"), "sql"=>"type", "default_value"=>"local", "is_null_allowed"=>false, "depends_on"=>array())));
  370. MetaModel::Init_AddAttribute(new AttributeURL("url", array("label"=>"URL", "description"=>"Hyperlink to the version", "allowed_values"=>null, "target"=>"_blank", "sql"=>"url", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  371. MetaModel::Init_AddAttribute(new AttributeString("description", array("label"=>"Description", "description"=>"Service Description", "allowed_values"=>null, "sql"=>"description", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  372. MetaModel::Init_AddFilterFromAttribute("document");
  373. MetaModel::Init_AddFilterFromAttribute("docname");
  374. MetaModel::Init_AddFilterFromAttribute("version_number");
  375. MetaModel::Init_AddFilterFromAttribute("status");
  376. MetaModel::Init_AddFilterFromAttribute("type");
  377. MetaModel::Init_AddFilterFromAttribute("description");
  378. MetaModel::Init_SetZListItems('details', array('docname', 'status', 'version_number', 'type','url','description')); // Attributes to be displayed for the complete details
  379. MetaModel::Init_SetZListItems('list', array('version_number', 'status', 'type', 'url')); // Attributes to be displayed for a list
  380. // Search criteria
  381. MetaModel::Init_SetZListItems('standard_search', array('docname', 'type')); // Criteria of the std search form
  382. MetaModel::Init_SetZListItems('advanced_search', array('docname', 'type')); // Criteria o
  383. }
  384. }
  385. ////////////////////////////////////////////////////////////////////////////////////
  386. /**
  387. * n-n link between any Object and a Document
  388. */
  389. ////////////////////////////////////////////////////////////////////////////////////
  390. class lnkDocumentRealObject extends cmdbAbstractObject
  391. {
  392. public static function Init()
  393. {
  394. $aParams = array
  395. (
  396. "category" => "bizmodel,searchable",
  397. "name" => "DocumentsLinks",
  398. "description" => "A link between a document and another object",
  399. "key_type" => "autoincrement",
  400. "key_label" => "link_id",
  401. "name_attcode" => "link_type",
  402. "state_attcode" => "",
  403. "reconc_keys" => array("doc_name", "object_name"),
  404. "db_table" => "documents_links",
  405. "db_key_field" => "link_id",
  406. "db_finalclass_field" => "",
  407. "display_template" => "../business/templates/default.html",
  408. );
  409. MetaModel::Init_Params($aParams);
  410. MetaModel::Init_AddAttribute(new AttributeExternalKey("doc_id", array("targetclass"=>"bizDocument", "label"=>"Document Name", "description"=>"id of the Document", "allowed_values"=>null, "sql"=>"doc_id", "is_null_allowed"=>false, "depends_on"=>array())));
  411. MetaModel::Init_AddAttribute(new AttributeExternalField("doc_name", array("label"=>"Document", "description"=>"name of the document", "allowed_values"=>null, "extkey_attcode"=> 'doc_id', "target_attcode"=>"name")));
  412. MetaModel::Init_AddAttribute(new AttributeExternalKey("object_id", array("targetclass"=>"logRealObject", "label"=>"object", "description"=>"Object linked", "allowed_values"=>null, "sql"=>"object_id", "is_null_allowed"=>false, "depends_on"=>array())));
  413. MetaModel::Init_AddAttribute(new AttributeExternalField("object_name", array("label"=>"object name", "description"=>"name of the linked object", "allowed_values"=>null, "extkey_attcode"=> 'object_id', "target_attcode"=>"name")));
  414. MetaModel::Init_AddAttribute(new AttributeString("link_type", array("label"=>"link_type", "description"=>"Type of the link", "allowed_values"=>null, "sql"=>"link_type", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  415. MetaModel::Init_AddFilterFromAttribute("doc_id");
  416. MetaModel::Init_AddFilterFromAttribute("doc_name");
  417. MetaModel::Init_AddFilterFromAttribute("object_id");
  418. MetaModel::Init_AddFilterFromAttribute("object_name");
  419. MetaModel::Init_AddFilterFromAttribute("link_type");
  420. // Display lists
  421. MetaModel::Init_SetZListItems('details', array('doc_id', 'object_name', 'link_type')); // Attributes to be displayed for the complete details
  422. MetaModel::Init_SetZListItems('list', array('doc_id', 'object_name', 'link_type')); // Attributes to be displayed for a list
  423. }
  424. }
  425. ////////////////////////////////////////////////////////////////////////////////////
  426. /**
  427. * n-n link between any Object and a contact
  428. */
  429. ////////////////////////////////////////////////////////////////////////////////////
  430. class lnkContactRealObject extends cmdbAbstractObject
  431. {
  432. public static function Init()
  433. {
  434. $aParams = array
  435. (
  436. "category" => "bizmodel,searchable",
  437. "name" => "ContactsLinks",
  438. "description" => "A link between a contact and another object",
  439. "key_type" => "autoincrement",
  440. "key_label" => "link_id",
  441. "name_attcode" => "role",
  442. "state_attcode" => "",
  443. "reconc_keys" => array("contact_name", "object_name"),
  444. "db_table" => "contacts_links",
  445. "db_key_field" => "link_id",
  446. "db_finalclass_field" => "",
  447. "display_template" => "../business/templates/default.html",
  448. );
  449. MetaModel::Init_Params($aParams);
  450. MetaModel::Init_AddAttribute(new AttributeExternalKey("contact_id", array("targetclass"=>"bizContact", "label"=>"Contact", "description"=>"The contact", "allowed_values"=>null, "sql"=>"contact_id", "is_null_allowed"=>false, "depends_on"=>array())));
  451. MetaModel::Init_AddAttribute(new AttributeExternalField("contact_name", array("label"=>"Contact name", "description"=>"name of the contact", "allowed_values"=>null, "extkey_attcode"=> 'contact_id', "target_attcode"=>"name")));
  452. MetaModel::Init_AddAttribute(new AttributeExternalField("contact_phone", array("label"=>"Phone", "description"=>"Phone number of the contact", "allowed_values"=>null, "extkey_attcode"=> 'contact_id', "target_attcode"=>"phone")));
  453. MetaModel::Init_AddAttribute(new AttributeExternalField("contact_email", array("label"=>"eMail", "description"=>"eMail address of the contact", "allowed_values"=>null, "extkey_attcode"=> 'contact_id', "target_attcode"=>"email")));
  454. MetaModel::Init_AddAttribute(new AttributeExternalKey("object_id", array("targetclass"=>"logRealObject", "label"=>"object", "description"=>"Object linked", "allowed_values"=>null, "sql"=>"object_id", "is_null_allowed"=>false, "depends_on"=>array())));
  455. MetaModel::Init_AddAttribute(new AttributeExternalField("object_name", array("label"=>"Object name", "description"=>"name of the linked object", "allowed_values"=>null, "extkey_attcode"=> 'object_id', "target_attcode"=>"name")));
  456. MetaModel::Init_AddAttribute(new AttributeString("role", array("label"=>"Role", "description"=>"Role of the contact", "allowed_values"=>null, "sql"=>"role", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  457. MetaModel::Init_AddFilterFromAttribute("contact_id");
  458. MetaModel::Init_AddFilterFromAttribute("contact_name");
  459. MetaModel::Init_AddFilterFromAttribute("object_id");
  460. MetaModel::Init_AddFilterFromAttribute("object_name");
  461. MetaModel::Init_AddFilterFromAttribute("role");
  462. // Display lists
  463. MetaModel::Init_SetZListItems('details', array('contact_id', 'contact_phone', 'contact_email', 'object_id', 'role')); // Attributes to be displayed for the complete details
  464. MetaModel::Init_SetZListItems('list', array('contact_id', 'contact_phone', 'contact_email', 'object_id', 'role')); // Attributes to be displayed for a list
  465. }
  466. }
  467. ////////////////////////////////////////////////////////////////////////////////////
  468. /**
  469. * Any Infrastructure object (bizLocation, bizDevice, bizApplication, bizCircuit, bizInterface)
  470. * An infrastructure object:
  471. * can be covered by an OLA
  472. * can support the delivery of a Service
  473. * can be part of an GroupInfra
  474. */
  475. ////////////////////////////////////////////////////////////////////////////////////
  476. class logInfra extends logRealObject
  477. {
  478. public static function Init()
  479. {
  480. $aParams = array
  481. (
  482. "category" => "bizmodel,searchable",
  483. "name" => "Infra",
  484. "description" => "Infrastructure real object",
  485. "key_type" => "",
  486. "key_label" => "id",
  487. "name_attcode" => "name",
  488. "state_attcode" => "",
  489. "reconc_keys" => array("org_name", "name"), // inherited attributes
  490. "db_table" => "infra",
  491. "db_key_field" => "id",
  492. "db_finalclass_field" => "",
  493. "display_template" => "../business/templates/default.html",
  494. );
  495. MetaModel::Init_Params($aParams);
  496. MetaModel::Init_InheritAttributes();
  497. MetaModel::Init_AddAttribute(new AttributeEnum("severity", array("label"=>"Severity", "description"=>"Severity for this infrastructure", "allowed_values"=>new ValueSetEnum("high,medium,low"), "sql"=>"severity", "default_value"=>"low", "is_null_allowed"=>false, "depends_on"=>array())));
  498. MetaModel::Init_InheritFilters();
  499. MetaModel::Init_AddFilterFromAttribute("severity");
  500. }
  501. }
  502. ////////////////////////////////////////////////////////////////////////////////////
  503. /**
  504. * bizLocation (Region, Country, City, Site, Building, Floor, Room, Rack,...)
  505. * pourrait être mis en plusieurs sous objects, puisqu'une adresse sur region n'a pas trop de sens
  506. *
  507. */
  508. ////////////////////////////////////////////////////////////////////////////////////
  509. class bizLocation extends logInfra
  510. {
  511. public static function Init()
  512. {
  513. $aParams = array
  514. (
  515. "category" => "bizmodel,searchable",
  516. "name" => "Location",
  517. "description" => "Any type of location: Region, Country, City, Site, Building, Floor, Room, Rack,...",
  518. "key_type" => "",
  519. "key_label" => "id",
  520. "name_attcode" => "name",
  521. "state_attcode" => "",
  522. "reconc_keys" => array("org_name", "name"), // inherited attributes
  523. "db_table" => "location",
  524. "db_key_field" => "id",
  525. "db_finalclass_field" => "",
  526. "display_template" => "../business/templates/location.html",
  527. );
  528. MetaModel::Init_Params($aParams);
  529. MetaModel::Init_InheritAttributes();
  530. MetaModel::Init_AddAttribute(new AttributeText("address", array("label"=>"Address", "description"=>"The postal address of the location", "allowed_values"=>null, "sql"=>"address", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  531. MetaModel::Init_AddAttribute(new AttributeString("country", array("label"=>"Country", "description"=>"Country of the location", "allowed_values"=>null, "sql"=>"country", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  532. MetaModel::Init_AddAttribute(new AttributeExternalKey("parent_location_id", array("targetclass"=>"bizLocation", "label"=>"Parent Location", "description"=>"where is the real object physically located", "allowed_values"=>null, "sql"=>"parent_location_id", "is_null_allowed"=>true, "depends_on"=>array())));
  533. MetaModel::Init_AddAttribute(new AttributeExternalField("parent_location_name", array("label"=>"Parent location (Name)", "description"=>"name of the parent location", "allowed_values"=>null, "extkey_attcode"=> 'parent_location_id', "target_attcode"=>"name")));
  534. // on veut pouvoir rechercher une location qui soit un descendant (pas obligatoirement direct) d'une Location, on fait comment ?
  535. MetaModel::Init_InheritFilters();
  536. MetaModel::Init_AddFilterFromAttribute("country");
  537. MetaModel::Init_AddFilterFromAttribute("address");
  538. MetaModel::Init_AddFilterFromAttribute("parent_location_id");
  539. MetaModel::Init_AddFilterFromAttribute("parent_location_name");
  540. // Display lists
  541. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id', 'address', 'country', 'parent_location_id')); // Attributes to be displayed for the complete details
  542. MetaModel::Init_SetZListItems('list', array('name', 'status', 'org_id', 'country')); // Attributes to be displayed for a list
  543. // Search criteria
  544. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'country', 'parent_location_name')); // Criteria of the std search form
  545. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'address', 'country', 'parent_location_id', 'org_id')); // Criteria of the advanced search form
  546. }
  547. public function ComputeValues()
  548. {
  549. /*
  550. $this->Set("location_id", $this->GetKey());
  551. // Houston, I've got an issue, as this field is calculated, I should reload the object... ?
  552. $this->Set("location_name", "abc (to be finalized)");
  553. */
  554. }
  555. function DisplayDetails(web_page $oPage)
  556. {
  557. parent::DisplayDetails($oPage);
  558. /*
  559. parent::DisplayDetails($oPage);
  560. $oSearchFilter = new CMDBSearchFilter('bizServer');
  561. $oSearchFilter->AddCondition('location_id', $this->GetKey(), '=');
  562. $oSet = new CMDBObjectSet($oSearchFilter);
  563. $count = $oSet->Count();
  564. if ($count > 0)
  565. {
  566. $oPage->SetCurrentTab("Servers");
  567. $oPage->p("$count server(s) at this location:");
  568. $this->DisplaySet($oPage, $oSet);
  569. }
  570. $oSearchFilter = new CMDBSearchFilter('bizNetworkDevice');
  571. $oSearchFilter->AddCondition('location_id', $this->GetKey(), '=');
  572. $oSet = new CMDBObjectSet($oSearchFilter);
  573. $count = $oSet->Count();
  574. if ($count > 0)
  575. {
  576. $oPage->SetCurrentTab("Network Devices");
  577. $oPage->p("$count Network Device(s) at this location:");
  578. $this->DisplaySet($oPage, $oSet);
  579. }
  580. $oSearchFilter = new CMDBSearchFilter('bizPC');
  581. $oSearchFilter->AddCondition('location_id', $this->GetKey(), '=');
  582. $oSet = new CMDBObjectSet($oSearchFilter);
  583. $count = $oSet->Count();
  584. if ($count > 0)
  585. {
  586. $oPage->SetCurrentTab("PCs");
  587. $oPage->p("$count PC(s) at this location:");
  588. $this->DisplaySet($oPage, $oSet);
  589. }
  590. $oSearchFilter = new CMDBSearchFilter('bizPerson');
  591. $oSearchFilter->AddCondition('location_id', $this->GetKey(), '=');
  592. $oSet = new CMDBObjectSet($oSearchFilter);
  593. $count = $oSet->Count();
  594. if ($count > 0)
  595. {
  596. $oPage->SetCurrentTab("Contacts");
  597. $oPage->p("$count person(s) located to this location:");
  598. $this->DisplaySet($oPage, $oSet);
  599. }
  600. $oSearchFilter = new CMDBSearchFilter('lnkDocumentRealObject');
  601. $oSearchFilter->AddCondition('object_id', $this->GetKey(), '=');
  602. $oSet = new CMDBObjectSet($oSearchFilter);
  603. $count = $oSet->Count();
  604. if ($count > 0)
  605. {
  606. $oPage->SetCurrentTab("Details");
  607. $oPage->p("$count Document(s) linked to this location:");
  608. $this->DisplaySet($oPage, $oSet);
  609. }
  610. */
  611. }
  612. public function Generate(cmdbDataGenerator $oGenerator)
  613. {
  614. parent::Generate($oGenerator);
  615. $sLastName = $oGenerator->GenerateLastName();
  616. $sCityName = $oGenerator->GenerateCityName();
  617. $this->Set('name', $sCityName);
  618. $this->Set('country', $oGenerator->GenerateCountryName());
  619. $this->Set('address', $oGenerator->GenerateString("number(1-999)| |enum(rue,rue,rue,place,avenue,av.,route de)| |$sLastName| |number(0000-9999)|0 |$sCityName"));
  620. $this->Set('parent_location_id', 1);
  621. }
  622. }
  623. ////////////////////////////////////////////////////////////////////////////////////
  624. /**
  625. * Circuit (one end only)
  626. */
  627. ////////////////////////////////////////////////////////////////////////////////////
  628. class bizCircuit extends logInfra
  629. {
  630. public static function Init()
  631. {
  632. $aParams = array
  633. (
  634. "category" => "bizmodel,searchable",
  635. "name" => "Circuit",
  636. "description" => "Any type of circuit",
  637. "key_type" => "",
  638. "key_label" => "id",
  639. "name_attcode" => "name",
  640. "state_attcode" => "",
  641. "reconc_keys" => array("org_name", "carrier_name", "carrier_ref", "name"), // inherited attributes
  642. "db_table" => "circuits",
  643. "db_key_field" => "id",
  644. "db_finalclass_field" => "",
  645. "display_template" => "../business/templates/Circuits.html",
  646. );
  647. MetaModel::Init_Params($aParams);
  648. MetaModel::Init_InheritAttributes();
  649. MetaModel::Init_AddAttribute(new AttributeString("speed", array("label"=>"speed", "description"=>"speed of the circuit", "allowed_values"=>null, "sql"=>"speed", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  650. MetaModel::Init_AddAttribute(new AttributeExternalKey("location_id", array("targetclass"=>"bizLocation", "label"=>"Location ID", "description"=>"Id of the location", "allowed_values"=>null, "sql"=>"location_id", "is_null_allowed"=>false, "depends_on"=>array())));
  651. MetaModel::Init_AddAttribute(new AttributeExternalField("location_name", array("label"=>"Location", "description"=>"Name of the location", "allowed_values"=>null, "extkey_attcode"=> 'location_id', "target_attcode"=>"name")));
  652. MetaModel::Init_AddAttribute(new AttributeExternalKey("interface_id", array("targetclass"=>"bizInterface", "label"=>"Interface Id", "description"=>"id of the interface", "allowed_values"=>null, "sql"=>"interface_id", "is_null_allowed"=>false, "depends_on"=>array())));
  653. MetaModel::Init_AddAttribute(new AttributeExternalField("interface_name", array("label"=>"Interface", "description"=>"Name of the interface", "allowed_values"=>null, "extkey_attcode"=> 'interface_id', "target_attcode"=>"name")));
  654. MetaModel::Init_AddAttribute(new AttributeExternalKey("provider_id", array("targetclass"=>"bizOrganization", "label"=>"Carrier ID", "description"=>"Organization ID of the provider of the Circuit", "allowed_values"=>null, "sql"=>"provider_id", "is_null_allowed"=>false, "depends_on"=>array())));
  655. MetaModel::Init_AddAttribute(new AttributeExternalField("carrier_name", array("label"=>"Carrier", "description"=>"Name of the carrier", "allowed_values"=>null, "extkey_attcode"=> 'provider_id', "target_attcode"=>"name")));
  656. MetaModel::Init_AddAttribute(new AttributeString("carrier_ref", array("label"=>"Carrier reference", "description"=>"reference of the circuit used by the carrier", "allowed_values"=>null, "sql"=>"carrier_ref", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  657. MetaModel::Init_InheritFilters();
  658. MetaModel::Init_AddFilterFromAttribute("speed");
  659. MetaModel::Init_AddFilterFromAttribute("location_id");
  660. MetaModel::Init_AddFilterFromAttribute("location_name");
  661. MetaModel::Init_AddFilterFromAttribute("interface_id");
  662. MetaModel::Init_AddFilterFromAttribute("provider_id");
  663. MetaModel::Init_AddFilterFromAttribute("carrier_ref");
  664. // Display lists
  665. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id', 'speed', 'provider_id', 'carrier_ref', 'location_id')); // Attributes to be displayed for the complete details
  666. MetaModel::Init_SetZListItems('list', array('name', 'status', 'org_id', 'provider_id', 'carrier_ref', 'speed')); // Attributes to be displayed for a list
  667. // Search criteria
  668. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'carrier_ref', 'speed', 'provider_id')); // Criteria of the std search form
  669. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'carrier_ref', 'speed', 'provider_id')); // Criteria of the advanced search form
  670. }
  671. public function ComputeValues()
  672. {
  673. /*
  674. $oLocatedObject = MetaModel::GetObject("Located Object", $this->Get("located_object_id"));
  675. $this->Set("location_id", $oLocatedObject->Get("location_id"));
  676. // Houston, I've got an issue, as this field is calculated, I should reload the object...
  677. $this->Set("location_name", "abc (to be finalized)");
  678. $this->Set("device_id", $oLocatedObject->Get("device_id"));
  679. // Houston, I've got an issue, as this field is calculated, I should reload the object...
  680. $this->Set("device_name", "abc (to be finalized)");
  681. $this->Set("interface_id", $oLocatedObject->Get("interface_id"));
  682. // Houston, I've got an issue, as this field is calculated, I should reload the object...
  683. $this->Set("interface_name", "abc (to be finalized)");
  684. */
  685. }
  686. }
  687. ////////////////////////////////////////////////////////////////////////////////////
  688. /**
  689. * Any Device Network Interface
  690. */
  691. ////////////////////////////////////////////////////////////////////////////////////
  692. class bizInterface extends logInfra
  693. {
  694. public static function Init()
  695. {
  696. $aParams = array
  697. (
  698. "category" => "bizmodel,searchable",
  699. "name" => "Interface",
  700. "description" => "Interface",
  701. "key_type" => "",
  702. "key_label" => "id",
  703. "name_attcode" => "name",
  704. "state_attcode" => "",
  705. "reconc_keys" => array("org_name", "device_name", "name"),
  706. "db_table" => "interfaces",
  707. "db_key_field" => "id",
  708. "db_finalclass_field" => "",
  709. "display_template" => "../business/templates/interface.html",
  710. );
  711. MetaModel::Init_Params($aParams);
  712. MetaModel::Init_InheritAttributes();
  713. MetaModel::Init_AddAttribute(new AttributeExternalKey("device_id", array("targetclass"=>"bizDevice", "label"=>"Device", "description"=>"Device on which the interface is physically located", "allowed_values"=>null, "sql"=>"device_id", "is_null_allowed"=>false, "depends_on"=>array())));
  714. MetaModel::Init_AddAttribute(new AttributeExternalField("device_name", array("label"=>"Device", "description"=>"name of the device on which the interface is located", "allowed_values"=>null, "extkey_attcode"=> 'device_id', "target_attcode"=>"name")));
  715. MetaModel::Init_AddAttribute(new AttributeExternalField("device_location_id", array("label"=>"Device location", "description"=>"location of the device on which the interface is located", "allowed_values"=>null, "extkey_attcode"=> 'device_id', "target_attcode"=>"location_id")));
  716. MetaModel::Init_AddAttribute(new AttributeExternalField("device_location_name", array("label"=>"Device location", "description"=>"name of the location of the device on which the interface is located", "allowed_values"=>null, "extkey_attcode"=> 'device_id', "target_attcode"=>"location_name")));
  717. MetaModel::Init_AddAttribute(new AttributeEnum("logical_type", array("label"=>"Logical type", "description"=>"Logical type of interface", "allowed_values"=>new ValueSetEnum("primary,secondary,backup,port,logical"), "sql"=>"logical_type", "default_value"=>"port", "is_null_allowed"=>false, "depends_on"=>array())));
  718. MetaModel::Init_AddAttribute(new AttributeEnum("physical_type", array("label"=>"Physical type", "description"=>"Physical type of interface", "allowed_values"=>new ValueSetEnum("ethernet,framerelay,atm,vlan"), "sql"=>"physical_type", "default_value"=>"ethernet", "is_null_allowed"=>false, "depends_on"=>array())));
  719. MetaModel::Init_AddAttribute(new AttributeString("ip_address", array("label"=>"IP address", "description"=>"address IP for this interface", "allowed_values"=>null, "sql"=>"ip_address", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  720. MetaModel::Init_AddAttribute(new AttributeString("mask", array("label"=>"Subnet Mask", "description"=>"Subnet mask for this interface", "allowed_values"=>null, "sql"=>"mask", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  721. MetaModel::Init_AddAttribute(new AttributeString("mac", array("label"=>"MAC address", "description"=>"MAC address for this interface", "allowed_values"=>null, "sql"=>"mac", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  722. MetaModel::Init_AddAttribute(new AttributeString("speed", array("label"=>"Speed (Kb/s)", "description"=>"speed of this interface", "allowed_values"=>null, "sql"=>"speed", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  723. MetaModel::Init_AddAttribute(new AttributeEnum("duplex", array("label"=>"Duplex", "description"=>"Duplex configured for this interface", "allowed_values"=>new ValueSetEnum("half,full,unknown"), "sql"=>"duplex", "default_value"=>"unknown", "is_null_allowed"=>true, "depends_on"=>array())));
  724. MetaModel::Init_InheritFilters();
  725. MetaModel::Init_AddFilterFromAttribute("device_id");
  726. MetaModel::Init_AddFilterFromAttribute("device_name");
  727. MetaModel::Init_AddFilterFromAttribute("device_location_id");
  728. MetaModel::Init_AddFilterFromAttribute("logical_type");
  729. MetaModel::Init_AddFilterFromAttribute("physical_type");
  730. MetaModel::Init_AddFilterFromAttribute("ip_address");
  731. MetaModel::Init_AddFilterFromAttribute("mac");
  732. // Display lists
  733. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id', 'device_id', 'device_location_id','severity','logical_type','physical_type','ip_address','mask','mac','speed','duplex')); // Attributes to be displayed for the complete details
  734. MetaModel::Init_SetZListItems('list', array('name', 'status', 'org_id', 'device_id','severity')); // Attributes to be displayed for a list
  735. // Search criteria
  736. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'ip_address','mac','device_id')); // Criteria of the std search form
  737. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'device_id', 'org_id')); // Criteria of the advanced search form
  738. }
  739. function DisplayDetails(web_page $oPage)
  740. {
  741. parent::DisplayDetails($oPage);
  742. /*
  743. $oSearchFilter = new CMDBSearchFilter('lnkInterfaces');
  744. $oSearchFilter->AddCondition('interface1_id', $this->GetKey(), '=');
  745. $oSet = new CMDBObjectSet($oSearchFilter);
  746. $count = $oSet->Count();
  747. if ($count > 0)
  748. {
  749. $oPage->SetCurrentTab("Connected interfaces");
  750. $oPage->p("$count interface(s) connected to this device:");
  751. $this->DisplaySet($oPage, $oSet);
  752. }
  753. */
  754. }
  755. public function ComputeValues()
  756. {
  757. /*
  758. // my location is the location of my device
  759. $oDevice = MetaModel::GetObject("bizDevice", $this->Get("device_id"));
  760. $this->Set("location_id", $oDevice->Get("location_id"));
  761. // Houston, I've got an issue, as this field is calculated, I should reload the object...
  762. $this->Set("location_name", "abc (to be finalized)");
  763. // my device is given by my Creator
  764. // my interface is myself
  765. $this->Set("interface_id", $this->GetKey());
  766. // Houston, I've got an issue, as this field is calculated, I should reload the object...
  767. $this->Set("interface_name", "abc (to be finalized)");
  768. */
  769. }
  770. }
  771. ////////////////////////////////////////////////////////////////////////////////////
  772. /**
  773. * n-n link between any Interfaces
  774. */
  775. ////////////////////////////////////////////////////////////////////////////////////
  776. class lnkInterfaces extends cmdbAbstractObject
  777. {
  778. public static function Init()
  779. {
  780. $aParams = array
  781. (
  782. "category" => "bizmodel,searchable",
  783. "name" => "InterfacesLinks",
  784. "description" => "A link between two interfaces",
  785. "key_type" => "autoincrement",
  786. "key_label" => "link_id",
  787. "name_attcode" => "link_type",
  788. "state_attcode" => "",
  789. "reconc_keys" => array("interface1_id", "interface2_id"),
  790. "db_table" => "interfaces_links",
  791. "db_key_field" => "link_id",
  792. "db_finalclass_field" => "",
  793. "display_template" => "../business/templates/default.html",
  794. );
  795. MetaModel::Init_Params($aParams);
  796. MetaModel::Init_AddAttribute(new AttributeExternalKey("interface1_id", array("targetclass"=>"bizInterface", "label"=>"Interface1", "description"=>"The interface1", "sql"=>"interface1_id", "allowed_values"=> null, "is_null_allowed"=>false, "depends_on"=>array())));
  797. MetaModel::Init_AddAttribute(new AttributeExternalField("interface1_name", array("label"=>"Interface1 name", "description"=>"name of the interface1", "extkey_attcode"=> 'interface1_id', "allowed_values"=> null, "target_attcode"=>"name")));
  798. MetaModel::Init_AddAttribute(new AttributeExternalKey("interface2_id", array("targetclass"=>"bizInterface", "label"=>"Interface2", "description"=>"The interface2", "sql"=>"interface2_id", "allowed_values"=> null, "is_null_allowed"=>false, "depends_on"=>array())));
  799. MetaModel::Init_AddAttribute(new AttributeExternalField("interface2_name", array("label"=>"Interface2 name", "description"=>"name of the interface2", "extkey_attcode"=> 'interface2_id', "allowed_values"=> null, "target_attcode"=>"name")));
  800. MetaModel::Init_AddAttribute(new AttributeExternalField("interface1_device_id", array("label"=>"Device1", "description"=>"device", "extkey_attcode"=> 'interface1_id', "allowed_values"=> null, "target_attcode"=>"device_id")));
  801. MetaModel::Init_AddAttribute(new AttributeExternalField("interface1_device_name", array("label"=>"Device name", "description"=>"name of the device", "extkey_attcode"=> 'interface1_id', "allowed_values"=> null, "target_attcode"=>"device_name")));
  802. MetaModel::Init_AddAttribute(new AttributeExternalField("interface2_device_id", array("label"=>"Device2", "description"=>"device", "extkey_attcode"=> 'interface2_id', "allowed_values"=> null, "target_attcode"=>"device_id")));
  803. MetaModel::Init_AddAttribute(new AttributeExternalField("interface2_device_name", array("label"=>"Device name", "description"=>"name of the device", "extkey_attcode"=> 'interface2_id', "allowed_values"=> null, "target_attcode"=>"device_name")));
  804. MetaModel::Init_AddAttribute(new AttributeString("link_type", array("label"=>"link type", "description"=>" Definition of the link", "sql"=>"link_type", "default_value"=>"", "allowed_values"=> null, "is_null_allowed"=>false, "depends_on"=>array())));
  805. MetaModel::Init_AddFilterFromAttribute("interface1_id");
  806. MetaModel::Init_AddFilterFromAttribute("interface1_name");
  807. MetaModel::Init_AddFilterFromAttribute("interface2_id");
  808. MetaModel::Init_AddFilterFromAttribute("interface2_name");
  809. MetaModel::Init_AddFilterFromAttribute("interface2_device_name");
  810. MetaModel::Init_AddFilterFromAttribute("link_type");
  811. // Display lists
  812. MetaModel::Init_SetZListItems('details', array('interface1_id', 'interface2_id', 'link_type')); // Attributes to be displayed for the complete details
  813. MetaModel::Init_SetZListItems('list', array('interface1_id', 'interface1_device_id', 'interface2_id', 'interface2_device_id', 'link_type')); // Attributes to be displayed for the complete details
  814. }
  815. }
  816. ////////////////////////////////////////////////////////////////////////////////////
  817. /**
  818. * Any electronic device
  819. */
  820. ////////////////////////////////////////////////////////////////////////////////////
  821. class bizDevice extends logInfra
  822. {
  823. public static function Init()
  824. {
  825. $aParams = array
  826. (
  827. "category" => "bizmodel,searchable",
  828. "name" => "Device",
  829. "description" => "Electronic devices",
  830. "key_type" => "",
  831. "key_label" => "id",
  832. "name_attcode" => "name",
  833. "state_attcode" => "",
  834. "reconc_keys" => array("org_name", "name"), // inherited attributes
  835. "db_table" => "devices",
  836. "db_key_field" => "id",
  837. "db_finalclass_field" => "",
  838. "display_template" => "../business/templates/default.html",
  839. );
  840. MetaModel::Init_Params($aParams);
  841. MetaModel::Init_InheritAttributes();
  842. MetaModel::Init_AddAttribute(new AttributeExternalKey("location_id", array("targetclass"=>"bizLocation", "label"=>"Location", "description"=>"where is the located object physically located", "allowed_values"=>null, "sql"=>"location_id", "is_null_allowed"=>false, "depends_on"=>array())));
  843. MetaModel::Init_AddAttribute(new AttributeExternalField("location_name", array("label"=>"Location name", "description"=>"name of the location", "allowed_values"=>null, "extkey_attcode"=> 'location_id', "target_attcode"=>"name")));
  844. MetaModel::Init_AddAttribute(new AttributeExternalField("country", array("label"=>"Country", "description"=>"country where the device is located", "allowed_values"=>null, "extkey_attcode"=> 'location_id', "target_attcode"=>"country")));
  845. MetaModel::Init_AddAttribute(new AttributeString("brand", array("label"=>"Brand", "description"=>"The manufacturer of the device", "allowed_values"=>null, "sql"=>"brand", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  846. MetaModel::Init_AddAttribute(new AttributeString("model", array("label"=>"Model", "description"=>"The model number of the device", "allowed_values"=>null, "sql"=>"model", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  847. MetaModel::Init_AddAttribute(new AttributeString("serial_number", array("label"=>"Serial Number", "description"=>"The serial number of the device", "allowed_values"=>null, "sql"=>"serial_number", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  848. MetaModel::Init_InheritFilters();
  849. MetaModel::Init_AddFilterFromAttribute("location_id");
  850. MetaModel::Init_AddFilterFromAttribute("country");
  851. MetaModel::Init_AddFilterFromAttribute("brand");
  852. MetaModel::Init_AddFilterFromAttribute("model");
  853. MetaModel::Init_AddFilterFromAttribute("serial_number");
  854. }
  855. public static function GetRelationQueries($sRelCode)
  856. {
  857. switch ($sRelCode)
  858. {
  859. case "impacts":
  860. $aRels = array(
  861. "connected device" => array("sQuery"=>"bizDevice: PKEY IS device_id IN (bizInterface: PKEY IS interface2_id IN (lnkInterfaces: interface1_id IN (bizInterface: device_id = \$[this.pkey::])))", "bPropagate"=>true, "iDistance"=>3),
  862. "hosted app" => array("sQuery"=>"bizApplication: infra_id = \$[this.pkey::]", "bPropagate"=>true, "iDistance"=>3),
  863. );
  864. return array_merge($aRels, parent::GetRelationQueries($sRelCode));
  865. }
  866. }
  867. public function ComputeValues()
  868. {
  869. /*
  870. // my location is the location of my device (external field)
  871. $this->Set("location_id", $this->Get("device_location_id"));
  872. // Houston, I've got an issue, as this field is calculated, I should reload the object...
  873. $this->Set("location_name", "abc (to be finalized)");
  874. // my device is myself
  875. $this->Set("device_id", $this->GetKey());
  876. // my interface is "nothing"
  877. $this->Set("interface_id", null);
  878. */
  879. }
  880. }
  881. ////////////////////////////////////////////////////////////////////////////////////
  882. /**
  883. * A personal computer
  884. */
  885. ////////////////////////////////////////////////////////////////////////////////////
  886. class bizPC extends bizDevice
  887. {
  888. public static function Init()
  889. {
  890. $aParams = array
  891. (
  892. "category" => "bizmodel,searchable",
  893. "name" => "PC",
  894. "description" => "Personal Computers",
  895. "key_type" => "",
  896. "key_label" => "id",
  897. "name_attcode" => "name",
  898. "state_attcode" => "",
  899. "reconc_keys" => array("org_name", "name"), // inherited attributes
  900. "db_table" => "pcs",
  901. "db_key_field" => "id",
  902. "db_finalclass_field" => "",
  903. "display_template" => "../business/templates/pc.html",
  904. );
  905. MetaModel::Init_Params($aParams);
  906. MetaModel::Init_InheritAttributes();
  907. MetaModel::Init_AddAttribute(new AttributeEnum("type", array("label"=>"Type", "description"=>"Type of computer", "allowed_values"=>new ValueSetEnum("desktop PC,laptop"), "sql"=>"type", "default_value"=>"desktop PC", "is_null_allowed"=>false, "depends_on"=>array())));
  908. MetaModel::Init_AddAttribute(new AttributeString("memory_size", array("label"=>"Memory Size", "description"=>"Size of the memory", "allowed_values"=>null, "sql"=>"memory_size", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  909. MetaModel::Init_AddAttribute(new AttributeString("cpu", array("label"=>"CPU", "description"=>"CPU type", "allowed_values"=>null, "sql"=>"cpu_type", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  910. MetaModel::Init_AddAttribute(new AttributeString("hdd_size", array("label"=>"HDD Size", "description"=>"Size of the hard drive", "allowed_values"=>null, "sql"=>"hdd_size", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  911. MetaModel::Init_AddAttribute(new AttributeString("os_family", array("label"=>"OS Family", "description"=>"Type of operating system", "allowed_values"=>null, "sql"=>"os_family", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  912. MetaModel::Init_AddAttribute(new AttributeString("os_version", array("label"=>"OS Version", "description"=>"Detailed version number of the operating system", "allowed_values"=>null, "sql"=>"os_version", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  913. MetaModel::Init_AddAttribute(new AttributeString("shipment_number", array("label"=>"Shipment number", "description"=>"Number for tracking shipment", "allowed_values"=>null, "sql"=>"shipment_number", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  914. MetaModel::Init_AddAttribute(new AttributeString("mgmt_ip", array("label"=>"Mgmt IP", "description"=>"Management IP", "allowed_values"=>null, "sql"=>"mgmt_ip", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  915. MetaModel::Init_AddAttribute(new AttributeString("default_gateway", array("label"=>"Default Gateway", "description"=>"Default Gateway for this device", "allowed_values"=>null, "sql"=>"default_gateway", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  916. MetaModel::Init_InheritFilters();
  917. MetaModel::Init_AddFilterFromAttribute("type");
  918. MetaModel::Init_AddFilterFromAttribute("memory_size");
  919. MetaModel::Init_AddFilterFromAttribute("cpu");
  920. MetaModel::Init_AddFilterFromAttribute("hdd_size");
  921. MetaModel::Init_AddFilterFromAttribute("os_family");
  922. MetaModel::Init_AddFilterFromAttribute("os_version");
  923. MetaModel::Init_AddFilterFromAttribute("mgmt_ip");
  924. // Display lists
  925. MetaModel::Init_SetZListItems('details', array('name', 'status','severity', 'org_id', 'location_id', 'brand', 'model','os_family','os_version','mgmt_ip','default_gateway','shipment_number','serial_number', 'type', 'cpu', 'memory_size', 'hdd_size')); // Attributes to be displayed for the complete details
  926. MetaModel::Init_SetZListItems('list', array('name', 'status', 'severity', 'org_id', 'location_id', 'brand', 'model', 'type')); // Attributes to be displayed for a list
  927. // Search criteria
  928. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'severity','type', 'brand', 'model','os_family','mgmt_ip')); // Criteria of the std search form
  929. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'type', 'brand', 'model', 'cpu', 'memory_size', 'hdd_size')); // Criteria of the advanced search form
  930. }
  931. function DisplayDetails(web_page $oPage)
  932. {
  933. parent::DisplayDetails($oPage);
  934. /*
  935. parent::DisplayDetails($oPage);
  936. $oSearchFilter = new CMDBSearchFilter('lnkContactRealObject');
  937. $oSearchFilter->AddCondition('object_id', $this->GetKey(), '=');
  938. $oSet = new CMDBObjectSet($oSearchFilter);
  939. $count = $oSet->Count();
  940. if ($count > 0)
  941. {
  942. $oPage->SetCurrentTab("Contacts");
  943. $oPage->p("$count contact(s) linked to this PC:");
  944. $this->DisplaySet($oPage, $oSet);
  945. }
  946. $oSearchFilter = new CMDBSearchFilter('bizInterface');
  947. $oSearchFilter->AddCondition('device_id', $this->GetKey(), '=');
  948. $oSet = new CMDBObjectSet($oSearchFilter);
  949. $count = $oSet->Count();
  950. if ($count > 0)
  951. {
  952. $oPage->SetCurrentTab("Interfaces");
  953. $oPage->p("$count interface(s) for this device:");
  954. $this->DisplaySet($oPage, $oSet);
  955. }
  956. */
  957. }
  958. public function Generate(cmdbDataGenerator $oGenerator)
  959. {
  960. $this->Set('org_id', $oGenerator->GetOrganizationId());
  961. $this->Set('location_id', $oGenerator->GenerateKey("bizLocation", array('org_id' =>$oGenerator->GetOrganizationId() )));
  962. $this->Set('name', $oGenerator->GenerateString("enum(pc,pc,pc,pc,pc,win,redhat,linux,srv,workstation)|number(000-999)|.|domain()"));
  963. $this->Set('brand', $oGenerator->GenerateString("enum(Hewlett-Packard,Dell,Compaq,Siemens,Packard Bell,IBM,Gateway,Medion,Sony)"));
  964. $this->Set('model', $oGenerator->GenerateString("enum(Vectra,Deskpro,Dimension,Optiplex,Latitude,Precision,Vaio)"));
  965. $this->Set('serial_number', $oGenerator->GenerateString("enum(FR,US,TW,CH)|number(000000-999999)"));
  966. $this->Set('memory_size', $oGenerator->GenerateString("enum(128,256,384,512,768,1024,1536,2048)"));
  967. $this->Set('cpu', $oGenerator->GenerateString("enum(Pentium III,Pentium 4, Pentium M,Core Duo,Core 2 Duo,Celeron,Opteron,Thurion,Athlon)"));
  968. $this->Set('hdd_size', $oGenerator->GenerateString("enum(40,60,80,120,200,300)"));
  969. }
  970. }
  971. ////////////////////////////////////////////////////////////////////////////////////
  972. /**
  973. * A server
  974. */
  975. ////////////////////////////////////////////////////////////////////////////////////
  976. class bizServer extends bizDevice
  977. {
  978. public static function Init()
  979. {
  980. $aParams = array
  981. (
  982. "category" => "bizmodel,searchable",
  983. "name" => "Server",
  984. "description" => "Computer Servers",
  985. "key_type" => "",
  986. "key_label" => "id",
  987. "name_attcode" => "name",
  988. "state_attcode" => "status",
  989. "reconc_keys" => array("org_name", "name"), // inherited attributes
  990. "db_table" => "servers",
  991. "db_key_field" => "id",
  992. "db_finalclass_field" => "",
  993. "display_template" => "../business/templates/server.html",
  994. );
  995. MetaModel::Init_Params($aParams);
  996. MetaModel::Init_InheritAttributes();
  997. MetaModel::Init_AddAttribute(new AttributeEnum("status", array("label"=>"Status", "description"=>"Status of the server", "allowed_values"=>new ValueSetEnum("In Store,Shipped,Plugged,Production Candidate,In Production,In Change,Being Deconfigured,Obsolete"), "sql"=>"status", "default_value"=>"In Store", "is_null_allowed"=>false, "depends_on"=>array())));
  998. MetaModel::Init_AddAttribute(new AttributeString("memory_size", array("label"=>"Memory Size", "description"=>"Size of the memory", "allowed_values"=>null, "sql"=>"memory_size", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  999. MetaModel::Init_AddAttribute(new AttributeString("cpu", array("label"=>"Model", "description"=>"CPU type", "allowed_values"=>null, "sql"=>"cpu_type", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1000. MetaModel::Init_AddAttribute(new AttributeString("number_of_cpus", array("label"=>"Number of CPUs", "description"=>"Number of CPUs", "allowed_values"=>null, "sql"=>"number_of_cpus", "default_value"=>"1", "is_null_allowed"=>false, "depends_on"=>array())));
  1001. MetaModel::Init_AddAttribute(new AttributeString("hdd_size", array("label"=>"HDD Size", "description"=>"Size of the hard drive", "allowed_values"=>null, "sql"=>"hdd_size", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1002. MetaModel::Init_AddAttribute(new AttributeString("hdd_free_size", array("label"=>"Free HDD Size", "description"=>"Size of the free space on the hard drive(s)", "allowed_values"=>null, "sql"=>"hdd_free_size", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1003. MetaModel::Init_AddAttribute(new AttributeString("os_family", array("label"=>"OS Family", "description"=>"Type of operating system", "allowed_values"=>null, "sql"=>"os_family", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1004. MetaModel::Init_AddAttribute(new AttributeString("os_version", array("label"=>"OS Version", "description"=>"Detailed version number of the operating system", "allowed_values"=>null, "sql"=>"os_version", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1005. MetaModel::Init_AddAttribute(new AttributeString("shipment_number", array("label"=>"Shipment number", "description"=>"Number for tracking shipment", "allowed_values"=>null, "sql"=>"shipment_number", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1006. MetaModel::Init_AddAttribute(new AttributeString("mgmt_ip", array("label"=>"Mgmt IP", "description"=>"Management IP", "allowed_values"=>null, "sql"=>"mgmt_ip", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1007. MetaModel::Init_AddAttribute(new AttributeString("default_gateway", array("label"=>"Default Gateway", "description"=>"Default Gateway for this device", "allowed_values"=>null, "sql"=>"default_gateway", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1008. MetaModel::Init_InheritFilters();
  1009. MetaModel::Init_AddFilterFromAttribute("memory_size");
  1010. MetaModel::Init_AddFilterFromAttribute("cpu");
  1011. MetaModel::Init_AddFilterFromAttribute("number_of_cpus");
  1012. MetaModel::Init_AddFilterFromAttribute("hdd_size");
  1013. MetaModel::Init_AddFilterFromAttribute("hdd_free_size");
  1014. MetaModel::Init_AddFilterFromAttribute("os_family");
  1015. MetaModel::Init_AddFilterFromAttribute("os_version");
  1016. // Life cycle
  1017. MetaModel::Init_DefineState("In Store", array("label"=>"InStore", "description"=>"Device in store", "attribute_inherit"=>null,
  1018. "attribute_list"=>array()));
  1019. MetaModel::Init_DefineState("Shipped", array("label"=>"Shipped", "description"=>"The device had been shipped to future location", "attribute_inherit"=>null,
  1020. "attribute_list"=>array("location_id"=>OPT_ATT_MANDATORY,"serial_number"=>OPT_ATT_MANDATORY,"shipment_number"=>OPT_ATT_MANDATORY)));
  1021. MetaModel::Init_DefineState("Plugged", array("label"=>"Plugged", "description"=>"The device is connected to the network", "attribute_inherit"=>null,
  1022. "attribute_list"=>array("location_id"=>OPT_ATT_MANDATORY,"mgmt_ip"=>OPT_ATT_MANDATORY,"name"=>OPT_ATT_MANDATORY)));
  1023. MetaModel::Init_DefineState("Production Candidate", array("label"=>"Pre-Production", "description"=>"The device is ready to be move to production", "attribute_inherit"=>null,
  1024. "attribute_list"=>array()));
  1025. MetaModel::Init_DefineState("In Production", array("label"=>"Production", "description"=>"The device is on production", "attribute_inherit"=>null,
  1026. "attribute_list"=>array()));
  1027. MetaModel::Init_DefineState("In Change", array("label"=>"InChange", "description"=>"A change is being performed on the device", "attribute_inherit"=>null,
  1028. "attribute_list"=>array()));
  1029. MetaModel::Init_DefineState("Being Deconfigured", array("label"=>"BeingDeconfigured", "description"=>"The device is about to be removed from is current location", "attribute_inherit"=>null,
  1030. "attribute_list"=>array()));
  1031. MetaModel::Init_DefineState("Obsolete", array("label"=>"Obsolete", "description"=>"The device is no more used", "attribute_inherit"=>null,
  1032. "attribute_list"=>array()));
  1033. MetaModel::Init_DefineStimulus("ev_store", new StimulusUserAction(array("label"=>"Store this server", "description"=>"This server is move to storage")));
  1034. MetaModel::Init_DefineStimulus("ev_ship", new StimulusUserAction(array("label"=>"Ship this server", "description"=>"This server is shipped to futur location")));
  1035. MetaModel::Init_DefineStimulus("ev_plug", new StimulusUserAction(array("label"=>"Plug this server", "description"=>"The server is pluuged on the network")));
  1036. MetaModel::Init_DefineStimulus("ev_configuration_finished", new StimulusUserAction(array("label"=>"Configuration finished", "description"=>"The device is ready to move to production evaluation")));
  1037. MetaModel::Init_DefineStimulus("ev_val_failed", new StimulusUserAction(array("label"=>"Review configuration", "description"=>"The configuration for this server is not completed")));
  1038. MetaModel::Init_DefineStimulus("ev_mtp", new StimulusUserAction(array("label"=>"Move to Production", "description"=>"The server is moved to production")));
  1039. MetaModel::Init_DefineStimulus("ev_start_change", new StimulusUserAction(array("label"=>"Change Start [No Click]", "description"=>"A change starts for this server")));
  1040. MetaModel::Init_DefineStimulus("ev_end_change", new StimulusUserAction(array("label"=>"End Change [No Click]", "description"=>"No more change running for this server")));
  1041. MetaModel::Init_DefineStimulus("ev_decommission", new StimulusUserAction(array("label"=>"Decommission", "description"=>"The server is being decommissioned")));
  1042. MetaModel::Init_DefineStimulus("ev_obsolete", new StimulusUserAction(array("label"=>"Obsolete", "description"=>"The server is no more used")));
  1043. MetaModel::Init_DefineStimulus("ev_recycle", new StimulusUserAction(array("label"=>"Recycle this server", "description"=>"The server is move back to deconfiguration")));
  1044. MetaModel::Init_DefineTransition("In Store", "ev_ship", array("target_state"=>"Shipped", "actions"=>array(), "user_restriction"=>null));
  1045. MetaModel::Init_DefineTransition("In Store", "ev_plug", array("target_state"=>"Plugged", "actions"=>array(), "user_restriction"=>null));
  1046. MetaModel::Init_DefineTransition("Shipped", "ev_store", array("target_state"=>"In Store", "actions"=>array(), "user_restriction"=>null));
  1047. MetaModel::Init_DefineTransition("Shipped", "ev_plug", array("target_state"=>"Plugged", "actions"=>array(), "user_restriction"=>null));
  1048. MetaModel::Init_DefineTransition("Plugged", "ev_ship", array("target_state"=>"Shipped", "actions"=>array(), "user_restriction"=>null));
  1049. MetaModel::Init_DefineTransition("Plugged", "ev_store", array("target_state"=>"In Store", "actions"=>array(), "user_restriction"=>null));
  1050. MetaModel::Init_DefineTransition("Plugged", "ev_configuration_finished", array("target_state"=>"Production Candidate", "actions"=>array(), "user_restriction"=>null));
  1051. MetaModel::Init_DefineTransition("Production Candidate", "ev_val_failed", array("target_state"=>"Plugged", "actions"=>array(), "user_restriction"=>null));
  1052. MetaModel::Init_DefineTransition("Production Candidate", "ev_mtp", array("target_state"=>"In Production", "actions"=>array(), "user_restriction"=>null));
  1053. MetaModel::Init_DefineTransition("In Production", "ev_start_change", array("target_state"=>"In Change", "actions"=>array(), "user_restriction"=>null));
  1054. MetaModel::Init_DefineTransition("In Production", "ev_obsolete", array("target_state"=>"Obsolete", "actions"=>array(), "user_restriction"=>null));
  1055. MetaModel::Init_DefineTransition("In Production", "ev_decommission", array("target_state"=>"Being Deconfigured", "actions"=>array(), "user_restriction"=>null));
  1056. MetaModel::Init_DefineTransition("In Change", "ev_end_change", array("target_state"=>"In Production", "actions"=>array(), "user_restriction"=>null));
  1057. MetaModel::Init_DefineTransition("Being Deconfigured", "ev_ship", array("target_state"=>"Shipped", "actions"=>array(), "user_restriction"=>null));
  1058. MetaModel::Init_DefineTransition("Being Deconfigured", "ev_plug", array("target_state"=>"Plugged", "actions"=>array(), "user_restriction"=>null));
  1059. MetaModel::Init_DefineTransition("Being Deconfigured", "ev_store", array("target_state"=>"In Store", "actions"=>array(), "user_restriction"=>null));
  1060. MetaModel::Init_DefineTransition("Being Deconfigured", "ev_obsolete", array("target_state"=>"Obsolete", "actions"=>array(), "user_restriction"=>null));
  1061. MetaModel::Init_DefineTransition("Obsolete", "ev_recycle", array("target_state"=>"Being Deconfigured", "actions"=>array(), "user_restriction"=>null));
  1062. // Display lists
  1063. MetaModel::Init_SetZListItems('details', array('name', 'mgmt_ip','default_gateway','status', 'severity','org_id', 'location_id', 'brand', 'model', 'os_family', 'os_version','serial_number','shipment_number', 'cpu', 'number_of_cpus', 'memory_size', 'hdd_size', 'hdd_free_size')); // Attributes to be displayed for the complete details
  1064. MetaModel::Init_SetZListItems('list', array('name', 'status','severity', 'org_id', 'location_id', 'brand', 'model', 'os_family', 'os_version')); // Attributes to be displayed for a list
  1065. // Search criteria
  1066. MetaModel::Init_SetZListItems('standard_search', array('name', 'status','severity', 'brand', 'model', 'os_family', 'location_id')); // Criteria of the std search form
  1067. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status','brand', 'model', 'os_family', 'os_version', 'location_id', 'cpu', 'number_of_cpus', 'memory_size', 'hdd_size', 'hdd_free_size')); // Criteria of the advanced search form
  1068. }
  1069. function DisplayDetails(web_page $oPage)
  1070. {
  1071. parent::DisplayDetails($oPage);
  1072. /*
  1073. parent::DisplayDetails($oPage);
  1074. $oSearchFilter = new CMDBSearchFilter('lnkContactRealObject');
  1075. $oSearchFilter->AddCondition('object_id', $this->GetKey(), '=');
  1076. $oSet = new CMDBObjectSet($oSearchFilter);
  1077. $count = $oSet->Count();
  1078. if ($count > 0)
  1079. {
  1080. $oPage->SetCurrentTab("Contacts");
  1081. $oPage->p("$count contact(s) for this server:");
  1082. $this->DisplaySet($oPage, $oSet);
  1083. }
  1084. $oSearchFilter = new CMDBSearchFilter('bizInterface');
  1085. $oSearchFilter->AddCondition('device_id', $this->GetKey(), '=');
  1086. $oSet = new CMDBObjectSet($oSearchFilter);
  1087. $count = $oSet->Count();
  1088. if ($count > 0)
  1089. {
  1090. $oPage->SetCurrentTab("Interfaces");
  1091. $oPage->p("$count interface(s) for this server:");
  1092. $this->DisplaySet($oPage, $oSet);
  1093. }
  1094. $oSearchFilter = new CMDBSearchFilter('Application');
  1095. $oSearchFilter->AddCondition('infra_id', $this->GetKey(), '=');
  1096. $oSet = new CMDBObjectSet($oSearchFilter);
  1097. $count = $oSet->Count();
  1098. if ($count > 0)
  1099. {
  1100. $oPage->SetCurrentTab("Installed applications");
  1101. $oPage->p("$count application(s) installed on this server:");
  1102. $this->DisplaySet($oPage, $oSet);
  1103. }
  1104. $oSearchFilter = new CMDBSearchFilter('bizPatch');
  1105. $oSearchFilter->AddCondition('infra_id', $this->GetKey(), '=');
  1106. $oSet = new CMDBObjectSet($oSearchFilter);
  1107. $count = $oSet->Count();
  1108. if ($count > 0)
  1109. {
  1110. $oPage->SetCurrentTab("Installed patches");
  1111. $oPage->p("$count patch(s) installed on this server:");
  1112. $this->DisplaySet($oPage, $oSet);
  1113. }
  1114. */
  1115. }
  1116. public function Generate(cmdbDataGenerator $oGenerator)
  1117. {
  1118. $this->Set('org_id', $oGenerator->GetOrganizationId());
  1119. $this->Set('location_id', $oGenerator->GenerateKey("bizLocation", array('org_id' =>$oGenerator->GetOrganizationId() )));
  1120. $this->Set('name', $oGenerator->GenerateString("enum(pc,pc,pc,pc,pc,win,redhat,linux,srv,workstation)|number(000-999)|.|domain()"));
  1121. $this->Set('brand', $oGenerator->GenerateString("enum(Hewlett-Packard,Dell,Compaq,Siemens,Packard Bell,IBM,Gateway,Medion,Sony)"));
  1122. $this->Set('model', $oGenerator->GenerateString("enum(Vectra,Deskpro,Dimension,Optiplex,Latitude,Precision,Vaio)"));
  1123. $this->Set('serial_number', $oGenerator->GenerateString("enum(FR,US,TW,CH)|number(000000-999999)"));
  1124. $this->Set('memory_size', $oGenerator->GenerateString("enum(512,1024,2048,4096,2048,4096,8192,8192,8192,16384,32768)"));
  1125. $this->Set('cpu', $oGenerator->GenerateString("enum(Pentium III,Pentium 4,Pentium M,Core Duo,Core 2 Duo,Celeron,Opteron,Thurion,Athlon)"));
  1126. $this->Set('number_of_cpu', $oGenerator->GenerateString("enum(1,1,2,2,2,2,2,4,4,8)"));
  1127. $this->Set('hdd_size', $oGenerator->GenerateString("enum(500,1024,500,1024,500,1024,2048)"));
  1128. $this->Set('hdd_free_size', $this->Get('hdd_size')*$oGenerator->GenerateString("number(20-80)"));
  1129. $this->Set('os_family', $oGenerator->GenerateString("enum(Windows,Windows,Windows,Linux,Windows,Linux,Windows,Linux,Linux,HP-UX,Solaris,AIX)"));
  1130. $this->Set('os_version', $oGenerator->GenerateString("enum(XP,XP,XP,RH EL 4,RH EL 5,SuSE 10.3,SuSE 10.4,11.11,11.11i)"));
  1131. }
  1132. }
  1133. ////////////////////////////////////////////////////////////////////////////////////
  1134. /**
  1135. * A network device
  1136. */
  1137. ////////////////////////////////////////////////////////////////////////////////////
  1138. class bizNetworkDevice extends bizDevice
  1139. {
  1140. public static function Init()
  1141. {
  1142. $aParams = array
  1143. (
  1144. "category" => "bizmodel,searchable",
  1145. "name" => "Network Device",
  1146. "description" => "A network device",
  1147. "key_type" => "",
  1148. "key_label" => "id",
  1149. "name_attcode" => "name",
  1150. "state_attcode" => "",
  1151. "reconc_keys" => array("org_name", "name"), // inherited attributes
  1152. "db_table" => "network_devices",
  1153. "db_key_field" => "id",
  1154. "db_finalclass_field" => "",
  1155. "display_template" => "../business/templates/network.device.html",
  1156. );
  1157. MetaModel::Init_Params($aParams);
  1158. MetaModel::Init_InheritAttributes();
  1159. MetaModel::Init_AddAttribute(new AttributeEnum("type", array("label"=>"Type", "description"=>"Type of device", "allowed_values"=>new ValueSetEnum("switch,router,firewall,load balancer,hub,WAN accelerator"), "sql"=>"type", "default_value"=>"switch", "is_null_allowed"=>false, "depends_on"=>array())));
  1160. MetaModel::Init_AddAttribute(new AttributeString("ip_address", array("label"=>"Mgmt IP", "description"=>"Management IP address", "allowed_values"=>null, "sql"=>"ip_address", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1161. MetaModel::Init_AddAttribute(new AttributeString("default_gateway", array("label"=>"Default Gateway", "description"=>"Default Gateway for this device", "allowed_values"=>null, "sql"=>"default_gateway", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1162. MetaModel::Init_AddAttribute(new AttributeString("ios_version", array("label"=>"IOS version", "description"=>"IOS (software) version", "allowed_values"=>null, "sql"=>"ios_version", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1163. MetaModel::Init_AddAttribute(new AttributeString("memory", array("label"=>"Memory", "description"=>"Memory description", "allowed_values"=>null, "sql"=>"memory", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1164. MetaModel::Init_AddAttribute(new AttributeString("snmp_read", array("label"=>"SNMP Community (Read)", "description"=>"SNMP Read Community String", "allowed_values"=>null, "sql"=>"snmp_read", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1165. MetaModel::Init_AddAttribute(new AttributeString("snmp_write", array("label"=>"SNMP Community (Write)", "description"=>"SNMP Write Community String", "allowed_values"=>null, "sql"=>"snmp_write", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1166. MetaModel::Init_InheritFilters();
  1167. MetaModel::Init_AddFilterFromAttribute("type");
  1168. MetaModel::Init_AddFilterFromAttribute("ip_address");
  1169. MetaModel::Init_AddFilterFromAttribute("ios_version");
  1170. // Display lists
  1171. MetaModel::Init_SetZListItems('details', array('name', 'status','severity','org_id', 'location_id', 'brand','model','type','ip_address','default_gateway','serial_number','ios_version','memory','snmp_read','snmp_write')); // Attributes to be displayed for the complete details
  1172. MetaModel::Init_SetZListItems('list', array('name', 'status','brand','model','type','ip_address')); // Attributes to be displayed for a list
  1173. // Search criteria
  1174. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'location_id', 'brand','model','type','ip_address')); // Criteria of the std search form
  1175. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'org_id', 'location_id', 'brand','model','type','ip_address','serial_number','ios_version','snmp_read','snmp_write')); // Criteria of the advanced search form
  1176. }
  1177. public function Generate(cmdbDataGenerator $oGenerator)
  1178. {
  1179. $this->Set('org_id', $oGenerator->GetOrganizationId());
  1180. $this->Set('location_id', $oGenerator->GenerateKey("bizLocation", array('org_id' =>$oGenerator->GetOrganizationId() )));
  1181. $this->Set('name', $oGenerator->GenerateString("enum(sw,swi,switch,rout,rtr,gw)|number(000-999)|.|domain()"));
  1182. $this->Set('brand', $oGenerator->GenerateString("enum(Hewlett-Packard,Cisco,3Com,Avaya,Alcatel,Cabletron,Extrem Networks,Juniper,Netgear,Synopitcs,Xylan)"));
  1183. $this->Set('model', $oGenerator->GenerateString("enum(Procurve ,Catalyst ,Multiswitch ,C)|enum(25,26,36,40,65)|enum(00,09,10,50)"));
  1184. $this->Set('serial_number', $oGenerator->GenerateString("enum(FAA,AGA,PAD,COB,DFE)|number(0000-9999)|enum(M,X,L)"));
  1185. $this->Set('ip_address', $oGenerator->GenerateString("number(10-248)|.|number(1-254)|.|number(1-254)|.|number(1-254)"));
  1186. $this->Set('ios_version', $oGenerator->GenerateString("enum(9,10,12)|.|enum(0,1,2)|enum(,,,,XP,.5.1)"));
  1187. $this->Set('snmp_read', $oGenerator->GenerateString("enum(Ew,+0,**,Ps)|number(00-99)|enum(+,=,],;, )|enum(Aze,Vbn,Bbn,+9+,-9-,#)"));
  1188. $this->Set('snmp_write', $oGenerator->GenerateString("enum(M3,l3,$,*,Zz,Ks,jh)|number(00-99)|enum(A*e,V%n,Bbn,+,-,#)|number(0-9)"));
  1189. }
  1190. }
  1191. ////////////////////////////////////////////////////////////////////////////////////
  1192. /**
  1193. * A "Solution"
  1194. */
  1195. ////////////////////////////////////////////////////////////////////////////////////
  1196. class bizInfraGroup extends logInfra
  1197. {
  1198. public static function Init()
  1199. {
  1200. $aParams = array
  1201. (
  1202. "category" => "bizmodel,searchable",
  1203. "name" => "Infra Group",
  1204. "description" => "A group of infrastructure elements",
  1205. "key_type" => "",
  1206. "key_label" => "id",
  1207. "name_attcode" => "name",
  1208. "state_attcode" => "",
  1209. "reconc_keys" => array("org_name", "name"), // inherited attributes
  1210. "db_table" => "infra_group",
  1211. "db_key_field" => "id",
  1212. "db_finalclass_field" => "",
  1213. "display_template" => "../business/templates/group.html",
  1214. );
  1215. MetaModel::Init_Params($aParams);
  1216. MetaModel::Init_InheritAttributes();
  1217. MetaModel::Init_AddAttribute(new AttributeEnum("type", array("label"=>"Type", "description"=>"Type of groupe", "allowed_values"=>new ValueSetEnum("Monitoring,Reporting,list"), "sql"=>"type", "default_value"=>"list", "is_null_allowed"=>true, "depends_on"=>array())));
  1218. MetaModel::Init_AddAttribute(new AttributeString("description", array("label"=>"Description", "description"=>"usage of the Group", "allowed_values"=>null, "sql"=>"description", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1219. MetaModel::Init_AddAttribute(new AttributeExternalKey("parent_group_id", array("targetclass"=>"bizInfraGroup", "label"=>"Parent Group", "description"=>"including group", "allowed_values"=>null, "sql"=>"parent_group_id", "is_null_allowed"=>true, "depends_on"=>array())));
  1220. MetaModel::Init_AddAttribute(new AttributeExternalField("parent_group_name", array("label"=>"Parent Group (Name)", "description"=>"name of the parent group", "allowed_values"=>null, "extkey_attcode"=> 'parent_group_id', "target_attcode"=>"name")));
  1221. MetaModel::Init_InheritFilters();
  1222. MetaModel::Init_AddFilterFromAttribute("type");
  1223. MetaModel::Init_AddFilterFromAttribute("parent_group_id");
  1224. MetaModel::Init_AddFilterFromAttribute("parent_group_name");
  1225. // Display lists
  1226. MetaModel::Init_SetZListItems('details', array('name', 'status', 'org_id', 'type', 'description','parent_group_id')); // Attributes to be displayed for a list
  1227. MetaModel::Init_SetZListItems('list', array('name', 'status', 'org_id', 'type', 'description')); // Attributes to be displayed for a list
  1228. // Search criteria
  1229. MetaModel::Init_SetZListItems('standard_search', array('name', 'status', 'type')); // Criteria of the std search form
  1230. MetaModel::Init_SetZListItems('advanced_search', array('name', 'status', 'type', 'description', 'org_id')); // Criteria of the advanced search form
  1231. }
  1232. function DisplayDetails(web_page $oPage)
  1233. {
  1234. parent::DisplayDetails($oPage);
  1235. /*
  1236. $oSearchFilter = new CMDBSearchFilter('lnkInfraGrouping');
  1237. $oSearchFilter->AddCondition('infra_group_id', $this->GetKey(), '=');
  1238. $oSet = new CMDBObjectSet($oSearchFilter);
  1239. $count = $oSet->Count();
  1240. if ($count > 0)
  1241. {
  1242. $oPage->SetCurrentTab("RelatedInfrastructure");
  1243. $oPage->p("Infrastructure Link to this group:");
  1244. $this->DisplaySet($oPage, $oSet);
  1245. }
  1246. $oSearchFilter = new CMDBSearchFilter('lnkContactRealObject');
  1247. $oSearchFilter->AddCondition('object_id', $this->GetKey(), '=');
  1248. $oSet = new CMDBObjectSet($oSearchFilter);
  1249. $count = $oSet->Count();
  1250. if ($count > 0)
  1251. {
  1252. $oPage->SetCurrentTab("TeamLinks");
  1253. $oPage->p("People concerned by this group:");
  1254. $this->DisplaySet($oPage, $oSet);
  1255. }
  1256. */
  1257. }
  1258. public function Generate(cmdbDataGenerator $oGenerator)
  1259. {
  1260. $this->Set('org_id', $oGenerator->GetOrganizationId());
  1261. $this->Set('name', $oGenerator->GenerateString("enum(ov_nnm_,ovpi_,vitalnet_,datacenter_,web_farm_)|number(000-999)"));
  1262. $this->Set('type', $oGenerator->GenerateString("enum(Application,Infrastructure)"));
  1263. }
  1264. }
  1265. ////////////////////////////////////////////////////////////////////////////////////
  1266. //**
  1267. //* An application is an instance of a software install on a PC or Server
  1268. //*
  1269. ////////////////////////////////////////////////////////////////////////////////////
  1270. class bizApplication extends logInfra
  1271. {
  1272. public static function Init()
  1273. {
  1274. $aParams = array
  1275. (
  1276. "category" => "bizmodel,searchable",
  1277. "name" => "Application",
  1278. "description" => "General application",
  1279. "key_type" => "",
  1280. "key_label" => "id",
  1281. "name_attcode" => "name",
  1282. "state_attcode" => "",
  1283. "reconc_keys" => array("device_name", "name"), // inherited attributes
  1284. "db_table" => "applications",
  1285. "db_key_field" => "id",
  1286. "db_finalclass_field" => "",
  1287. "display_template" => "../business/templates/application.html",
  1288. );
  1289. MetaModel::Init_Params($aParams);
  1290. MetaModel::Init_InheritAttributes();
  1291. MetaModel::Init_AddAttribute(new AttributeExternalKey("device_id", array("targetclass"=>"bizDevice", "jointype"=> '', "label"=>"Hosting device", "description"=>"The device where application is installed", "allowed_values"=>null, "sql"=>"device_id", "is_null_allowed"=>false, "depends_on"=>array())));
  1292. MetaModel::Init_AddAttribute(new AttributeExternalField("device_name", array("label"=>"Hosting device", "description"=>"Name of the device where application is installed", "allowed_values"=>null, "extkey_attcode"=> 'device_id', "target_attcode"=>"name")));
  1293. MetaModel::Init_AddAttribute(new AttributeDate("install_date", array("label"=>"Installed date", "description"=>"Date when application was installed", "allowed_values"=>null, "sql"=>"install_date", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1294. MetaModel::Init_AddAttribute(new AttributeString("version", array("label"=>"Version", "description"=>"Application version", "allowed_values"=>null, "sql"=>"version", "default_value"=>"undefined", "is_null_allowed"=>false, "depends_on"=>array())));
  1295. MetaModel::Init_AddAttribute(new AttributeString("function", array("label"=>"Function", "description"=>"Function provided by this application", "allowed_values"=>null, "sql"=>"function", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1296. MetaModel::Init_InheritFilters();
  1297. MetaModel::Init_AddFilterFromAttribute("function");
  1298. MetaModel::Init_AddFilterFromAttribute("version");
  1299. MetaModel::Init_AddFilterFromAttribute("device_id");
  1300. MetaModel::Init_AddFilterFromAttribute("device_name");
  1301. // Display lists
  1302. MetaModel::Init_SetZListItems('details', array('name','device_id','org_id','status','install_date', 'version','function')); // Attributes to be displayed for the complete details
  1303. MetaModel::Init_SetZListItems('list', array('name','device_id', 'version', 'function')); // Attributes to be displayed for a list
  1304. // Search criteria
  1305. MetaModel::Init_SetZListItems('standard_search', array('name', 'device_id','version','function')); // Criteria of the std search form
  1306. MetaModel::Init_SetZListItems('advanced_search', array('name', 'device_id','version','function')); // Criteria of the advanced search form
  1307. }
  1308. public static function GetRelationQueries($sRelCode)
  1309. {
  1310. switch ($sRelCode)
  1311. {
  1312. case "impacts":
  1313. $aRels = array(
  1314. "client app" => array("sQuery"=>"bizApplication: PKEY IS client_id IN (lnkClientServer: server_id = \$[this.pkey::])", "bPropagate"=>true, "iDistance"=>3),
  1315. );
  1316. return array_merge($aRels, parent::GetRelationQueries($sRelCode));
  1317. }
  1318. }
  1319. function DisplayDetails(web_page $oPage)
  1320. {
  1321. parent::DisplayDetails($oPage);
  1322. /*
  1323. $oSearchFilter = new CMDBSearchFilter('lnkClientServer');
  1324. $oSearchFilter->AddCondition('server_id', $this->GetKey(), '=');
  1325. $oSet = new CMDBObjectSet($oSearchFilter);
  1326. $count = $oSet->Count();
  1327. if ($count > 0)
  1328. {
  1329. $oPage->SetCurrentTab("Connected clients");
  1330. $oPage->p("Client applications impacted when down:");
  1331. $this->DisplaySet($oPage, $oSet);
  1332. }
  1333. */
  1334. }
  1335. }
  1336. ////////////////////////////////////////////////////////////////////////////////////
  1337. /**
  1338. * n-n link between any Infra and a Group
  1339. */
  1340. ////////////////////////////////////////////////////////////////////////////////////
  1341. class lnkInfraGrouping extends cmdbAbstractObject
  1342. {
  1343. public static function Init()
  1344. {
  1345. $aParams = array
  1346. (
  1347. "category" => "bizmodel,searchable",
  1348. "name" => "Infra Grouping",
  1349. "description" => "Infra part of an Infra Group",
  1350. "key_type" => "autoincrement",
  1351. "key_label" => "link_id",
  1352. "name_attcode" => "impact",
  1353. "state_attcode" => "",
  1354. "reconc_keys" => array(""),
  1355. "db_table" => "infra_grouping",
  1356. "db_key_field" => "link_id",
  1357. "db_finalclass_field" => "",
  1358. "display_template" => "../business/templates/default.html",
  1359. );
  1360. MetaModel::Init_Params($aParams);
  1361. MetaModel::Init_AddAttribute(new AttributeExternalKey("infra_id", array("targetclass"=>"logInfra", "jointype"=> '', "label"=>"Infrastructure", "description"=>"Infrastructure part of the group", "allowed_values"=>null, "sql"=>"infra_id", "is_null_allowed"=>false, "depends_on"=>array())));
  1362. MetaModel::Init_AddAttribute(new AttributeExternalField("infra_name", array("label"=>"Infrastructure name", "description"=>"Name of the impacted infrastructure", "allowed_values"=>null, "extkey_attcode"=> 'infra_id', "target_attcode"=>"name")));
  1363. MetaModel::Init_AddAttribute(new AttributeExternalField("infra_status", array("label"=>"Status", "description"=>"Status of the impacted infrastructure", "allowed_values"=>null, "extkey_attcode"=> 'infra_id', "target_attcode"=>"status")));
  1364. MetaModel::Init_AddAttribute(new AttributeExternalKey("infra_group_id", array("targetclass"=>"bizInfraGroup", "jointype"=> '', "label"=>"Group Name", "description"=>"Name of the group", "allowed_values"=>null, "sql"=>"infra_group_id", "is_null_allowed"=>false, "depends_on"=>array())));
  1365. MetaModel::Init_AddAttribute(new AttributeExternalField("group_name", array("label"=>"Group name", "description"=>"Name of the group containing infrastructure", "allowed_values"=>null, "extkey_attcode"=> 'infra_group_id', "target_attcode"=>"name")));
  1366. MetaModel::Init_AddAttribute(new AttributeString("impact", array("label"=>"Relation", "description"=>"Relation between this group and infra", "allowed_values"=>null, "sql"=>"impact", "default_value"=>"none", "is_null_allowed"=>true, "depends_on"=>array())));
  1367. // impact should modelized: enum (eg: if the group si dead when infra is dead)
  1368. MetaModel::Init_AddFilterFromAttribute("infra_id");
  1369. MetaModel::Init_AddFilterFromAttribute("infra_group_id");
  1370. MetaModel::Init_AddFilterFromAttribute("impact");
  1371. // Display lists
  1372. MetaModel::Init_SetZListItems('details', array('infra_id','infra_status', 'impact', 'infra_group_id')); // Attributes to be displayed for a list
  1373. MetaModel::Init_SetZListItems('list', array('infra_id','infra_status', 'impact', 'infra_group_id')); // Attributes to be displayed for a list
  1374. // Search criteria
  1375. MetaModel::Init_SetZListItems('standard_search', array('infra_id', 'infra_group_id', 'impact')); // Criteria of the std search form
  1376. MetaModel::Init_SetZListItems('advanced_search', array('infra_id', 'infra_group_id', 'impact')); // Criteria of the advanced search form
  1377. }
  1378. public function Generate(cmdbDataGenerator $oGenerator)
  1379. {
  1380. $this->Set('infra_id', $oGenerator->GenerateKey("logInfra", array('org_id' =>$oGenerator->GetOrganizationId() )));
  1381. $this->Set('infra_group_id', $oGenerator->GenerateKey("bizInfraGroup", array('org_id' =>$oGenerator->GetOrganizationId() )));
  1382. $this->Set('impact', $oGenerator->GenerateString("enum(none,mandatory,partial)"));
  1383. }
  1384. }
  1385. ////////////////////////////////////////////////////////////////////////////////////
  1386. /**
  1387. * n-n link between two applications, one is the server side and the scond one the client*/
  1388. ////////////////////////////////////////////////////////////////////////////////////
  1389. class lnkClientServer extends logRealObject
  1390. {
  1391. public static function Init()
  1392. {
  1393. $aParams = array
  1394. (
  1395. "category" => "bizmodel,searchable",
  1396. "name" => "ClientServerLinks",
  1397. "description" => "Link between client server application",
  1398. "key_type" => "autoincrement",
  1399. "key_label" => "link_id",
  1400. "name_attcode" => "relation", // ????
  1401. "state_attcode" => "",
  1402. "reconc_keys" => array("relation"), // ????
  1403. "db_table" => "clientserver_links",
  1404. "db_key_field" => "link_id",
  1405. "db_finalclass_field" => "",
  1406. );
  1407. MetaModel::Init_Params($aParams);
  1408. MetaModel::Init_AddAttribute(new AttributeExternalKey("client_id", array("targetclass"=>"bizApplication", "jointype"=> '', "label"=>"Client", "description"=>"The client part of the link", "allowed_values"=>null, "sql"=>"client_id", "is_null_allowed"=>false, "depends_on"=>array())));
  1409. MetaModel::Init_AddAttribute(new AttributeExternalField("client_name", array("label"=>"Client", "description"=>"Name of the client", "allowed_values"=>null, "extkey_attcode"=> 'client_id', "target_attcode"=>"name")));
  1410. MetaModel::Init_AddAttribute(new AttributeExternalKey("server_id", array("targetclass"=>"bizApplication", "jointype"=> '', "label"=>"Server", "description"=>"the server part of the link", "allowed_values"=>null, "sql"=>"server_id", "is_null_allowed"=>false, "depends_on"=>array())));
  1411. MetaModel::Init_AddAttribute(new AttributeExternalField("server_name", array("label"=>"Server", "description"=>"Name of the server", "allowed_values"=>null, "extkey_attcode"=> 'server_id', "target_attcode"=>"name")));
  1412. MetaModel::Init_AddAttribute(new AttributeString("relation", array("label"=>"Relation", "description"=>"Type of relation between both application", "allowed_values"=>null, "sql"=>"relation", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1413. MetaModel::Init_AddFilterFromAttribute("client_id");
  1414. MetaModel::Init_AddFilterFromAttribute("server_id");
  1415. // Display lists
  1416. MetaModel::Init_SetZListItems('details', array('client_id', 'server_id', 'relation')); // Attributes to be displayed for a list
  1417. MetaModel::Init_SetZListItems('list', array('client_id', 'server_id', 'relation')); // Attributes to be displayed for a list
  1418. // Search criteria
  1419. MetaModel::Init_SetZListItems('standard_search', array('client_id', 'server_id')); // Criteria of the std search form
  1420. MetaModel::Init_SetZListItems('advanced_search', array('client_id', 'server_id')); // Criteria of the advanced search form
  1421. }
  1422. }
  1423. ////////////////////////////////////////////////////////////////////////////////////
  1424. //**
  1425. //* A patch is an application or OS fixe for an infrastructure
  1426. //*
  1427. ////////////////////////////////////////////////////////////////////////////////////
  1428. class bizPatch extends logRealObject
  1429. {
  1430. public static function Init()
  1431. {
  1432. $aParams = array
  1433. (
  1434. "category" => "bizmodel,searchable",
  1435. "name" => "Patch",
  1436. "description" => "Patch installed on infrastucture",
  1437. "key_type" => "",
  1438. "key_label" => "id",
  1439. "name_attcode" => "name",
  1440. "state_attcode" => "",
  1441. "reconc_keys" => array("device_name", "name"), // inherited attributes
  1442. "db_table" => "patches",
  1443. "db_key_field" => "id",
  1444. "db_finalclass_field" => "",
  1445. "display_template" => "../business/templates/default.html",
  1446. );
  1447. MetaModel::Init_Params($aParams);
  1448. MetaModel::Init_InheritAttributes();
  1449. MetaModel::Init_AddAttribute(new AttributeExternalKey("device_id", array("targetclass"=>"bizDevice", "jointype"=> '', "label"=>"Device", "description"=>"The Device where patch is installed", "allowed_values"=>null, "sql"=>"device_id", "is_null_allowed"=>false, "depends_on"=>array())));
  1450. MetaModel::Init_AddAttribute(new AttributeExternalField("device_name", array("label"=>"Device name", "description"=>"Name of the impacted device", "allowed_values"=>null, "extkey_attcode"=> 'device_id', "target_attcode"=>"name")));
  1451. MetaModel::Init_AddAttribute(new AttributeDate("install_date", array("label"=>"Installed date", "description"=>"Date when application was installed", "allowed_values"=>null, "sql"=>"install_date", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));
  1452. MetaModel::Init_AddAttribute(new AttributeString("description", array("label"=>"Description", "description"=>"description du patch", "allowed_values"=>null, "sql"=>"description", "default_value"=>"", "is_null_allowed"=>true, "depends_on"=>array())));
  1453. MetaModel::Init_AddAttribute(new AttributeString("patch_type", array("label"=>"Type", "description"=>"type de patch", "allowed_values"=>new ValueSetEnum("OS,Application"), "sql"=>"patch_type", "default_value"=>"OS", "is_null_allowed"=>false, "depends_on"=>array())));
  1454. MetaModel::Init_InheritFilters();
  1455. MetaModel::Init_AddFilterFromAttribute("patch_type");
  1456. MetaModel::Init_AddFilterFromAttribute("device_id");
  1457. // Display lists
  1458. MetaModel::Init_SetZListItems('details', array('name','device_id', 'install_date', 'patch_type','description')); // Attributes to be displayed for the complete details
  1459. MetaModel::Init_SetZListItems('list', array('name','device_id', 'patch_type','install_date')); // Attributes to be displayed for a list
  1460. // Search criteria
  1461. MetaModel::Init_SetZListItems('standard_search', array('name', 'device_id','patch_type')); // Criteria of the std search form
  1462. MetaModel::Init_SetZListItems('advanced_search', array('name', 'device_id','patch_type')); // Criteria of the advanced search form
  1463. }
  1464. }
  1465. /*** Insert here all modules requires for ITOP application ***/
  1466. require_once('incident.business.php');
  1467. require_once('ServiceMgmt.business.php');
  1468. require_once('ChangeMgmt.php');
  1469. require_once('KEDB.php')
  1470. ?>