Esempio n. 1
0
        public List <SearchTermList> GetSearchedTermList(string search, AspxCommonInfo aspxCommonObj)
        {
            AdvanceSearchProvider asp    = new AdvanceSearchProvider();
            List <SearchTermList> srInfo = asp.GetSearchedTermList(search, aspxCommonObj);

            return(srInfo);
        }
Esempio n. 2
0
        public List <Filter> GetDynamicAttributesForAdvanceSearch(AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
        {
            AdvanceSearchProvider asp       = new AdvanceSearchProvider();
            List <Filter>         lstFilter = asp.GetDynamicAttributesForAdvanceSearch(aspxCommonObj, CategoryID, IsGiftCard);

            return(lstFilter);
        }
 public void SaveAndUpdateAdvanceSearchSetting(AspxCommonInfo aspxCommonObj, AdvanceSearchSettingKeyPairInfo advanceObj)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         asp.SaveAndUpdateAdvanceSearchSetting(aspxCommonObj, advanceObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 4
0
 public void SaveAndUpdateAdvanceSearchSetting(AspxCommonInfo aspxCommonObj, AdvanceSearchSettingKeyPairInfo advanceObj)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         asp.SaveAndUpdateAdvanceSearchSetting(aspxCommonObj, advanceObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public List<CategoryInfo> GetAllCategoryForSearch(string prefix, bool isActive, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         List<CategoryInfo> catList = asp.GetAllCategoryForSearch(prefix, isActive, aspxCommonObj);
         return catList;
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public List<AdvanceSearchSettingInfo> GetAdvanceSearchSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         List<AdvanceSearchSettingInfo> lstAdvanceSearch = asp.GetAdvanceSearchSetting(aspxCommonObj);
         return lstAdvanceSearch;
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public DataSet GetAdvanceSearchDataSet(string prefix, bool isActive, AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         DataSet lstAdvanceSearch = asp.GetAdvanceSearchDataSet(prefix, isActive, aspxCommonObj, CategoryID, IsGiftCard);
         return lstAdvanceSearch;
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public List<ItemTypeInfo> GetItemTypeList()
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         List<ItemTypeInfo> lstItemType = asp.GetItemTypeList();
         return lstItemType;
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 9
0
        //------------------get dyanamic Attributes for serach-----------------------

        public List <AttributeShowInAdvanceSearchInfo> GetAttributes(AspxCommonInfo aspxCommonObj)
        {
            try
            {
                AdvanceSearchProvider asp = new AdvanceSearchProvider();
                List <AttributeShowInAdvanceSearchInfo> lstAttr = asp.GetAttributes(aspxCommonObj);
                return(lstAttr);
            }
            catch (Exception e)
            {
                throw e;
            }
        }
Esempio n. 10
0
 public List <AttributeFormInfo> GetAttributeByItemType(int itemTypeID, int storeID, int portalID, string cultureName)
 {
     try
     {
         AdvanceSearchProvider    asp         = new AdvanceSearchProvider();
         List <AttributeFormInfo> lstAttrForm = asp.GetAttributeByItemType(itemTypeID, storeID, portalID, cultureName);
         return(lstAttrForm);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 11
0
 public List <BrandItemsInfo> GetAllBrandForSearchByCategoryID(AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
 {
     try
     {
         AdvanceSearchProvider asp          = new AdvanceSearchProvider();
         List <BrandItemsInfo> lstBrandItem = asp.GetAllBrandForSearchByCategoryID(aspxCommonObj, CategoryID, IsGiftCard);
         return(lstBrandItem);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 12
0
 public List <ItemTypeInfo> GetItemTypeList()
 {
     try
     {
         AdvanceSearchProvider asp         = new AdvanceSearchProvider();
         List <ItemTypeInfo>   lstItemType = asp.GetItemTypeList();
         return(lstItemType);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 13
0
 public List <CategoryInfo> GetAllCategoryForSearch(string prefix, bool isActive, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AdvanceSearchProvider asp     = new AdvanceSearchProvider();
         List <CategoryInfo>   catList = asp.GetAllCategoryForSearch(prefix, isActive, aspxCommonObj);
         return(catList);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 14
0
 public List <AdvanceSearchSettingInfo> GetAdvanceSearchSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AdvanceSearchProvider           asp = new AdvanceSearchProvider();
         List <AdvanceSearchSettingInfo> lstAdvanceSearch = asp.GetAdvanceSearchSetting(aspxCommonObj);
         return(lstAdvanceSearch);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 15
0
 public DataSet GetAdvanceSearchDataSet(string prefix, bool isActive, AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         DataSet lstAdvanceSearch  = asp.GetAdvanceSearchDataSet(prefix, isActive, aspxCommonObj, CategoryID, IsGiftCard);
         return(lstAdvanceSearch);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 16
0
        //------------------get items by dyanamic Advance serach-----------------------

        public List <AdvanceSearchDetailsInfo> GetItemsByDyanamicAdvanceSearch(int offset, int limit, AspxCommonInfo aspxCommonObj, ItemsByDynamicAdvanceSearchInfo searchObj)
        {
            try
            {
                AdvanceSearchProvider           asp = new AdvanceSearchProvider();
                List <AdvanceSearchDetailsInfo> lstAdvanceSearch = asp.GetItemsByDyanamicAdvanceSearch(offset, limit, aspxCommonObj, searchObj);
                return(lstAdvanceSearch);
            }
            catch (Exception e)
            {
                throw e;
            }
        }
        //------------------get dyanamic Attributes for serach-----------------------   

        public List<AttributeShowInAdvanceSearchInfo> GetAttributes(AspxCommonInfo aspxCommonObj)
        {
            try
            {
                AdvanceSearchProvider asp = new AdvanceSearchProvider();
                List<AttributeShowInAdvanceSearchInfo> lstAttr = asp.GetAttributes(aspxCommonObj);
                return lstAttr;
            }
            catch (Exception e)
            {
                throw e;
            }
        }
 public List<Filter> GetDynamicAttributesForAdvanceSearch(AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
 {
     AdvanceSearchProvider asp = new AdvanceSearchProvider();
     List<Filter> lstFilter = asp.GetDynamicAttributesForAdvanceSearch(aspxCommonObj, CategoryID, IsGiftCard);
     return lstFilter;
 }
 public List<BrandItemsInfo> GetAllBrandForSearchByCategoryID(AspxCommonInfo aspxCommonObj, int CategoryID, bool IsGiftCard)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         List<BrandItemsInfo> lstBrandItem = asp.GetAllBrandForSearchByCategoryID(aspxCommonObj, CategoryID, IsGiftCard);
         return lstBrandItem;
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public List<SearchTermList> GetSearchedTermList(string search, AspxCommonInfo aspxCommonObj)
 {
     AdvanceSearchProvider asp = new AdvanceSearchProvider();
     List<SearchTermList> srInfo = asp.GetSearchedTermList(search, aspxCommonObj);
     return srInfo;
 }
        //------------------get items by dyanamic Advance serach-----------------------

        public List<AdvanceSearchDetailsInfo> GetItemsByDyanamicAdvanceSearch(int offset, int limit, AspxCommonInfo aspxCommonObj, ItemsByDynamicAdvanceSearchInfo searchObj)
        {
            try
            {
                AdvanceSearchProvider asp = new AdvanceSearchProvider();
                List<AdvanceSearchDetailsInfo> lstAdvanceSearch = asp.GetItemsByDyanamicAdvanceSearch(offset, limit, aspxCommonObj, searchObj);
                return lstAdvanceSearch;
            }
            catch (Exception e)
            {
                throw e;
            }
        }
 public List<AttributeFormInfo> GetAttributeByItemType(int itemTypeID, int storeID, int portalID, string cultureName)
 {
     try
     {
         AdvanceSearchProvider asp = new AdvanceSearchProvider();
         List<AttributeFormInfo> lstAttrForm = asp.GetAttributeByItemType(itemTypeID, storeID, portalID, cultureName);
         return lstAttrForm;
     }
     catch (Exception e)
     {
         throw e;
     }
 }