Subversion Repositories SmartDukaan

Rev

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

Rev 8749 Rev 8865
Line 192... Line 192...
192
	 * @throws Exception
192
	 * @throws Exception
193
	 */
193
	 */
194
	public static void updateEntity(Entity entity) throws Exception {
194
	public static void updateEntity(Entity entity) throws Exception {
195
		//FIXME This should not happen here. 
195
		//FIXME This should not happen here. 
196
		entity.reorderSlides(entity.getSlideSequence());
196
		entity.reorderSlides(entity.getSlideSequence());
197
		CreationUtils.learn(entity);
197
		//CreationUtils.learn(entity);
198
		StorageManager.getStorageManager().updateEntity(entity);
198
		StorageManager.getStorageManager().updateEntity(entity);
199
		
199
		
200
		 
200
		 
201
		
201
		
202
	}
202
	}