Subversion Repositories SmartDukaan

Rev

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

Rev 6838 Rev 6842
Line 247... Line 247...
247
	bool addTag(1:string displayName, 2:i64 itemId),
247
	bool addTag(1:string displayName, 2:i64 itemId),
248
	bool deleteEntityTag(1:string displayName, 2:i64 itemId),
248
	bool deleteEntityTag(1:string displayName, 2:i64 itemId),
249
	bool deleteTag(1:string displayName),
249
	bool deleteTag(1:string displayName),
250
	list<string> getAllTags(),
250
	list<string> getAllTags(),
251
	list<i64> getAllEntitiesByTagName(1:string displayName)
251
	list<i64> getAllEntitiesByTagName(1:string displayName)
-
 
252
	map<i64, list<string>> getAllEntityTags()
252
	
253
	
253
	/**
254
	/**
254
	Delete similar item.
255
	Delete similar item.
255
	*/
256
	*/
256
	bool deleteSimilarItem(1:i64 itemId, 2:i64 catalogItemId) throws (1:CatalogServiceException cex),
257
	bool deleteSimilarItem(1:i64 itemId, 2:i64 catalogItemId) throws (1:CatalogServiceException cex),