Subversion Repositories SmartDukaan

Rev

Rev 2471 | Rev 2733 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2471 Rev 2651
Line 33... Line 33...
33
	private static final String FACET_VALUES = "FACET_VALUES";
33
	private static final String FACET_VALUES = "FACET_VALUES";
34
	private static final String SLIDE_SCORES = "SLIDE_SCORES";
34
	private static final String SLIDE_SCORES = "SLIDE_SCORES";
35
	private static final String CONTENT_GENERATION_TIME = "CONTENT_GENERATION_TIME";
35
	private static final String CONTENT_GENERATION_TIME = "CONTENT_GENERATION_TIME";
36
	private static final String INCONSISTENT_ENTITIES = "INCONSISTENT_ENTITIES";
36
	private static final String INCONSISTENT_ENTITIES = "INCONSISTENT_ENTITIES";
37
	private static final String HELPDOC_ENTITYIDS = "HELPDOC_ENTITYIDS";
37
	private static final String HELPDOC_ENTITYIDS = "HELPDOC_ENTITYIDS";
-
 
38
	private static final String RELATED_ACCESSORIES = "RELATED_ACCESSORIES";
38
	private static long helpDocId;
39
	private static long helpDocId;
39
 
40
 
40
	/**
41
	/**
41
	 * 
42
	 * 
42
	 * @param aThrowable
43
	 * @param aThrowable
Line 104... Line 105...
104
    @SuppressWarnings("unchecked")
105
    @SuppressWarnings("unchecked")
105
    public static Map<Long, List<Long>> getHelpdocEntityIds() throws Exception {
106
    public static Map<Long, List<Long>> getHelpdocEntityIds() throws Exception {
106
        return (Map<Long, List<Long>>) StorageManager.getStorageManager().getDataObject(CreationUtils.HELPDOC_ENTITYIDS);       
107
        return (Map<Long, List<Long>>) StorageManager.getStorageManager().getDataObject(CreationUtils.HELPDOC_ENTITYIDS);       
107
    }
108
    }
108
 
109
 
-
 
110
 
-
 
111
    /**
-
 
112
     * 
-
 
113
     * @param entity
-
 
114
     * @throws Exception
-
 
115
     */
-
 
116
    public static void storeRelatedAccessories(Map<Long, Map<Long, List<Long>>> relatedAccessories) throws Exception {
-
 
117
        StorageManager.getStorageManager().storeDataObject(CreationUtils.RELATED_ACCESSORIES, relatedAccessories);      
-
 
118
    }
-
 
119
    
-
 
120
  
-
 
121
    /**
-
 
122
     * 
-
 
123
     * @return
-
 
124
     * @throws Exception
-
 
125
     */
-
 
126
    @SuppressWarnings("unchecked")
-
 
127
    public static Map<Long, Map<Long, List<Long>>> getRelatedAccessories() throws Exception {
-
 
128
        return (Map<Long, Map<Long, List<Long>>>) StorageManager.getStorageManager().getDataObject(CreationUtils.RELATED_ACCESSORIES);       
-
 
129
    }
-
 
130
 
109
    
131
    
110
	/**
132
	/**
111
	 * 
133
	 * 
112
	 * @param featureDefinitionID
134
	 * @param featureDefinitionID
113
	 * @return
135
	 * @return