Skip to content

Instantly share code, notes, and snippets.

@MihailoJoksimovic
Created April 11, 2013 15:10
Show Gist options
  • Save MihailoJoksimovic/5364170 to your computer and use it in GitHub Desktop.
Save MihailoJoksimovic/5364170 to your computer and use it in GitHub Desktop.
<fujitsu>
<hostName>cat</hostName>
<systemName>portal2</systemName>
<systemInitials>P2</systemInitials>
<!-- 1 => newcat -->
<dbdId>2</dbdId>
<serverId>6</serverId>
<isReportingEnabled>1</isReportingEnabled> <!-- enable this only if you also specify a custom reporting DB (or use the default one if thats appropriate) -->
<isReportCartProcessingEnabled>0</isReportCartProcessingEnabled>
<isForwardToOtherRequestorEnabled>1</isForwardToOtherRequestorEnabled>
<areSubjectsOfMailsPrefixedWithClusters>1</areSubjectsOfMailsPrefixedWithClusters>
<freeTextOrder>
<areExtraOptionsForManufacturerNameVisable>1</areExtraOptionsForManufacturerNameVisable>
<checkManufacturerName>1</checkManufacturerName>
<enableAllClustersTransforming>1</enableAllClustersTransforming>
</freeTextOrder>
<orderApproval>
<checkedCluster>hardware</checkedCluster>
<checkedCluster>software</checkedCluster>
<preselectSubCluster>1</preselectSubCluster>
</orderApproval>
<cart>
<specificApprovalManager>specific</specificApprovalManager>
</cart>
<uploadExcelFile>0</uploadExcelFile>
<excelTemplateDownload>
<extension>xlsx</extension>
<filePath>download/excel</filePath>
</excelTemplateDownload>
<urls>
<loginPage>https://portal2.eprocure.at/cat/client/Fujitsu/index.phtml</loginPage>
<loginActionUrl>https://portal2.eprocure.at/cat/main.phtml</loginActionUrl>
<eProcureMain>https://portal2.eprocure.at/cat/main.phtml</eProcureMain>
<fujitsu>
<intranetUrl>http://intranet.ts.fujitsu.com/teams/d/so/gs/fep/SitePages/Home.aspx</intranetUrl>
</fujitsu>
</urls>
<api_routes>
<clusterUser>
<path>Fujitsu\Api\ClusterUserApi</path>
<request_handler>JsonRequest</request_handler>
<response_handler>JsonResponse</response_handler>
<methods>update</methods>
<methods>dummy</methods>
</clusterUser>
</api_routes>
<service_manager>
<composites>
<RegionAdapter>
<path>Fujitsu\Db\RegionAdapter</path>
<params>
<param>
<service>DbAdapter</service>
</param>
</params>
</RegionAdapter>
<WebuserAdapter>
<path>DIG\Db\WebuserAdapter</path>
<params>
<param>
<service>DbAdapter</service>
</param>
</params>
</WebuserAdapter>
<RegionManagementLogic>
<path>Fujitsu\BusinessLogic\RegionManagementLogic</path>
<params>
<param>
<service>ServiceManager</service>
</param>
<param>
<service>RegionAdapter</service>
</param>
</params>
</RegionManagementLogic>
<WebuserClusterLogic>
<path>Fujitsu\BusinessLogic\WebuserClusterLogic</path>
<params>
<param>
<service>WebuserClusterAdapter</service>
</param>
<param>
<service>ServiceManager</service>
</param>
</params>
</WebuserClusterLogic>
<WebuserClusterAdapter>
<path>Fujitsu\Db\WebuserClusterAdapter</path>
<params>
<param>
<service>DbAdapter</service>
</param>
</params>
</WebuserClusterAdapter>
<ClusterAdapter>
<path>Fujitsu\Db\ClusterAdapter</path>
<params>
<param>
<service>DbAdapter</service>
</param>
</params>
</ClusterAdapter>
<CartProcessingTimeAdapter>
<path>Fujitsu\Db\CartProcessingTimeAdapter</path>
<params>
<param>
<service>DbAdapter</service>
</param>
</params>
</CartProcessingTimeAdapter>
<CartProcessingTimeHistoryAdapter>
<path>Fujitsu\Db\CartProcessingTimeHistoryAdapter</path>
<params>
<param>
<service>DbAdapter</service>
</param>
</params>
</CartProcessingTimeHistoryAdapter>
<CartProcessingTimeLogic>
<path>Fujitsu\BusinessLogic\CartProcessingTimeLogic</path>
<params>
<param>
<service>CartProcessingTimeAdapter</service>
</param>
<param>
<service>ServiceManager</service>
</param>
</params>
</CartProcessingTimeLogic>
<CartProcessingTimeListener>
<path>Fujitsu\Listener\CartProcessingTimeListener</path>
</CartProcessingTimeListener>
</composites>
<services>
<WebuserClusterManagement>Fujitsu\Cluster\WebuserClusterManagement</WebuserClusterManagement>
<ImportReportingDataCommand>Fujitsu\Cli\Command\ImportReportingDataCommand</ImportReportingDataCommand>
</services>
</service_manager>
<!--event_listeners>
<event>
<event_identifiers>CartProcessingTimeEvent</event_identifiers>
<listeners>
<event_listener>CartProcessingTimeListener</event_listener>
<handlers>
<method>insertProcess</method>
<name>insertProcess</name>
<priority>1000</priority>
</handlers>
</listeners>
</event>
</event_listeners-->
</fujitsu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment