Beispiel #1
0
		public void GetModifiedAllVonBis(SearchInformationenModell.SlotGroup Target, String IDToExpand)
			{
	
			SelectionTypeToProcess = SelectionType.All;
			CommonSearchClassListInstance = new CommonSearchClassList();
			CommonSearchClassListInstance.LoadLastChangedEntriesAll(DateTime.Now.AddDays(-7));
			}
Beispiel #2
0
        private void LoadCacheInstancen()
            {
            ConnectorenHandlingInstance = new ConnectorenHandling();
            SearchInformationenModellInstance = new SearchInformationenModell();
            AdressenCacheInstance = new AdressenCache();
			HaeuserCacheInstance = new HaeuserCache();
			StrassenNameCacheInstance = new StrassenNamenCache();
			StrassenSchreibweisenCacheInstance = new StrassenSchreibweisenCache();
			AdressenFullCacheInstance = new AdressenFullCache();
			ZielGruppenCacheInstance = new ZielGruppenCache();
			OrganisationenCacheInstance = new OrganisationenCache();
			CommonSearchClassCacheInstance = new CommonSearchClassCache();
			DataTemplatesDescriptionCacheInstance = new DataTemplatesDescriptionCache();
			TypCacheInstance = new TypCache();
			StandBildMappingFullCacheInstance = new StandBildMappingFullCache();
			StandBildMappingCacheInstance = new StandBildMappingCache();
			TreeEntryClassCacheInstance = new TreeEntryClassCache();
			RootDataTemplatesCacheInstance = new RootDataTemplatesCache ();
			TimingTypenCacheInstance = new TimingTypenCache ();
			AccessRightsCacheInstance = new AccessRightsCache();
			RootDataClassCacheInstance = new RootDataClassCache();
			DataDependencyCacheInstance = new DataDependencyCache();
			PhysicalDataElementCacheInstance = new PhysicalDataElementCache();
			DataElementeTemplatesCacheInstance = new DataElementeTemplatesCache();
			FullDataElementeTemplatesCacheInstance = new FullDataElementeTemplatesCache();
			ChapterBaseCacheInstance = new ChapterBaseCache();
			StandBildDataTableCacheInstance = new StandBildDataTableCache();
			TableDefinitionsCacheInstance = new TableDefinitionsCache();
			RootDataClassLateDBHandlerInstance = new RootDataClassLateDBHandler ();
			InformationenZuZielGruppenCacheInstance = new InformationenZuZielGruppenCache ();
			EventCacheInstance = new EventCache ();
			MaterialienCacheInstance = new MaterialienCache ();
			StrassenNamenCacheInstance = new StrassenNamenCache ();
			UseForTypCacheInstance = new UseForTypCache();
			UseForRootDataTemplatesCacheInstance = new UseForRootDataTemplatesCache();
			DefaultFillingsCacheInstance = new DefaultFillingsCache ();
			FullUseForTypCacheInstance = new FullUseForTypCache();
			FullUseForRootDataTemplatesCacheInstance = new FullUseForRootDataTemplatesCache ();
			FullDataDependencyCacheInstance = new FullDataDependencyCache();
			}
Beispiel #3
0
		public void GetTargetVonBis(SearchInformationenModell.SlotGroup Target, String IDToExpand)
			{
            EntriesPresentationModelInstance.GetTargetVonBis(Target);
            SelectionTypeToProcess = SelectionType.All;
            if (String.IsNullOrEmpty(IDToExpand))
                return;
  //          EntryPresentationModelInstance = new EntryPresentationModel(IDToExpand);
			}