Changeset 393
- Timestamp:
- Feb 19, 2010, 2:44:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/CreateDataService.groovy
r321 r393 361 361 def createBaseDefinitions() { 362 362 appConfigService.set("Department Definition", "A department as recongised by accounting.") 363 appConfigService.set("Site Definition", "The site, plant or area.") 364 appConfigService.set("Section Definition", "A logical grouping of assets as determined by design.") 365 appConfigService.set("Asset Definition", "Asset definition") 366 appConfigService.set("Asset Sub Item 1 Name", "Asset Sub Item name") 367 appConfigService.set("Asset Sub Item 1 Definition", "Asset Sub Item definition") 368 appConfigService.set("Asset Sub Item 2 Name", "Asset Sub Item name") 369 appConfigService.set("Asset Sub Item 2 Definition", "Asset Sub Item definition") 370 appConfigService.set("Asset Sub Item 3 Name", "Asset Sub Item name") 371 appConfigService.set("Asset Sub Item 3 Definition", "Asset Sub Item definition") 372 appConfigService.set("Asset Sub Item 4 Name", "Asset Sub Item name") 373 appConfigService.set("Asset Sub Item 4 Definition", "Asset Sub Item definition") 363 appConfigService.set("Site Definition", "The plant, work or production site.") 364 appConfigService.set("Section Definition", "A logical grouping of assets, which may be an area, system or process \ 365 as determined by design.") 366 appConfigService.set("Asset Definition", 367 "The complete asset as it is known on the site. \ 368 Often purchased as a whole with the primary purpose of returning value by performing a function. \ 369 An asset is made up of 1 or more sub assets and performs a complete function as specified by the designer.") 370 appConfigService.set("Asset Sub Item 1 Name", 371 "Sub Asset") 372 appConfigService.set("Asset Sub Item 1 Definition", 373 "A machine that performs part of a complete asset's function and often has a model number.") 374 appConfigService.set("Asset Sub Item 2 Name", 375 "Functional Assembly") 376 appConfigService.set("Asset Sub Item 2 Definition", 377 "Functional Assemblies are taken from the designer's functional list for the sub asset and are made up of sub \ 378 assemblies that together perform that function.") 379 appConfigService.set("Asset Sub Item 3 Name", 380 "Sub Assembly Group") 381 appConfigService.set("Asset Sub Item 3 Definition", 382 "Group or type of part.") 383 appConfigService.set("Asset Sub Item 4 Name", 384 "Component Item") 385 appConfigService.set("Asset Sub Item 4 Definition", 386 "The smallest part that would be analysed for failure.") 374 387 } 375 388
Note: See TracChangeset
for help on using the changeset viewer.