Subversion Repositories SmartDukaan

Rev

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

Rev 6848 Rev 6850
Line 264... Line 264...
264
	bool deleteTag(1:string displayName),
264
	bool deleteTag(1:string displayName),
265
	list<string> getAllTags(),
265
	list<string> getAllTags(),
266
	list<i64> getAllEntitiesByTagName(1:string displayName)
266
	list<i64> getAllEntitiesByTagName(1:string displayName)
267
	map<i64, list<string>> getAllEntityTags()
267
	map<i64, list<string>> getAllEntityTags()
268
	
268
	
-
 
269
	bool addBanner(1:string bannerName 2:string imageName, 3:string link, 4:i64 priority, 5:bool isActive , 6:bool hasMap),
-
 
270
	list <string> getAllBanners(),
-
 
271
	bool deleteBanner(1:string bannerName),
-
 
272
	Banner getBannerDetails(1:string bannerName),
-
 
273
	list <Banner> getActiveBanners(),
269
	bool addBannerMap(1:string bannerName, 2:string mapLink, 3:string coordinates),
274
	bool addBannerMap(1:string bannerName, 2:string mapLink, 3:string coordinates),
270
	bool deleteBannerMap(1:string bannerName),
275
	bool deleteBannerMap(1:string bannerName),
271
	list <BannerMap> getBannerMapDetails(1:string bannerName),
276
	list <BannerMap> getBannerMapDetails(1:string bannerName),
272
	/**
277
	/**
273
	Delete similar item.
278
	Delete similar item.