| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160 |
- package com.style24.admin.biz.dao;
- import java.util.Collection;
- import com.style24.core.support.annotation.ShopDs;
- import com.style24.persistence.domain.AdKeyword;
- import com.style24.persistence.domain.AdKeywordGoods;
- import com.style24.persistence.domain.Color;
- import com.style24.persistence.domain.FreeGoods;
- import com.style24.persistence.domain.Goods;
- import com.style24.persistence.domain.GoodsCompose;
- import com.style24.persistence.domain.GoodsDesc;
- import com.style24.persistence.domain.GoodsEpSkip;
- import com.style24.persistence.domain.GoodsHst;
- import com.style24.persistence.domain.GoodsImg;
- import com.style24.persistence.domain.GoodsMass;
- import com.style24.persistence.domain.GoodsNaverLowestPrice;
- import com.style24.persistence.domain.GoodsNotiInfo;
- import com.style24.persistence.domain.GoodsPriceRes;
- import com.style24.persistence.domain.GoodsResSell;
- import com.style24.persistence.domain.GoodsSafeNo;
- import com.style24.persistence.domain.GoodsSearch;
- import com.style24.persistence.domain.GoodsTnmRes;
- import com.style24.persistence.domain.GoodsVideo;
- import com.style24.persistence.domain.Itemkind;
- import com.style24.persistence.domain.NotiInfo;
- import com.style24.persistence.domain.Notice;
- import com.style24.persistence.domain.NoticeGoods;
- import com.style24.persistence.domain.Option;
- import com.style24.persistence.domain.ReinboundInform;
- import com.style24.persistence.domain.Video;
- import com.style24.persistence.domain.WmsColorMapping;
- import com.style24.persistence.domain.WmsGoods;
- import com.style24.persistence.domain.WmsSeasonMapping;
- import com.style24.persistence.domain.WmsStyleYearMapping;
- import com.gagaframework.web.parameter.GagaMap;
- /**
- * 상품관리 Dao
- *
- * @author eskim
- * @since 2020. 10. 16
- */
- @ShopDs
- public interface TsaGoodsDao {
- /**
- * 품목 목록
- * @param itemkind
- * @return
- * @author eskim
- * @since 2020. 10. 16
- */
- Collection<Itemkind> getItemkindList(Itemkind itemkind);
- /**
- * 품목 저장(등록/저장)
- * @param itemkind - 품목 정보
- * @author eskim
- * @since 2020. 10. 16
- */
- void saveItemkindInfo(Itemkind itemkind);
- /**
- * 품목 삭제
- * @param itemkind - 품목 정보
- * @author eskim
- * @since 2020. 10. 16
- */
- void deleteItemkindInfo(Itemkind itemkind);
- /**
- * 색상목록 조회
- *
- * @param color
- * @return
- * @author eskim
- * @since 2020. 10. 16
- */
- Collection<Color> getColorList(Color color);
- /**
- * 색상 저장
- * @param color
- * @author eskim
- * @since 2020. 10. 16
- */
- void saveColor(Color color);
- /**
- * 상품정보고시 목록
- * @param notiInfo
- * @return
- * @author eskim
- * @since 2010. 10. 19
- */
- Collection<NotiInfo> getNotiInfoList(NotiInfo notiInfo);
- /**
- * 상품정보고시 항목 목록
- * @param notiInfo
- * @return
- * @author eskim
- * @since 2010. 10. 19
- */
- Collection<NotiInfo> getNotiInfoItemList(NotiInfo notiInfo);
- /**
- * 상품정보고시 상세 저장
- * @param notiInfo
- * @author eskim
- * @since 2010. 10. 19
- */
- void saveNotiInfo(NotiInfo notiInfo);
- /**
- * WMS 색상 매핑목록 조회
- *
- * @param wmsColorMapping
- * @return
- * @author eskim
- * @since 2020. 11. 12
- */
- Collection<WmsColorMapping> getWmsColorMappingList(WmsColorMapping wmsColorMapping);
- /**
- * WMS 색상 매핑 저장
- * @param wmsColorMapping
- * @author eskim
- * @since 2020. 11. 12
- */
- void saveWmsColorMapping(WmsColorMapping wmsColorMapping);
- /**
- * WMS 스타일년도 매핑목록 조회
- *
- * @param wmsStyleYearMapping
- * @return
- * @author eskim
- * @since 2020. 11. 13
- */
- Collection<WmsStyleYearMapping> getWmsStyleYearMappingList(WmsStyleYearMapping wmsStyleYearMapping);
- /**
- * WMS 스타일년도 매핑 저장
- * @param wmsStyleYearMapping
- * @author eskim
- * @since 2020. 11. 13
- */
- void saveWmsStyleYearMapping(WmsStyleYearMapping wmsStyleYearMapping);
- /**
- * WMS 시즌 매핑목록 조회
- *
- * @param wmsStyleYearMapping
- * @return
- * @author eskim
- * @since 2020. 11. 13
- */
- Collection<WmsSeasonMapping> getWmsSeasonMappingList(WmsSeasonMapping wmsSeasonMapping);
- /**
- * WMS 시즌 매핑 저장
- * @param wmsStyleYearMapping
- * @author eskim
- * @since 2020. 11. 13
- */
- void saveWmsSeasonMapping(WmsSeasonMapping wmsSeasonMapping);
- /**
- * 상품 목록 건수
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2010. 10. 20
- */
- int getGoodsListCount(GoodsSearch goodsSearch);
- /**
- * 상품 목록
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2010. 10. 20
- */
- Collection<Goods> getGoodsList(GoodsSearch goodsSearch);
- /**
- * 상품 목록 기본정보 엑셀다운로드
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2020. 10. 22
- */
- Collection<GagaMap> getGoodsInfoExcelList(GoodsSearch goodsSearch);
- /**
- * 상품 이미지 필수 항목 입력 여부 조회
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2020. 10. 22
- */
- Collection<Goods> getGoodsImgsYn(Goods goods);
- /**
- * 상품 상세
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2020. 10. 22
- */
- Goods getGoods(Goods goods);
- /**
- * 상품 상세 정보 조회
- *
- * @param goodsVideo
- * @return
- * @author eskim
- * @since 2020. 10. 22
- */
- Collection<GoodsDesc> getGoodsDescList(GoodsDesc goodsDesc);
- /**
- * 상품 정보 이력
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2019. 08. 12
- */
- Collection<GoodsHst> getGoodsHstList(Goods goods);
- /**
- * 상품 옵션 조회
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2020. 10. 26
- */
- Collection<Option> getGoodsSizeList(Goods goods);
- /**
- * 상품 색상목록 조회
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2020. 11. 18
- */
- Collection<GoodsImg> getGoodsColorList(Goods goods);
- /**
- * 상품 고시 조회
- *
- * @param goodsNotiInfo
- * @return
- * @author eskim
- * @since 2020. 10. 12
- */
- Collection<GoodsNotiInfo> getGoodsNotiInfoList(GoodsNotiInfo goodsNotiInfo);
- /**
- * 상품의 정보고시 항목 목록
- *
- * @param notiInfo
- * @return
- * @author eskim
- * @since 2020. 10. 18
- */
- Collection<NotiInfo> getNotiGoodsInfoList(NotiInfo notiInfo);
- /**
- * 구성상품 목록
- *
- * @param goodsNotiInfo
- * @return
- * @author eskim
- * @since 2020. 10. 27
- */
- Collection<GoodsCompose> getGoodsDetailComposeList(Goods goods);
- /**
- * 안전인증대상 상품 저장
- *
- * @author eskim
- * @since 2020. 12. 07
- */
- void saveGoodsSafeNo(GoodsSafeNo goodsSafeNo);
- /**
- * 상품 기본 정보 이력 생성
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 22
- */
- void createGoodsHst(Goods goods);
- /**
- * 상품 수정 항목 일괄변경
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 22
- */
- void updateGoodsState(Goods goods);
- /**
- * 상품 품목변경
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 23
- */
- void updateGoodItemKindCd(Goods goods);
- /**
- * 상품 자동 검색어 조회
- *
- * @param goodsCd
- * @return
- * @author eskim
- * @since 2020. 10. 23
- */
- String getGoodsSnm(String goodsCd);
- /**
- * 상품검색어 수정
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 23
- */
- void updateGoodsSnm(Goods goods);
- /**
- * 상품 품목변경 고시정보 조회
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2020. 10. 23
- */
- Collection<GoodsNotiInfo> getNewNotiInfo(Goods goods);
- /**
- * 상품 품목변경 고시정보 삭제
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 23
- */
- void deleteGoodsNotiInfo(Goods goods);
- /**
- * 상품 고시 정보 수정
- *
- * @param goodsNotiInfo
- * @author eskim
- * @since 2020. 10. 23
- */
- void saveGoodsNotiInfo(GoodsNotiInfo goodsNotiInfo);
- /**
- * 상품 기본 정보 수정
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 27
- */
- void updateGoods(Goods goods);
- /**
- * 상품 상세정보 삭제
- *
- * @param godsDesc
- * @author eskim
- * @since 2020. 10. 27
- */
- void deleteGoodsDesc(GoodsDesc godsDesc);
- /**
- * 상품 상세 정보 이력 생성
- * @param createGoodsDetailDesc
- * @author eskim
- * @since 2021. 01. 04
- */
- public void createGoodsDetailDescHst(GoodsDesc godsDesc);
- /**
- * 상품 상세정보 등록
- *
- * @param godsDesc
- * @author eskim
- * @since 2020. 10. 27
- */
- void createGoodsDesc(GoodsDesc godsDesc);
- /**
- * 구성상품 저장
- *
- * @param goodsCompose
- * @author eskim
- * @since 2020. 10. 27
- */
- void saveGoodsCompose(GoodsCompose goodsCompose);
- /**
- * 상품 옵션/재고 정보 이력생성
- *
- * @param option
- * @author eskim
- * @since 2020. 10. 27
- */
- void createStockHst(Option option);
- /**
- * 상품 옵션/재고 정보 수정
- *
- * @param stock
- * @author eskim
- * @since 2020. 10. 27
- */
- void saveStock(Option option);
- /**
- * 상품 기본 정보 등록
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 30
- */
- void createGoods(Goods goods);
- /**
- * 상품통계 생성
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 30
- */
- void createGoodsSmmary(Goods goods);
- // /**
- // * 상품 품목별 매핑 카테고리 저장
- // *
- // * @param goods
- // * @author eskim
- // * @since 2020. 10. 30
- // */
- // void createCategoryGoods(Goods goods);
- // /**
- // * 상품 이미지 저장
- // *
- // * @param goodsImg
- // * @author eskim
- // * @since 2020. 10. 30
- // */
- // void saveGoodsImgInfo(GoodsImg goodsImg);
- /**
- * 상품코드 생성
- *
- * @param goods
- * @author eskim
- * @since 2020. 10. 30
- */
- void createGoodsSequence(Goods goods);
- /**
- * 상품 타이틀 관리 목록 건수
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2020. 10. 30
- */
- int getGoodsTitleReserveCount(GoodsSearch goodsSearch);
- /**
- * 상품 타이틀 관리 목록
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2020. 10. 30
- */
- Collection<GoodsTnmRes> getGoodsTitleReserveList(GoodsSearch goodsSearch);
- /**
- * 상품 타이틀 조회(기간 체크용)
- *
- * @param goodsTnmRes
- * @return
- * @author eskim
- * @since 2020. 11. 02
- */
- int getGoodsTnmDupChkCount(GoodsTnmRes goodsTnmRes);
- /**
- * 상품 타이틀 예약 등록
- *
- * @param goodsTnmRes
- * @author eskim
- * @since 2020. 11. 02
- */
- void createGoodTnmRes(GoodsTnmRes goodsTnmRes);
- /**
- * 상품 타이틀 수정
- *
- * @param goods
- * @author eskim
- * @since 2020. 11. 02
- */
- void updateGoodTnm(Goods goods);
- /**
- * 상품 타이틀 예약건 초기화
- *
- * @param goods
- * @author eskim
- * @since 2020. 11. 02
- */
- void updateGoodTnmInit(Goods goods);
- /**
- * 상품 타이틀 예약 삭제
- *
- * @param goodsTnmRes
- * @author eskim
- * @since 2020. 11. 02
- */
- void deleteGoodTnmRes(GoodsTnmRes goodsTnmRes);
- /**
- * 상품 타이틀 초기값 조회
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2020. 11. 02
- */
- Goods getGoodTnmInit(Goods goods);
- /**
- * 상품예약판매 목록 건수
- *
- * @param goodsSearch
- * @return Integer
- * @author eskim
- * @since 2020. 11. 12
- */
- int getGoodsResSellCount(GoodsSearch goodsSearch);
- /**
- * 상품예약판매 목록
- *
- * @param goodsSearch
- * @return Collection<TsaGoodsResSell>
- * @author eskim
- * @since 2020. 11. 12
- */
- Collection<GoodsResSell> getGoodsResSellList(GoodsSearch goodsSearch);
- /**
- * 상품예약판매 조회(기간 체크용)
- *
- * @param goodsResSell
- * @return int
- * @author eskim
- * @since 2020. 11. 12
- */
- int getGoodsResSellDupChkCount(GoodsResSell goodsResSell);
- /**
- * 상품예약판매 등록
- *
- * @param goodsResSell
- * @return void
- * @author eskim
- * @since 2020. 11. 12
- */
- void createGoodResSell(GoodsResSell goodsResSell);
- /**
- * 상품예약판매 등록 시 재고연동 비활성화
- *
- * @param goods
- * @author eskim
- * @since 2020. 11. 12
- */
- void updateGoodsErpStockLinkYn(Goods goods);
- /**
- * 상품예약판매 삭제
- *
- * @param goodsResSell
- * @return void
- * @author eskim
- * @since 2020. 11. 12
- */
- void deleteGoodResSell(GoodsResSell goodsResSell);
- /**
- * 네이버 EP 제외 상품 목록 건수
- *
- * @param goodsSearch
- * @return Integer
- * @author eskim
- * @since 2020. 11. 03
- */
- int getGoodsEpSkipCount(GoodsSearch goodsSearch);
- /**
- * 네이버 EP 제외 상품 목록
- *
- * @param goodsSearch
- * @return Collection<GoodsEpSkip>
- * @author eskim
- * @since 2020. 11. 03
- */
- Collection<GoodsEpSkip> getGoodsEpSkipList(GoodsSearch goodsSearch);
- /**
- * 네이버 EP 제외 상품 조회(기간 체크용)
- *
- * @param GoodsEpSkip
- * @return Collection<GoodsEpSkip>
- * @author eskim
- * @since 2020. 11. 03
- */
- int getGoodsEpSkipDupChkCount(GoodsEpSkip GoodsEpSkip);
- /**
- * 네이버 EP 제외 상품 예약 등록
- *
- * @param goodsEpSkip
- * @return
- * @author eskim
- * @since 2020. 11. 03
- */
- void createGoodEpSkip(GoodsEpSkip goodsEpSkip);
- /**
- * 네이버 EP 제외 상품 예약 삭제
- *
- * @param goodsEpSkip
- * @return
- * @author eskim
- * @since 2020. 11. 03
- */
- void deleteGoodEpSkip(GoodsEpSkip goodsEpSkip);
- /**
- * 상품 상세공지 목록
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2020. 11. 05
- */
- Collection<Notice> getNoticeList(GoodsSearch goodsSearch);
- /**
- * 상품 상세공지 상품 목록
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2020. 11. 06
- */
- Collection<NoticeGoods> getNoticeGoodsList(Notice notice);
- /**
- * 상품 상세공지 상품 저장
- *
- * @param noticeGoods
- * @return
- * @author eskim
- * @since 2020. 11. 06
- */
- void saveNoticeGoods(NoticeGoods noticeGoods);
- /**
- * 상품 상세공지 상품 삭제
- *
- * @param noticeGoods
- * @return
- * @author eskim
- * @since 2020. 11. 06
- */
- void deleteNoticeGoods(NoticeGoods noticeGoods);
- /**
- * 상품 가격예약 목록 건수
- *
- * @param goodsSearch
- * @return Integer
- * @author eskim
- * @since 2020. 11. 13
- */
- int getGoodsPriceResCount(GoodsSearch goodsSearch);
- /**
- * 상품 가격예약 목록
- *
- * @param goodsSearch
- * @return Collection<GoodsPriceRes>
- * @author eskim
- * @since 2020. 11. 13
- */
- Collection<GoodsPriceRes> getGoodsPriceResList(GoodsSearch goodsSearch);
- /**
- * 상품 가격예약 조회(기간 체크용)
- *
- * @param goodsPriceRes
- * @return int
- * @author eskim
- * @since 2020. 11. 13
- */
- int getGoodsPriceResDupChkCount(GoodsPriceRes goodsPriceRes);
- /**
- * 상품 가격예약 등록(화면)
- *
- * @param goodsPriceRes
- * @return void
- * @author eskim
- * @since 2020. 11. 13
- */
- void createGoodPriceRes(GoodsPriceRes goodsPriceRes);
- /**
- * 상품 가격예약 삭제
- *
- * @param goodsPriceRes
- * @return void
- * @author eskim
- * @since 2020. 11. 13
- */
- void deleteGoodPriceRes(GoodsPriceRes goodsPriceRes);
- /**
- * 상품 동영상 목록 조회
- *
- * @param goodsVideo
- * @return
- * @author eskim
- * @since 2020. 11. 16
- */
- Collection<GoodsVideo> getGoodsVideoList(GoodsVideo goodsVideo);
- /**
- * 상품 동영상 사용안함으로 변경
- *
- * @param video
- * @author eskim
- * @since 2020. 11. 16
- */
- void updateNotUseGoodsVideo(Video video);
- /**
- * 동영상 일련번호 조회
- *
- * @param video
- * @return
- * @author eskim
- * @since 2020. 11. 16
- */
- String getVideoSeq(Video video);
- /**
- * 동영상 등록
- *
- * @param video
- * @author eskim
- * @since 2020. 11. 16
- */
- void createVideo(Video video);
- /**
- * 동영상 수정
- *
- * @param video
- * @author eskim
- * @since 2020. 11. 16
- */
- void updateVideo(Video video);
- /**
- * 동영상 위치 삭제 Y 처리
- *
- * @param video
- * @author eskim
- * @since 2020. 11. 16
- */
- void delVideoDispLoc(Video video);
- /**
- * 동영상 위치 수정/저장
- *
- * @param video
- * @author eskim
- * @since 2020. 11. 16
- */
- void saveVideoDispLoc(Video video);
- /**
- * 상품 옵션 존재여부 확인
- *
- * @param option
- * @return
- * @author eskim
- * @since 2020. 11. 17
- */
- int getGoodsOptionCount(Option option);
- /**
- * 상품 가격 승인 목록
- *
- * @param goodsPriceHst
- * @return
- * @author eskim
- * @since 2020. 11. 26
- */
- Collection<GoodsPriceRes> getGoodsSupplyPriceList(GoodsPriceRes goodsPriceRes);
- /**
- * 상품 가격수정
- *
- * @param goods
- * @author eskim
- * @since 2020. 11. 26
- */
- void updateGoodsPrice(Goods goods);
- /**
- * 상품 판매수수료율 수정
- *
- * @param goods
- * @author eskim
- * @since 2020. 11. 26
- */
- void updateSellFeeRate(Goods goods);
- /**
- * 상품 가격승인 적용일자 변경
- *
- * @param goodsPriceRes
- * @author eskim
- * @since 2020. 11. 26
- */
- void updateGoodsSupplyPricecfrmDt(GoodsPriceRes goodsPriceRes);
- /**
- * 상품 네이버 최저가 목록
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2020. 12. 08
- */
- Collection<GoodsNaverLowestPrice> getGoodsNaverPriceList(GoodsSearch goodsSearch);
- /**
- * 상품 네이버 최저가 최종 작업일
- *
- * @param
- * @return
- * @author eskim
- * @since 2020. 12. 09
- */
- String getGoodsNaverLowestPriceReqYmd();
- /**
- * 상품 네이버 최저가 삭제
- *
- * @param
- * @return
- * @author eskim
- * @since 2020. 12. 09
- */
- void deleteGoodsNaverLowestPrice();
- /**
- * 상품 네이버 최저가 저장
- *
- * @param goodsNaverLowestPrice
- * @return
- * @author eskim
- * @since 2020. 12. 09
- */
- void saveGoodsNaverLowestPrice(GoodsNaverLowestPrice goodsNaverLowestPrice);
- /**
- * 상품 구매등급 조회
- *
- * @param goods
- * @return
- * @author eskim
- * @since 2020. 12. 11
- */
- Collection<Goods> getGoodsDetailOrderGradeList(Goods goods);
- /**
- * 상품 구매등급 삭제
- *
- * @param map
- * @return
- * @author eskim
- * @since 2020. 12. 11
- */
- void deleteGoodsCustGrade(Goods goods);
- /**
- * 상품 구매등급 저장
- *
- * @param map
- * @return
- * @author eskim
- * @since 2020. 12. 11
- */
- void createGoodsCustGrade(Goods goods);
- /**
- * 광고 키워드 목록
- *
- * @param adKeyword
- * @return
- * @author eskim
- * @since 2020. 12. 14
- */
- Collection<AdKeyword> getAdKeywordList(AdKeyword adKeyword);
- /**
- * 광고 키워드 저장
- *
- * @param adKeywordGoods
- * @return
- * @author eskim
- * @since 2020. 12. 14
- */
- void saveAdKeyword(AdKeyword adKeyword);
- /**
- * 광고 키워드 상품 목록
- *
- * @param adKeyword
- * @return
- * @author eskim
- * @since 2020. 12. 14
- */
- Collection<AdKeywordGoods> getAdKeywordGoodsList(AdKeyword adKeyword);
- /**
- * 광고 키워드 상품 저장
- *
- * @param adKeywordGoods
- * @return
- * @author eskim
- * @since 2020. 12. 14
- */
- void saveAdKeywordGoods(AdKeywordGoods adKeywordGoods);
- /**
- * 광고 키워드 상품 삭제
- *
- * @param noticeGoods
- * @return
- * @author eskim
- * @since 2020. 12. 14
- */
- void deleteAdKeywordGoods(AdKeywordGoods adKeywordGoods);
- /**
- * 재입고알림 목록 건수
- *
- * @param goodsSearch
- * @return Integer
- * @author eskim
- * @since 2020. 12. 16
- */
- int getReinboundInformCount(GoodsSearch goodsSearch);
- /**
- * 재입고알림 목록
- *
- * @param goodsSearch
- * @return Collection<ReinboundInform>
- * @author eskim
- * @since 2020. 12. 16
- */
- Collection<ReinboundInform> getReinboundInformList(GoodsSearch goodsSearch);
- /**
- * 재입고 알림톡 발송처리
- *
- * @param params
- * @return void
- * @author eskim
- * @since 2020. 12. 17
- */
- void updateReinboundInform(ReinboundInform reinboundInform);
- /**
- * 상품이미지 목록
- *
- * @param goodsImg
- * @return Collection<GoodsImg>
- * @author eskim
- * @since 2020. 12. 16
- */
- Collection<GoodsImg> getGoodsImageList(GoodsImg goodsImg);
- /**
- * 상품이미지 전체 삭제
- * @param goodsImg - 상품이미지 정보
- * @throws
- * @author eskim
- * @since 2020. 12. 21
- */
- public void deleteGoodsImageTotal(GoodsImg goodsImg);
- /**
- * 상품이미지 삭제
- * @param goodsImg - 상품이미지 정보
- * @throws
- * @author eskim
- * @since 2020. 12. 21
- */
- public void deleteGoodsImage(GoodsImg goodsImg);
- /**
- * 상품이미지 등록
- * @param goodsImg - 상품이미지 정보
- * @throws
- * @author eskim
- * @since 2020. 12. 21
- */
- public void createGoodsImage(GoodsImg goodsImg);
- /**
- * 사은품 목록
- *
- * @param GoodsSearch
- * @return Collection<FreeGoods>
- * @author eskim
- * @since 2020. 12. 28
- */
- Collection<FreeGoods> getFreeGoodsList(GoodsSearch goodsSearch);
- /**
- * 사은품 정보 수정
- * @param freeGoods
- * @author eskim
- * @since 2020. 12. 28
- */
- public void updateFreeGoods(FreeGoods freeGoods);
- /**
- * WMS입고상품관리 목록 건수
- * @param goodsSearch
- * @return Collection<WmsGoods>
- * @author eskim
- * @since 2021. 01. 04
- */
- int getGoodsWmsIncomelotListCount(WmsGoods wmsGoods);
- /**
- * WMS입고상품관리 목록 조회
- * @param goodsSearch
- * @return Collection<WmsGoods>
- * @author eskim
- * @since 2021. 01. 04
- */
- Collection<WmsGoods> getGoodsWmsIncomelotList(WmsGoods wmsGoods);
- /**
- * WMS 입고상품 사은품 등록
- * @param freeGoods
- * @author eskim
- * @since 2021. 01. 05
- */
- public void saveFreeGoods(FreeGoods freeGoods);
- /**
- * WMS 입고상품 사은품 상품 구분 저장
- * @param wmsGoods
- * @author eskim
- * @since 2021. 01. 05
- */
- public void saveGoodsWmsIncomelot(WmsGoods wmsGoods);
- /**
- * 고시분류별 상품고시정보 목록
- * @param goodsNotiInfo - 상품고시정보
- * @return
- * @author gagamel
- * @since 2021. 1. 21
- */
- public Collection<GoodsNotiInfo> getGoodsNotiInfoListByNotiClsf(GoodsNotiInfo goodsNotiInfo);
- /**
- * 고시분류 칼럼 정보
- * @param niClsfCd - 고시분류코드
- * @return
- * @author gagamel
- * @since 2021. 1. 21
- */
- GoodsNotiInfo getNotiClsfColumnInfo(String niClsfCd);
- /**
- * 상품 품목별 매핑 카테고리 저장
- *
- * @param goods
- * @author eskim
- * @since 2021. 01. 24
- */
- void createCategoryGoods(Goods goods);
- /**
- * 상품 등록 로그 생성
- *
- * @param goodsMass
- * @author eskim
- * @since 2021. 01. 25
- */
- void createGoodsRegLog(GoodsMass goodsMass);
- /**
- * 상품 기본 정보 수정 - 대량엑셀
- *
- * @param goods
- * @author eskim
- * @since 2021. 1. 25
- */
- void updateGoodsMass(Goods goods);
- /**
- * 상품등록로그 목록
- *
- * @param goodsSearch
- * @return
- * @author eskim
- * @since 2021. 01. 25
- */
- Collection<GoodsMass> getGoodsRegLogList(GoodsSearch goodsSearch);
- }
|