SYMBOL INDEX (671 symbols across 95 files) FILE: src/main/java/cn/cie/aop/LogAspectj.java class LogAspectj (line 20) | @Component method logAccess (line 26) | @Before("execution(* cn.cie.controller.*Controller.*(..)) && !executio... method errorAccess (line 54) | @AfterThrowing(value = "execution(* cn.cie.controller.*Controller.*(..... FILE: src/main/java/cn/cie/controller/AbstractController.java class AbstractController (line 34) | public abstract class AbstractController { method setThreadLocal (line 57) | @ModelAttribute method getRequest (line 68) | protected HttpServletRequest getRequest() { method getSession (line 77) | protected HttpSession getSession() { method getModel (line 86) | protected Model getModel() { method getContext (line 95) | protected ServletContext getContext() { method setModelAttribute (line 105) | protected void setModelAttribute(String name, Object value) { method setRequestAttribute (line 115) | protected void setRequestAttribute(String name, Object value) { method setSessionAttribute (line 126) | public void setSessionAttribute(String name, Object value) { method getSessionAttribute (line 137) | protected Object getSessionAttribute(String name) { method getRequestAttribute (line 149) | protected Object getRequestAttribute(String name) { method getUserAgent (line 155) | protected String getUserAgent() { method getRemoteIp (line 159) | protected String getRemoteIp() { FILE: src/main/java/cn/cie/controller/AdminController.java class AdminController (line 20) | @CrossOrigin method login (line 28) | @GetMapping(value = "login") method login (line 33) | @PostMapping(value = "login") method adminPage (line 46) | @GetMapping(value = "home") method getUser (line 51) | @PostMapping(value = "getuser") method restrict (line 57) | @PostMapping(value = "restrictuser") method relieve (line 63) | @PostMapping(value = "relieveuser") method delUser (line 69) | @PostMapping(value = "deluser") method getGames (line 75) | @PostMapping(value = "getgames") method addGame (line 81) | @PostMapping(value = "addgame") method updateGameInfo (line 89) | @PostMapping(value = "updategameinfo") method getGameKind (line 95) | @PostMapping(value = "getgamekind") method updateGameKind (line 101) | @PostMapping(value = "updategamekind") method upGame (line 107) | @PostMapping(value = "upgame") method downGame (line 113) | @PostMapping(value = "downgame") method addKind (line 119) | @PostMapping(value = "addkind") method getAllGames (line 125) | @PostMapping(value = "getallgames") method managerKind (line 131) | @PostMapping(value = "managerkind") FILE: src/main/java/cn/cie/controller/CommonController.java class CommonController (line 21) | @CrossOrigin method index (line 32) | @RequestMapping(value = {"/", "/index"}) method login (line 37) | @GetMapping(value = "login") method login (line 47) | @PostMapping(value = "login") method logout (line 76) | @PostMapping(value = "logout") method register (line 91) | @GetMapping(value = "register") method register (line 100) | @PostMapping(value = "register") method everyday (line 118) | @PostMapping(value = "everyday") method shoppingcart (line 125) | @GetMapping(value = "shoppingcart") method newestGames (line 135) | @PostMapping(value = "newestgames") method preUpGames (line 146) | @PostMapping(value = "preupgames") method getFreeGames (line 152) | @PostMapping(value = "freegames") method search (line 158) | @GetMapping(value = "search") method search (line 163) | @PostMapping(value = "search") method getReferer (line 179) | private String getReferer() { FILE: src/main/java/cn/cie/controller/GameController.java class GameController (line 13) | @CrossOrigin method gameInfo (line 21) | @GetMapping(value = "{id}") method selectById (line 30) | @PostMapping(value = "{id}") FILE: src/main/java/cn/cie/controller/KindController.java class KindController (line 15) | @CrossOrigin method allkinds (line 23) | @PostMapping(value = "all") method getGames (line 30) | @GetMapping(value = "{kind}/games") method getGamesByKind (line 41) | @PostMapping(value = "{kind}/games") FILE: src/main/java/cn/cie/controller/OrderController.java class OrderController (line 16) | @CrossOrigin method orders (line 26) | @GetMapping(value = "orders") method order (line 31) | @PostMapping(value = "order") method cancelOrder (line 37) | @PostMapping(value = "{orderid}/cancel") method payway (line 43) | @GetMapping(value = "{orderid}/payway") method pay (line 52) | @GetMapping(value = "{orderid}/pay") method payOrder (line 61) | @PostMapping(value = "{orderid}/pay") method getNotPayOrders (line 67) | @PostMapping(value = "notpay/{page}") method getPaidOrders (line 73) | @PostMapping(value = "paid/{page}") method getCancelOrders (line 79) | @PostMapping(value = "cancel/{page}") FILE: src/main/java/cn/cie/controller/TagController.java class TagController (line 16) | @CrossOrigin method getGames (line 24) | @GetMapping(value = "/{tag}/games") method getGamesByTag (line 35) | @PostMapping(value = "/{tag}/games") FILE: src/main/java/cn/cie/controller/UserController.java class UserController (line 15) | @CrossOrigin method validate (line 25) | @GetMapping(value = "validate") method validate (line 34) | @PostMapping(value = "validate") method sendMail (line 50) | @PostMapping(value = "sendMail") method personal (line 59) | @GetMapping(value = "personal") method getPersonInfo (line 64) | @PostMapping(value = "personal") method update (line 75) | @GetMapping(value = "update") method update (line 80) | @PostMapping(value = "update") method updatePassword (line 86) | @GetMapping(value = "updatepassword") method updatePassword (line 91) | @PostMapping(value = "updatepassword") method findPassword (line 97) | @GetMapping(value = "findpassword") method sendFetchPwdMail (line 102) | @PostMapping(value = "sendfetchpwdmail") method findPassword (line 108) | @PostMapping(value = "findpassword") method getReferer (line 124) | private String getReferer() { FILE: src/main/java/cn/cie/entity/Code.java class Code (line 6) | public class Code { method getId (line 27) | public Integer getId() { method setId (line 31) | public void setId(Integer id) { method getItem (line 35) | public Integer getItem() { method setItem (line 39) | public void setItem(Integer item) { method getUid (line 43) | public Integer getUid() { method setUid (line 47) | public void setUid(Integer uid) { method getCode (line 51) | public String getCode() { method setCode (line 55) | public void setCode(String code) { method getStat (line 59) | public Byte getStat() { method setStat (line 63) | public void setStat(Byte stat) { FILE: src/main/java/cn/cie/entity/Game.java class Game (line 8) | public class Game { method getId (line 43) | public Integer getId() { method setId (line 47) | public void setId(Integer id) { method getCreater (line 51) | public String getCreater() { method setCreater (line 55) | public void setCreater(String creater) { method getName (line 59) | public String getName() { method setName (line 63) | public void setName(String name) { method getDesc (line 67) | public String getDesc() { method setDesc (line 71) | public void setDesc(String desc) { method getSystemcfg (line 75) | public String getSystemcfg() { method setSystemcfg (line 79) | public void setSystemcfg(String systemcfg) { method getPrice (line 83) | public Double getPrice() { method setPrice (line 87) | public void setPrice(Double price) { method getDiscount (line 91) | public Double getDiscount() { method setDiscount (line 95) | public void setDiscount(Double discount) { method getCtime (line 99) | public Date getCtime() { method setCtime (line 103) | public void setCtime(Date ctime) { method getUtime (line 107) | public Date getUtime() { method setUtime (line 111) | public void setUtime(Date utime) { method getStat (line 115) | public Byte getStat() { method setStat (line 119) | public void setStat(Byte stat) { FILE: src/main/java/cn/cie/entity/Img.java class Img (line 6) | public class Img { method getGame (line 11) | public Integer getGame() { method setGame (line 15) | public void setGame(Integer game) { method getImg (line 19) | public String getImg() { method setImg (line 23) | public void setImg(String img) { FILE: src/main/java/cn/cie/entity/Kind.java class Kind (line 3) | public class Kind { method getId (line 8) | public Integer getId() { method setId (line 12) | public void setId(Integer id) { method getName (line 16) | public String getName() { method setName (line 20) | public void setName(String name) { FILE: src/main/java/cn/cie/entity/Kindmapper.java class Kindmapper (line 6) | public class Kindmapper { method getGame (line 11) | public Integer getGame() { method setGame (line 15) | public void setGame(Integer game) { method getKind (line 19) | public Integer getKind() { method setKind (line 23) | public void setKind(Integer kind) { FILE: src/main/java/cn/cie/entity/Order.java class Order (line 8) | public class Order { method getId (line 35) | public Integer getId() { method setId (line 39) | public void setId(Integer id) { method getUid (line 43) | public Integer getUid() { method setUid (line 47) | public void setUid(Integer uid) { method getPrice (line 51) | public Double getPrice() { method setPrice (line 55) | public void setPrice(Double price) { method getCtime (line 59) | public Date getCtime() { method setCtime (line 63) | public void setCtime(Date ctime) { method getUtime (line 67) | public Date getUtime() { method setUtime (line 71) | public void setUtime(Date utime) { method getStat (line 75) | public Byte getStat() { method setStat (line 79) | public void setStat(Byte stat) { FILE: src/main/java/cn/cie/entity/Orderitem.java class Orderitem (line 8) | public class Orderitem { method getId (line 21) | public Integer getId() { method setId (line 25) | public void setId(Integer id) { method getGid (line 29) | public Integer getGid() { method setGid (line 33) | public void setGid(Integer gid) { method getPrice (line 37) | public Double getPrice() { method setPrice (line 41) | public void setPrice(Double price) { method getCode (line 45) | public Integer getCode() { method setCode (line 49) | public void setCode(Integer code) { method getCtime (line 53) | public Date getCtime() { method setCtime (line 57) | public void setCtime(Date ctime) { method getUtime (line 61) | public Date getUtime() { method setUtime (line 65) | public void setUtime(Date utime) { FILE: src/main/java/cn/cie/entity/Ordermapper.java class Ordermapper (line 6) | public class Ordermapper { method getOrder (line 11) | public Integer getOrder() { method setOrder (line 15) | public void setOrder(Integer order) { method getItem (line 19) | public Integer getItem() { method setItem (line 23) | public void setItem(Integer item) { FILE: src/main/java/cn/cie/entity/Tag.java class Tag (line 6) | public class Tag { method getId (line 11) | public Integer getId() { method setId (line 15) | public void setId(Integer id) { method getName (line 19) | public String getName() { method setName (line 23) | public void setName(String name) { FILE: src/main/java/cn/cie/entity/Tagmapper.java class Tagmapper (line 6) | public class Tagmapper { method getGame (line 11) | public Integer getGame() { method setGame (line 15) | public void setGame(Integer game) { method getTag (line 19) | public Integer getTag() { method setTag (line 23) | public void setTag(Integer tag) { FILE: src/main/java/cn/cie/entity/Token.java class Token (line 8) | public class Token { method getUid (line 33) | public Integer getUid() { method setUid (line 37) | public void setUid(Integer uid) { method getToken (line 41) | public String getToken() { method setToken (line 45) | public void setToken(String token) { method getExpiredTime (line 49) | public Date getExpiredTime() { method setExpiredTime (line 53) | public void setExpiredTime(Date expiredTime) { method getIp (line 57) | public String getIp() { method setIp (line 61) | public void setIp(String ip) { method getDevice (line 65) | public String getDevice() { method setDevice (line 69) | public void setDevice(String device) { method getCtime (line 73) | public Date getCtime() { method setCtime (line 77) | public void setCtime(Date ctime) { method getStat (line 81) | public Byte getStat() { method setStat (line 85) | public void setStat(Byte stat) { FILE: src/main/java/cn/cie/entity/User.java class User (line 5) | public class User { method getId (line 42) | public Integer getId() { method setId (line 46) | public void setId(Integer id) { method getUsername (line 50) | public String getUsername() { method setUsername (line 54) | public void setUsername(String username) { method getPassword (line 58) | public String getPassword() { method setPassword (line 62) | public void setPassword(String password) { method getNickname (line 66) | public String getNickname() { method setNickname (line 70) | public void setNickname(String nickname) { method getEmail (line 74) | public String getEmail() { method setEmail (line 78) | public void setEmail(String email) { method getPhone (line 82) | public Long getPhone() { method setPhone (line 86) | public void setPhone(Long phone) { method getCtime (line 90) | public Date getCtime() { method setCtime (line 94) | public void setCtime(Date ctime) { method getUtime (line 98) | public Date getUtime() { method setUtime (line 102) | public void setUtime(Date utime) { method getStat (line 106) | public Byte getStat() { method setStat (line 110) | public void setStat(Byte stat) { method toString (line 114) | @Override FILE: src/main/java/cn/cie/entity/Validatecode.java class Validatecode (line 6) | public class Validatecode { FILE: src/main/java/cn/cie/entity/dto/GameDTO.java class GameDTO (line 13) | public class GameDTO { method GameDTO (line 41) | public GameDTO() {} method GameDTO (line 43) | public GameDTO(Game game, List tags, List img) { method GameDTO (line 58) | public GameDTO(Game game, List kinds, List tags, List getKinds() { method getTags (line 118) | public List getTags() { method getImg (line 122) | public List getImg() { FILE: src/main/java/cn/cie/entity/dto/OrderDTO.java class OrderDTO (line 12) | public class OrderDTO { method OrderDTO (line 49) | public OrderDTO(Order order, List orderitems) { method getId (line 59) | public Integer getId() { method getUid (line 63) | public Integer getUid() { method getTotal (line 67) | public Double getTotal() { method getCtime (line 71) | public Date getCtime() { method getUtime (line 75) | public Date getUtime() { method getStat (line 79) | public Byte getStat() { method getOrderitems (line 83) | public List getOrderitems() { FILE: src/main/java/cn/cie/entity/dto/OrderItemDTO.java class OrderItemDTO (line 12) | public class OrderItemDTO { method OrderItemDTO (line 28) | public OrderItemDTO(Orderitem orderitem, Game game, Code code) { method getId (line 40) | public Integer getId() { method getPrice (line 44) | public Double getPrice() { method getCode (line 48) | public String getCode() { method getCodeStat (line 52) | public Byte getCodeStat() { method getCtime (line 56) | public Date getCtime() { method getUtime (line 60) | public Date getUtime() { method getGame (line 64) | public Game getGame() { FILE: src/main/java/cn/cie/event/EventConsumer.java class EventConsumer (line 25) | @Service method afterPropertiesSet (line 42) | public void afterPropertiesSet() throws Exception { class EventConsumerThread (line 78) | class EventConsumerThread implements Runnable { method EventConsumerThread (line 84) | public EventConsumerThread(EventHandler handler, EventModel event) { method run (line 89) | public void run() { method setApplicationContext (line 94) | public void setApplicationContext(ApplicationContext applicationContex... method destroy (line 98) | public void destroy() throws Exception { FILE: src/main/java/cn/cie/event/EventModel.java class EventModel (line 10) | public class EventModel { method EventModel (line 42) | public EventModel() { method EventModel (line 46) | public EventModel(EventType eventType) { method getEventType (line 50) | public EventType getEventType() { method setEventType (line 54) | public EventModel setEventType(EventType eventType) { method getFromId (line 59) | public int getFromId() { method setFromId (line 63) | public EventModel setFromId(int fromId) { method getToId (line 68) | public int getToId() { method setToId (line 72) | public EventModel setToId(int toId) { method getEntityId (line 77) | public int getEntityId() { method setEntityId (line 81) | public EventModel setEntityId(int entityId) { method getEntityOwnerId (line 86) | public int getEntityOwnerId() { method setEntityOwnerId (line 90) | public EventModel setEntityOwnerId(int entityOwnerId) { method getExts (line 95) | public String getExts(String key) { method setExts (line 99) | public EventModel setExts(String key, String value) { method getExts (line 104) | public Map getExts() { method setExts (line 108) | public void setExts(Map exts) { FILE: src/main/java/cn/cie/event/EventProducer.java class EventProducer (line 11) | @Component method product (line 17) | public long product(EventModel model) { FILE: src/main/java/cn/cie/event/EventType.java type EventType (line 7) | public enum EventType { method EventType (line 14) | EventType(int value) { method getValue (line 18) | public int getValue() { FILE: src/main/java/cn/cie/event/handler/EventHandler.java type EventHandler (line 12) | public interface EventHandler { method doHandler (line 17) | void doHandler(EventModel eventModel); method getSupportEvent (line 23) | List getSupportEvent(); FILE: src/main/java/cn/cie/event/handler/SendFindPwdMailHandler.java class SendFindPwdMailHandler (line 15) | @Service method doHandler (line 18) | public void doHandler(EventModel model) { method getSupportEvent (line 22) | public List getSupportEvent() { FILE: src/main/java/cn/cie/event/handler/SendValidateMailHandler.java class SendValidateMailHandler (line 15) | @Service method doHandler (line 18) | public void doHandler(EventModel model) { method getSupportEvent (line 22) | public List getSupportEvent() { FILE: src/main/java/cn/cie/exception/NotFoundException.java class NotFoundException (line 11) | @ResponseStatus(value = HttpStatus.NOT_FOUND) method NotFoundException (line 14) | public NotFoundException() { FILE: src/main/java/cn/cie/interceptor/AdminInterceptor.java class AdminInterceptor (line 15) | public class AdminInterceptor implements HandlerInterceptor { method preHandle (line 20) | public boolean preHandle(HttpServletRequest request, HttpServletRespon... method postHandle (line 31) | public void postHandle(HttpServletRequest request, HttpServletResponse... method afterCompletion (line 35) | public void afterCompletion(HttpServletRequest request, HttpServletRes... FILE: src/main/java/cn/cie/interceptor/AuthInterceptor.java class AuthInterceptor (line 25) | @Component method preHandle (line 37) | public boolean preHandle(HttpServletRequest httpServletRequest, HttpSe... method postHandle (line 98) | public void postHandle(HttpServletRequest httpServletRequest, HttpServ... method afterCompletion (line 107) | public void afterCompletion(HttpServletRequest httpServletRequest, Htt... FILE: src/main/java/cn/cie/interceptor/LoginInterceptor.java class LoginInterceptor (line 16) | @Component method preHandle (line 22) | public boolean preHandle(HttpServletRequest httpServletRequest, HttpSe... method postHandle (line 30) | public void postHandle(HttpServletRequest httpServletRequest, HttpServ... method afterCompletion (line 34) | public void afterCompletion(HttpServletRequest httpServletRequest, Htt... FILE: src/main/java/cn/cie/mapper/CodeMapper.java type CodeMapper (line 5) | public interface CodeMapper { method insert (line 7) | int insert(Code record); method selectById (line 9) | Code selectById(Integer id); method update (line 11) | int update(Code record); FILE: src/main/java/cn/cie/mapper/GameMapper.java type GameMapper (line 8) | public interface GameMapper { method insert (line 10) | int insert(Game record); method selectById (line 12) | Game selectById(Integer id); method selectNums (line 14) | int selectNums(); method selectAll (line 16) | List selectAll(); method selectByPage (line 18) | List selectByPage(@Param(value = "startPos") Integer startPos, @... method selectByIds (line 20) | List selectByIds(@Param(value = "ids") List ids); method selectByIdsAndStat (line 22) | List selectByIdsAndStat(@Param(value = "ids") List ids,... method selectByIdsAndStatAndPage (line 24) | List selectByIdsAndStatAndPage(@Param(value = "ids") List selectByStat(Byte stat); method selectByStatOrderByDate (line 29) | List selectByStatOrderByDate(Byte stat); method selectByIdsAndInfo (line 31) | List selectByIdsAndInfo(@Param(value = "ids") List ids,... method selectByInfo (line 33) | List selectByInfo(String info); method selectFreeGames (line 35) | List selectFreeGames(); method update (line 37) | int update(Game record); FILE: src/main/java/cn/cie/mapper/ImgMapper.java type ImgMapper (line 8) | public interface ImgMapper { method insert (line 9) | int insert(Img record); method insertBatch (line 11) | int insertBatch(@Param(value = "game") Integer game, @Param(value = "i... method selectByGame (line 13) | List selectByGame(Integer game); FILE: src/main/java/cn/cie/mapper/KindMapper.java type KindMapper (line 8) | public interface KindMapper { method insert (line 10) | int insert(Kind record); method selectById (line 12) | Kind selectById(Integer id); method selectAll (line 14) | List selectAll(); method selectByIds (line 16) | List selectByIds(@Param(value = "ids") List ids); method selectByName (line 18) | Kind selectByName(String name); method selectIdByLikeName (line 20) | List selectIdByLikeName(String name); method delete (line 22) | int delete(Integer id); method update (line 24) | int update(Kind record); FILE: src/main/java/cn/cie/mapper/KindmapperMapper.java type KindmapperMapper (line 8) | public interface KindmapperMapper { method insert (line 10) | int insert(Kindmapper record); method insertKindBatch (line 12) | int insertKindBatch(@Param(value = "game") Integer game, @Param(value ... method insertGameBatch (line 14) | int insertGameBatch(@Param(value = "kind") Integer kind, @Param(value ... method selectByKind (line 16) | List selectByKind(Integer kind); method selectByGame (line 18) | List selectByGame(Integer game); method selectBatchByKinds (line 20) | List selectBatchByKinds(@Param(value = "kinds") List... method deleteByGame (line 22) | int deleteByGame(Integer game); method deleteByKind (line 24) | int deleteByKind(Integer kind); FILE: src/main/java/cn/cie/mapper/OrderMapper.java type OrderMapper (line 9) | public interface OrderMapper { method insert (line 11) | int insert(Order record); method selectById (line 13) | Order selectById(Integer id); method selectByUidAndStat (line 15) | List selectByUidAndStat(@Param(value = "uid") Integer uid, @Par... method selectByUidAndStatAndPage (line 17) | List selectByUidAndStatAndPage(@Param(value = "uid") Integer ui... method getOrderNumsByUidAndStat (line 20) | int getOrderNumsByUidAndStat(@Param(value = "uid") Integer uid, @Param... method updateStatByDate (line 22) | int updateStatByDate(@Param(value = "oldstat") Byte oldstat, @Param(va... method update (line 24) | int update(Order record); FILE: src/main/java/cn/cie/mapper/OrderitemMapper.java type OrderitemMapper (line 8) | public interface OrderitemMapper { method insert (line 10) | int insert(Orderitem record); method selectByIds (line 12) | List selectByIds(@Param(value = "ids") List ids); method update (line 14) | int update(Orderitem record); FILE: src/main/java/cn/cie/mapper/OrdermapperMapper.java type OrdermapperMapper (line 8) | public interface OrdermapperMapper { method insert (line 9) | int insert(Ordermapper record); method selectByOrder (line 11) | List selectByOrder(Integer order); FILE: src/main/java/cn/cie/mapper/TagMapper.java type TagMapper (line 8) | public interface TagMapper { method insert (line 10) | int insert(Tag record); method selectById (line 12) | Tag selectById(Integer id); method selectByIds (line 14) | List selectByIds(@Param(value = "ids") List ids); method selectIdByLikeName (line 16) | List selectIdByLikeName(String info); method selectAll (line 18) | List selectAll(); method update (line 20) | int update(Tag record); FILE: src/main/java/cn/cie/mapper/TagmapperMapper.java type TagmapperMapper (line 8) | public interface TagmapperMapper { method insert (line 9) | int insert(Tagmapper record); method selectByTag (line 11) | List selectByTag(Integer tag); method selectByGame (line 13) | List selectByGame(Integer game); method selectBatchByTags (line 15) | List selectBatchByTags(@Param(value = "tags") List t... FILE: src/main/java/cn/cie/mapper/TokenMapper.java type TokenMapper (line 9) | public interface TokenMapper { method insert (line 11) | int insert(Token record); method selectByToken (line 13) | Token selectByToken(String token); method selectByTokenAndStat (line 15) | Token selectByTokenAndStat(@Param(value = "token") String token, @Para... method selectByUid (line 17) | List selectByUid(Integer uid); method updateStatByDate (line 19) | int updateStatByDate(@Param(value = "date") Date date, @Param(value = ... method updateStatByToken (line 21) | int updateStatByToken(@Param(value = "stat") Byte stat, @Param(value =... FILE: src/main/java/cn/cie/mapper/UserMapper.java type UserMapper (line 8) | public interface UserMapper { method insert (line 10) | int insert(User record); method selectById (line 12) | User selectById(Integer id); method selectByName (line 14) | User selectByName(String username); method selectByEmail (line 16) | User selectByEmail(String email); method selectAllNums (line 18) | int selectAllNums(); method selectByPage (line 20) | List selectByPage(@Param(value = "startPos") Integer startPos, @... method selectByStat (line 22) | List selectByStat(Byte stat); method update (line 24) | int update(User record); method deleteById (line 26) | int deleteById(Integer id); FILE: src/main/java/cn/cie/schedule/Scheduler.java class Scheduler (line 14) | @Component method delNotValidateUser (line 22) | @Scheduled(fixedRate = 1000 * 60 * 3) method expireToken (line 27) | @Scheduled(fixedRate = 1000 * 60 * 10) method cancelOrder (line 32) | @Scheduled(fixedRate = 1000 * 60) FILE: src/main/java/cn/cie/services/AdminService.java type AdminService (line 15) | public interface AdminService { method login (line 23) | Result login(String username, String password); method getUser (line 30) | Result getUser(int page); method restrict (line 37) | Result restrict(Integer uid); method relieve (line 44) | Result relieve(Integer uid); method delete (line 51) | Result delete(Integer uid); method getGames (line 58) | Result getGames(int page); method addGame (line 69) | Result addGame(Game game, Integer[] kind, MultipartFile header, Multip... method updateGameInfo (line 76) | Result updateGameInfo(Game game); method getGameKind (line 83) | Result getGameKind(Integer game); method updateGameKind (line 91) | Result updateGameKind(Integer game, List kinds); method upGame (line 99) | Result upGame(Integer id, Date date); method downGame (line 106) | Result downGame(Integer id); method addKind (line 113) | Result addKind(String name); method managerKind (line 121) | Result managerKind(Integer kind, List games); method getAllGames (line 127) | Result getAllGames(); FILE: src/main/java/cn/cie/services/GameService.java type GameService (line 11) | public interface GameService { method getById (line 18) | Result getById(Integer id); method getRandomGames (line 24) | Result> getRandomGames(); method newestGames (line 30) | Result> newestGames(); method preUpGames (line 36) | Result> preUpGames(); method search (line 43) | Result> search(String info); method getFreeGames (line 49) | Result getFreeGames(); method exists (line 56) | boolean exists(Integer id); FILE: src/main/java/cn/cie/services/KindService.java type KindService (line 12) | public interface KindService { method getNameById (line 19) | String getNameById(Integer id); method getAll (line 25) | Result getAll(); method getGamesByKind (line 33) | Result> getGamesByKind(int kind, int page); FILE: src/main/java/cn/cie/services/OrderService.java type OrderService (line 10) | public interface OrderService { method addOrders (line 18) | Result addOrders(int uid, List gids); method cancelOrder (line 25) | Result cancelOrder(int uid, int orderid); method pay (line 33) | Result pay(int uid, int orderid); method exists (line 40) | boolean exists(int orderid); method getNotPayOrders (line 47) | Result getNotPayOrders(int uid, int page); method getPaidOrders (line 54) | Result getPaidOrders(int uid, int page); method getCancelOrders (line 61) | Result getCancelOrders(int uid, int page); method autoCancelOrder (line 66) | void autoCancelOrder(); FILE: src/main/java/cn/cie/services/TagService.java type TagService (line 12) | public interface TagService { method getNameById (line 19) | String getNameById(Integer id); method getAll (line 25) | Result> getAll(); method addTag (line 32) | Result addTag(String name); method addTag (line 40) | Result addTag(String name, Integer game); method addTag (line 48) | Result addTag(Integer tag, Integer game); method getGamesByTag (line 56) | Result> getGamesByTag(Integer tag, Integer page); FILE: src/main/java/cn/cie/services/UserService.java type UserService (line 9) | public interface UserService { method register (line 16) | Result register(User user); method sendMail (line 23) | Result sendMail(User user); method validate (line 31) | Result validate(Integer uid, String code); method login (line 43) | Result login(String username, String password, boolean remember, Strin... method logout (line 49) | Result logout(String token); method updateUserInfo (line 56) | Result updateUserInfo(User user); method updatePassword (line 63) | Result updatePassword(String password); method forgetPassword (line 71) | Result forgetPassword(String password, String email, String code); method sendFetchPwdMail (line 78) | Result sendFetchPwdMail(String email); method delNotValidateUser (line 83) | void delNotValidateUser(); method expireToken (line 88) | void expireToken(); FILE: src/main/java/cn/cie/services/impl/AdminServiceImpl.java class AdminServiceImpl (line 22) | @Service method login (line 43) | public Result login(String username, String password) { method getUser (line 63) | public Result getUser(int page) { method restrict (line 71) | public Result restrict(Integer uid) { method relieve (line 82) | public Result relieve(Integer uid) { method delete (line 93) | public Result delete(Integer uid) { method getGames (line 104) | public Result getGames(int page) { method addGame (line 113) | @Transactional method updateGameInfo (line 165) | public Result updateGameInfo(Game game) { method getGameKind (line 173) | public Result getGameKind(Integer game) { method updateGameKind (line 182) | @Transactional method upGame (line 189) | public Result upGame(Integer id, Date date) { method downGame (line 208) | public Result downGame(Integer id) { method addKind (line 222) | @Transactional method managerKind (line 238) | @Transactional method getAllGames (line 245) | public Result getAllGames() { method paresGameDTO (line 260) | private List paresGameDTO(List games) { FILE: src/main/java/cn/cie/services/impl/GameServiceImpl.java class GameServiceImpl (line 21) | @Service method getById (line 39) | public Result getById(Integer id) { method getRandomGames (line 54) | public Result> getRandomGames() { method newestGames (line 84) | public Result> newestGames() { method preUpGames (line 94) | public Result> preUpGames() { method search (line 104) | public Result> search(String info) { method getFreeGames (line 132) | public Result getFreeGames() { method exists (line 137) | public boolean exists(Integer id) { method paresGameDTO (line 141) | private List paresGameDTO(List games) { FILE: src/main/java/cn/cie/services/impl/KindServiceImpl.java class KindServiceImpl (line 22) | @Service method getNameById (line 40) | public String getNameById(Integer id) { method getAll (line 48) | public Result getAll() { method getGamesByKind (line 59) | public Result> getGamesByKind(int kind, int page) { method paresGameDTO (line 79) | private List paresGameDTO(List games) { FILE: src/main/java/cn/cie/services/impl/OrderServiceImpl.java class OrderServiceImpl (line 20) | @Service method addOrders (line 34) | @Transactional method cancelOrder (line 68) | public Result cancelOrder(int uid, int orderid) { method pay (line 81) | @Transactional method exists (line 107) | public boolean exists(int orderid) { method getNotPayOrders (line 112) | public Result getNotPayOrders(int uid, int page) { method getPaidOrders (line 120) | public Result getPaidOrders(int uid, int page) { method getCancelOrders (line 128) | public Result getCancelOrders(int uid, int page) { method autoCancelOrder (line 136) | public void autoCancelOrder() { method parseOrderByStatAndPage (line 142) | private List parseOrderByStatAndPage(Integer uid, Byte stat,... FILE: src/main/java/cn/cie/services/impl/TagServiceImpl.java class TagServiceImpl (line 27) | @Service method getNameById (line 39) | public String getNameById(Integer id) { method getAll (line 47) | public Result> getAll() { method addTag (line 51) | public Result addTag(String name) { method addTag (line 61) | @Transactional method addTag (line 79) | public Result addTag(Integer tag, Integer game) { method getGamesByTag (line 94) | public Result> getGamesByTag(Integer tag, Integer page) { method paresGameDTO (line 111) | private List paresGameDTO(List games) { FILE: src/main/java/cn/cie/services/impl/UserServiceImpl.java class UserServiceImpl (line 25) | @Service method register (line 39) | @Transactional method sendMail (line 78) | @Transactional method validate (line 91) | @Transactional method login (line 107) | @Transactional method logout (line 138) | public Result logout(String token) { method updateUserInfo (line 147) | public Result updateUserInfo(User user) { method updatePassword (line 177) | public Result updatePassword(String password) { method forgetPassword (line 193) | public Result forgetPassword(String password, String email, String cod... method sendFetchPwdMail (line 219) | public Result sendFetchPwdMail(String email) { method delNotValidateUser (line 237) | public void delNotValidateUser() { method expireToken (line 248) | public void expireToken() { FILE: src/main/java/cn/cie/utils/MailUtil.java class MailUtil (line 10) | public class MailUtil { method sendMail (line 21) | public static void sendMail(String user, String title, String content) { method sendValidateMail (line 42) | public static void sendValidateMail(String user, String code) { method sendFetchPwdMail (line 55) | public static void sendFetchPwdMail(String user, String code) { FILE: src/main/java/cn/cie/utils/MsgCenter.java class MsgCenter (line 7) | public class MsgCenter { FILE: src/main/java/cn/cie/utils/PageUtil.java class PageUtil (line 7) | public class PageUtil { method PageUtil (line 15) | public PageUtil(int num, int current, int size) { method PageUtil (line 32) | public PageUtil(int num, int current) { method getNum (line 44) | public int getNum() { method setNum (line 48) | public void setNum(int num) { method getPages (line 52) | public int getPages() { method setPages (line 56) | public void setPages(int pages) { method getCurrent (line 60) | public int getCurrent() { method setCurrent (line 64) | public void setCurrent(int current) { method getSize (line 68) | public int getSize() { method setSize (line 72) | public void setSize(int size) { method getStartPos (line 76) | public int getStartPos() { method setStartPos (line 80) | public void setStartPos(int startPos) { FILE: src/main/java/cn/cie/utils/PasswordUtil.java class PasswordUtil (line 9) | public class PasswordUtil { method pwd2Md5 (line 13) | public static String pwd2Md5(String paswword) { FILE: src/main/java/cn/cie/utils/RedisUtil.java class RedisUtil (line 17) | @Component method put (line 39) | public String put(String key, String value) { method putEx (line 59) | public String putEx(String key, String value, int timeout) { method get (line 77) | public String get(String key) { method putObject (line 96) | public String putObject(String key, T value) { method putObjectEx (line 116) | public String putObjectEx(String key, T value, int timeout) { method getObject (line 134) | public T getObject(String key, Class clazz) { method delete (line 152) | public long delete(String key) { method blpopObject (line 173) | public T blpopObject(int timeout, String key, Class clazz) { method lpopObject (line 193) | public T lpopObject(String key, Class clazz) { method rpushObject (line 212) | public long rpushObject(String key, Class clazz, Object... values) { method rpushObjectExAtTime (line 241) | public long rpushObjectExAtTime(String key, Class clazz, long time, Ob... method rpushObjectEx (line 273) | public long rpushObjectEx(String key, Class clazz, int timeout, Object... method lall (line 302) | public List lall(String key, Class clazz) { method afterPropertiesSet (line 328) | public void afterPropertiesSet() throws Exception { FILE: src/main/java/cn/cie/utils/Result.java class Result (line 7) | public class Result { method Result (line 13) | private Result(boolean success, String msg) { method Result (line 18) | private Result(boolean success, String msg, T data) { method success (line 24) | public static Result success() { method success (line 28) | public static Result success(Object data) { method fail (line 32) | public static Result fail(String msg) { method fail (line 36) | public static Result fail(String msg, Object data) { method isSuccess (line 40) | public boolean isSuccess() { method getMsg (line 44) | public String getMsg() { method getData (line 48) | public T getData() { FILE: src/main/java/cn/cie/utils/UserHolder.java class UserHolder (line 10) | @Component method getUser (line 15) | public User getUser() { method setUser (line 19) | public void setUser(User user) { method remove (line 23) | public void remove() { FILE: src/main/resources/schema.sql type `shop` (line 2) | CREATE TABLE IF NOT EXISTS `shop`.`user` ( type `shop` (line 16) | CREATE TABLE IF NOT EXISTS `shop`.`token` ( type `shop` (line 27) | CREATE TABLE IF NOT EXISTS `shop`.`game` ( type `shop` (line 41) | CREATE TABLE IF NOT EXISTS `shop`.`img` ( type `shop` (line 46) | CREATE TABLE IF NOT EXISTS `shop`.`code` ( type `shop` (line 55) | CREATE TABLE IF NOT EXISTS `shop`.`order` ( type `shop` (line 65) | CREATE TABLE IF NOT EXISTS `shop`.`orderitem` ( type `shop` (line 75) | CREATE TABLE IF NOT EXISTS `shop`.`ordermapper` ( type `shop` (line 80) | CREATE TABLE IF NOT EXISTS `shop`.`kind` ( type `shop` (line 86) | CREATE TABLE IF NOT EXISTS `shop`.`kindmapper` ( type `shop` (line 91) | CREATE TABLE IF NOT EXISTS `shop`.`tag` ( type `shop` (line 97) | CREATE TABLE IF NOT EXISTS `shop`.`tagmapper` ( FILE: src/main/webapp/WEB-INF/js/adminlogin.js function login (line 1) | function login() { FILE: src/main/webapp/WEB-INF/js/adminpage.js function getgeame (line 173) | function getgeame(pagenum) { function restrict (line 269) | function restrict(uid, j) { function relieve (line 281) | function relieve(uid, j) { function del (line 293) | function del(uid, j) { function upgame (line 305) | function upgame(gid, j) { function downgame (line 317) | function downgame(gid, j) { function getgamekind (line 329) | function getgamekind(gid) { function savekinds (line 358) | function savekinds() { function managekind (line 388) | function managekind(kid) { function savekindsgames (line 419) | function savekindsgames() { function showright_0 (line 447) | function showright_0() { function showright_1 (line 453) | function showright_1() { function showright_2 (line 459) | function showright_2() { function showright_3 (line 465) | function showright_3() { function navList (line 473) | function navList(id) { function getgameinfo (line 551) | function getgameinfo(gid) { function savegameupdate (line 562) | function savegameupdate() { function setImagePreviews (line 589) | function setImagePreviews(avalue) { function setImagePreviews_0 (line 637) | function setImagePreviews_0(avalue) { function addgame (line 686) | function addgame() { function call (line 713) | function call() { function cleartext (line 736) | function cleartext() { function addkind (line 751) | function addkind() { FILE: src/main/webapp/WEB-INF/js/fenlei.js function getgame (line 8) | function getgame(page) { function xianshitupian (line 108) | function xianshitupian(k) { function yingcangtupian (line 113) | function yingcangtupian(k) { FILE: src/main/webapp/WEB-INF/js/findpassword.js function schedule (line 7) | function schedule() { function time (line 13) | function time() { function sendMail (line 26) | function sendMail() { function findpassword (line 38) | function findpassword() { FILE: src/main/webapp/WEB-INF/js/fishjs/background.js function drawBackground (line 1) | function drawBackground(){ FILE: src/main/webapp/WEB-INF/js/fishjs/collision.js function momFruitsCollision (line 2) | function momFruitsCollision() { function momBabyCollision (line 25) | function momBabyCollision() { FILE: src/main/webapp/WEB-INF/js/fishjs/commonFunctions.js function calLength2 (line 9) | function calLength2(x1, y1, x2, y2) { function randomColor (line 14) | function randomColor() { function lerpAngle (line 28) | function lerpAngle(a, b, t) { function lerpDistance (line 35) | function lerpDistance(aim, cur, ratio) { function inOboundary (line 40) | function inOboundary(arrX, arrY, l, r, t, b) { //在l r t b范围内的检测 function rgbColor (line 44) | function rgbColor(r, g, b) { function rgbNum (line 51) | function rgbNum(r, g, b) { function rnd (line 58) | function rnd(m) { function rateRandom (line 63) | function rateRandom(m, n) { function distance (line 80) | function distance(x1, y1, x2, y2, l) { function AABBbox (line 89) | function AABBbox(object1, w1, h1, object2, w2, h2, overlap) { function dis2 (line 105) | function dis2(x, y, x0, y0) { function rndi2 (line 111) | function rndi2(m, n) { FILE: src/main/webapp/WEB-INF/js/fishjs/fruit.js function fruitMonitor (line 69) | function fruitMonitor() { function sendFruit (line 81) | function sendFruit() { FILE: src/main/webapp/WEB-INF/js/fishjs/main.js function game (line 46) | function game() { function init (line 54) | function init() { function gameloop (line 130) | function gameloop() { function onmouseMove (line 156) | function onmouseMove(e) { FILE: src/main/webapp/WEB-INF/js/index.js function hoverShowDiv_1 (line 110) | function hoverShowDiv_1(i) { function hoverShowDiv_2 (line 125) | function hoverShowDiv_2(i) { FILE: src/main/webapp/WEB-INF/js/login.js function login (line 1) | function login() { FILE: src/main/webapp/WEB-INF/js/order.js function getpaid (line 8) | function getpaid(pagenum) { function getnotpay (line 84) | function getnotpay(pagenum) { function getcancel (line 165) | function getcancel(pagenum) { function cancel (line 241) | function cancel(oid) { function topay (line 246) | function topay(oid) { FILE: src/main/webapp/WEB-INF/js/regist.js function schedule (line 7) | function schedule() { function regist (line 14) | function regist() { function time (line 34) | function time() { function sendMail (line 47) | function sendMail() { function validate (line 57) | function validate() { FILE: src/main/webapp/WEB-INF/js/sanji.js function change (line 138) | function change(i) { function move (line 143) | function move(to) { function addshopingcar (line 149) | function addshopingcar() { FILE: src/main/webapp/WEB-INF/js/search.js function xianshitupian (line 70) | function xianshitupian(k) { function yingcangtupian (line 75) | function yingcangtupian(k) { FILE: src/main/webapp/WEB-INF/js/shoppingcart.js function del (line 25) | function del(i) { function orderadd (line 35) | function orderadd() { FILE: src/main/webapp/WEB-INF/js/top.js function outlogin (line 1) | function outlogin() { function search (line 11) | function search() { FILE: src/main/webapp/WEB-INF/js/updateUserInfo.js function updateUserInfo (line 8) | function updateUserInfo() { FILE: src/main/webapp/WEB-INF/js/updatepassword.js function updatepassword (line 1) | function updatepassword() { FILE: src/test/java/cn/cie/common/CommonTest.java class CommonTest (line 19) | public class CommonTest { method createSql (line 23) | @Test method random (line 52) | @Test method zeroTime (line 59) | @Test method strlength (line 68) | @Test method equals (line 73) | @Test method jsonTest (line 83) | @Test FILE: src/test/java/cn/cie/mapper/GameMapperTest.java class GameMapperTest (line 15) | @RunWith(SpringJUnit4ClassRunner.class) method selectByStat (line 24) | @Test FILE: src/test/java/cn/cie/mapper/KindmapperMapperTest.java class KindmapperMapperTest (line 18) | @RunWith(SpringJUnit4ClassRunner.class) method insertBatch (line 29) | @Test method selectIdByLikeName (line 45) | @Test FILE: src/test/java/cn/cie/mapper/UserMapperTest.java class UserMapperTest (line 16) | @RunWith(SpringJUnit4ClassRunner.class) method selectByPage (line 25) | @Test FILE: src/test/java/cn/cie/services/KindServiceTest.java class KindServiceTest (line 18) | @RunWith(SpringJUnit4ClassRunner.class) method getAll (line 27) | @Test method getGamesByKind (line 31) | @Test FILE: src/test/java/cn/cie/services/UserServiceTest.java class UserServiceTest (line 17) | @RunWith(SpringJUnit4ClassRunner.class) method register (line 28) | @Test method validate (line 48) | @Test method login (line 64) | @Test method updateUserInfo (line 68) | @Test method restrict (line 82) | @Test method relieve (line 86) | @Test FILE: src/test/java/cn/cie/utils/RedisUtilTest.java class RedisUtilTest (line 15) | @RunWith(SpringJUnit4ClassRunner.class) method put (line 24) | @Test method putEx (line 29) | @Test method get (line 34) | @Test method putObject (line 41) | @Test method putObjectEx (line 50) | @Test method getObject (line 54) | @Test method delete (line 60) | @Test method lall (line 65) | @Test