Subversion Repositories SmartDukaan

Rev

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

Rev 1226 Rev 1365
Line 195... Line 195...
195
	 */
195
	 */
196
	public static void updateEntity(Entity entity) throws Exception {
196
	public static void updateEntity(Entity entity) throws Exception {
197
		StorageManager.getStorageManager().updateEntity(entity);
197
		StorageManager.getStorageManager().updateEntity(entity);
198
		
198
		
199
		//This should not happen here. Reordering should be done manually.
199
		//This should not happen here. Reordering should be done manually.
200
		//entity.reorderSlides(entity.getSlideSequence()); 
200
		entity.reorderSlides(entity.getSlideSequence()); 
201
		//CreationUtils.learn(entity);
201
		CreationUtils.learn(entity);
202
	}
202
	}
203
 
203
 
204
	/**
204
	/**
205
	 * 
205
	 * 
206
	 * @param entity
206
	 * @param entity