SYMBOL INDEX (4366 symbols across 197 files) FILE: SpringbootSchoolShop/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/SpringbootSchoolShopApplication.java class SpringbootSchoolShopApplication (line 14) | @SpringBootApplication method configure (line 19) | @Override method main (line 24) | public static void main(String[] args) { method mailSender (line 29) | @Bean FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/config/SwaggerConfig.java class SwaggerConfig (line 13) | @Configuration method createRestApi (line 17) | @Bean method apiInfo (line 27) | private ApiInfo apiInfo() { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/config/WebMvcConfig.java class WebMvcConfig (line 19) | @Configuration method addResourceHandlers (line 24) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/admin/ActivityController.java class ActivityController (line 24) | @Controller method showActivity (line 35) | @RequestMapping("/show") method showActivityJson (line 58) | @RequestMapping("/showjson") method showAddActivity (line 75) | @RequestMapping("/add") method addActivity (line 84) | @RequestMapping("/addResult") method updateActivity (line 92) | @RequestMapping("/update") method deleteActivity (line 106) | @RequestMapping("delete") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/admin/AdminOrderController.java class AdminOrderController (line 20) | @Controller method sendOrder (line 34) | @RequestMapping("/send") method sendGoods (line 88) | @RequestMapping("/sendGoods") method receiveOrder (line 103) | @RequestMapping("/receiver") method completeOrder (line 157) | @RequestMapping("/complete") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/admin/ExcelController.java class ExcelController (line 24) | @Controller method ExportRecord (line 32) | @GetMapping("/excel/export") method ImportRecord (line 44) | @GetMapping("/excel/import") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/admin/GoodsController.java class GoodsController (line 30) | @Controller method getAllGoods (line 37) | @RequestMapping("/showjson") method goodsManage (line 57) | @RequestMapping("/show") method showAdd (line 70) | @RequestMapping("/add") method updateGoods (line 89) | @RequestMapping(value = "/update", method = RequestMethod.POST) method deleteGoods (line 101) | @RequestMapping(value = "/delete/{goodsid}", method = RequestMethod.DE... method addGoods (line 108) | @RequestMapping("/addGoodsSuccess") method addcategory (line 134) | @RequestMapping("/addCategory") method addCategoryResult (line 154) | @RequestMapping("/addCategoryResult") method saveCate (line 170) | @RequestMapping("/saveCate") method deleteCate (line 182) | @RequestMapping("/deleteCate") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/admin/LoginController.java class LoginController (line 15) | @Controller method adminLogin (line 22) | @RequestMapping("/login") method confirmLogin (line 27) | @RequestMapping("/confirmLogin") method adminLogout (line 41) | @RequestMapping("/logout") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/admin/UserController.java class UserController (line 19) | @Controller method getAllGoods (line 26) | @RequestMapping("/showjson") method userManage (line 40) | @RequestMapping("/show") method deleteUser (line 45) | @RequestMapping(value = "/delete/{userid}", method = RequestMethod.DEL... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/front/CartController.java class CartController (line 21) | @Controller method addCart (line 30) | @RequestMapping("/addCart") method showCart (line 55) | @RequestMapping("/showcart") method getCart (line 64) | @RequestMapping("/cartjson") method deleteCart (line 90) | @RequestMapping(value = "/deleteCart/{goodsid}", method = RequestMetho... method updateCart (line 102) | @RequestMapping("/update") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/front/CustomerController.java class CustomerController (line 26) | @Controller method loginView (line 29) | @RequestMapping("/login") method register (line 37) | @RequestMapping("/register") method registerResult (line 42) | @RequestMapping("/registerresult") method loginConfirm (line 61) | @RequestMapping("/loginconfirm") method information (line 86) | @RequestMapping("/information") method saveInfo (line 101) | @RequestMapping("/saveInfo") method address (line 128) | @RequestMapping("/info/address") method saveAddr (line 142) | @RequestMapping("/saveAddr") method deleteAddr (line 150) | @RequestMapping("/deleteAddr") method insertAddr (line 157) | @RequestMapping("/insertAddr") method list (line 174) | @RequestMapping("/info/list") method deleteList (line 220) | @RequestMapping("/deleteList") method showFavorite (line 234) | @RequestMapping("/info/favorite") method savePsw (line 282) | @RequestMapping("/savePsw") method finishiList (line 292) | @RequestMapping("/finishList") method logout (line 302) | @RequestMapping("/logout") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/front/FrontGoodsController.java class FrontGoodsController (line 25) | @Controller method detailGoods (line 43) | @RequestMapping(value = "/detail",method = RequestMethod.GET) method searchGoods (line 104) | @RequestMapping(value = "/search", method = RequestMethod.GET) method collectGoods (line 148) | @RequestMapping("/collect") method deleteFavGoods (line 168) | @RequestMapping("/deleteCollect") method getCateGoods (line 182) | @RequestMapping("/category") method comment (line 241) | @RequestMapping("/comment") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/front/MainController.java class MainController (line 16) | @Controller method showAdmin (line 26) | @RequestMapping("/") method showAllGoods (line 58) | @RequestMapping("/main") method getCateGoods (line 83) | public List getCateGoods(String cate, Integer userid) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/front/OrderController.java class OrderController (line 24) | @Controller method showOrder (line 48) | @RequestMapping("/order") method orderFinish (line 122) | @RequestMapping("/orderFinish") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/front/VerificationCodeImgController.java class VerificationCodeImgController (line 8) | @Controller method verificationcodeimg (line 10) | @RequestMapping("/verificationcodeimg") FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/ActivityMapper.java type ActivityMapper (line 10) | public interface ActivityMapper { method countByExample (line 11) | long countByExample(ActivityExample example); method deleteByExample (line 13) | int deleteByExample(ActivityExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer activityid); method insert (line 17) | int insert(Activity record); method insertSelective (line 19) | int insertSelective(Activity record); method selectByExample (line 21) | List selectByExample(ActivityExample example); method selectByPrimaryKey (line 23) | Activity selectByPrimaryKey(Integer activityid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Activity record, @Param(... method updateByExample (line 27) | int updateByExample(@Param("record") Activity record, @Param("example"... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Activity record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Activity record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/AddressMapper.java type AddressMapper (line 10) | public interface AddressMapper { method countByExample (line 11) | long countByExample(AddressExample example); method deleteByExample (line 13) | int deleteByExample(AddressExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer addressid); method insert (line 17) | int insert(Address record); method insertSelective (line 19) | int insertSelective(Address record); method selectByExample (line 21) | List
selectByExample(AddressExample example); method selectByPrimaryKey (line 23) | Address selectByPrimaryKey(Integer addressid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Address record, @Param("... method updateByExample (line 27) | int updateByExample(@Param("record") Address record, @Param("example")... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Address record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Address record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/AdminMapper.java type AdminMapper (line 9) | public interface AdminMapper { method countByExample (line 10) | long countByExample(AdminExample example); method deleteByExample (line 12) | int deleteByExample(AdminExample example); method deleteByPrimaryKey (line 14) | int deleteByPrimaryKey(Integer adminid); method insert (line 16) | int insert(Admin record); method insertSelective (line 18) | int insertSelective(Admin record); method selectByExample (line 20) | List selectByExample(AdminExample example); method selectByPrimaryKey (line 22) | Admin selectByPrimaryKey(Integer adminid); method selectByName (line 24) | Admin selectByName(Admin admin); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") Admin record, @Param("ex... method updateByExample (line 28) | int updateByExample(@Param("record") Admin record, @Param("example") A... method updateByPrimaryKeySelective (line 30) | int updateByPrimaryKeySelective(Admin record); method updateByPrimaryKey (line 32) | int updateByPrimaryKey(Admin record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/CategoryMapper.java type CategoryMapper (line 10) | public interface CategoryMapper { method countByExample (line 11) | long countByExample(CategoryExample example); method deleteByExample (line 13) | int deleteByExample(CategoryExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer cateid); method insert (line 17) | int insert(Category record); method insertSelective (line 19) | int insertSelective(Category record); method selectByExample (line 21) | List selectByExample(CategoryExample example); method selectByExampleLimit (line 23) | List selectByExampleLimit(CategoryExample example); method selectByPrimaryKey (line 25) | Category selectByPrimaryKey(Integer cateid); method updateByExampleSelective (line 27) | int updateByExampleSelective(@Param("record") Category record, @Param(... method updateByExample (line 29) | int updateByExample(@Param("record") Category record, @Param("example"... method updateByPrimaryKeySelective (line 31) | int updateByPrimaryKeySelective(Category record); method updateByPrimaryKey (line 33) | int updateByPrimaryKey(Category record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/CommentMapper.java type CommentMapper (line 10) | public interface CommentMapper { method countByExample (line 11) | long countByExample(CommentExample example); method deleteByExample (line 13) | int deleteByExample(CommentExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer commentid); method insert (line 17) | int insert(Comment record); method insertSelective (line 19) | int insertSelective(Comment record); method selectByExample (line 21) | List selectByExample(CommentExample example); method selectByPrimaryKey (line 23) | Comment selectByPrimaryKey(Integer commentid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Comment record, @Param("... method updateByExample (line 27) | int updateByExample(@Param("record") Comment record, @Param("example")... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Comment record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Comment record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/FavoriteMapper.java type FavoriteMapper (line 11) | public interface FavoriteMapper { method countByExample (line 12) | long countByExample(FavoriteExample example); method deleteByExample (line 14) | int deleteByExample(FavoriteExample example); method deleteByPrimaryKey (line 16) | int deleteByPrimaryKey(FavoriteKey key); method insert (line 18) | int insert(Favorite record); method insertSelective (line 20) | int insertSelective(Favorite record); method selectByExample (line 22) | List selectByExample(FavoriteExample example); method selectByPrimaryKey (line 24) | Favorite selectByPrimaryKey(FavoriteKey key); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") Favorite record, @Param(... method updateByExample (line 28) | int updateByExample(@Param("record") Favorite record, @Param("example"... method updateByPrimaryKeySelective (line 30) | int updateByPrimaryKeySelective(Favorite record); method updateByPrimaryKey (line 32) | int updateByPrimaryKey(Favorite record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/GoodsMapper.java type GoodsMapper (line 9) | public interface GoodsMapper { method countByExample (line 10) | long countByExample(GoodsExample example); method deleteByExample (line 12) | int deleteByExample(GoodsExample example); method deleteByPrimaryKey (line 14) | int deleteByPrimaryKey(Integer goodsid); method insert (line 16) | int insert(Goods record); method insertSelective (line 18) | int insertSelective(Goods record); method selectByExampleWithBLOBs (line 20) | List selectByExampleWithBLOBs(GoodsExample example); method selectByExample (line 22) | List selectByExample(GoodsExample example); method selectByPrimaryKey (line 24) | Goods selectByPrimaryKey(Integer goodsid); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") Goods record, @Param("ex... method updateByExampleWithBLOBs (line 28) | int updateByExampleWithBLOBs(@Param("record") Goods record, @Param("ex... method updateByExample (line 30) | int updateByExample(@Param("record") Goods record, @Param("example") G... method updateByPrimaryKeySelective (line 32) | int updateByPrimaryKeySelective(Goods record); method updateByPrimaryKeyWithBLOBs (line 34) | int updateByPrimaryKeyWithBLOBs(Goods record); method updateByPrimaryKey (line 36) | int updateByPrimaryKey(Goods record); method selectByExampleWithBLOBsLimit (line 38) | List selectByExampleWithBLOBsLimit(GoodsExample digGoodsExample); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/ImagePathMapper.java type ImagePathMapper (line 10) | public interface ImagePathMapper { method countByExample (line 11) | long countByExample(ImagePathExample example); method deleteByExample (line 13) | int deleteByExample(ImagePathExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer pathid); method insert (line 17) | int insert(ImagePath record); method insertSelective (line 19) | int insertSelective(ImagePath record); method selectByExample (line 21) | List selectByExample(ImagePathExample example); method selectByPrimaryKey (line 23) | ImagePath selectByPrimaryKey(Integer pathid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") ImagePath record, @Param... method updateByExample (line 27) | int updateByExample(@Param("record") ImagePath record, @Param("example... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(ImagePath record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(ImagePath record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/OrderItemMapper.java type OrderItemMapper (line 10) | public interface OrderItemMapper { method countByExample (line 11) | long countByExample(OrderItemExample example); method deleteByExample (line 13) | int deleteByExample(OrderItemExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer itemid); method insert (line 17) | int insert(OrderItem record); method insertSelective (line 19) | int insertSelective(OrderItem record); method selectByExample (line 21) | List selectByExample(OrderItemExample example); method selectByPrimaryKey (line 23) | OrderItem selectByPrimaryKey(Integer itemid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") OrderItem record, @Param... method updateByExample (line 27) | int updateByExample(@Param("record") OrderItem record, @Param("example... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(OrderItem record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(OrderItem record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/OrderMapper.java type OrderMapper (line 10) | public interface OrderMapper { method countByExample (line 11) | long countByExample(OrderExample example); method deleteByExample (line 13) | int deleteByExample(OrderExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer orderid); method insert (line 17) | int insert(Order record); method insertSelective (line 19) | int insertSelective(Order record); method selectByExample (line 21) | List selectByExample(OrderExample example); method selectByPrimaryKey (line 23) | Order selectByPrimaryKey(Integer orderid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Order record, @Param("ex... method updateByExample (line 27) | int updateByExample(@Param("record") Order record, @Param("example") O... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Order record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Order record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/ShopCartMapper.java type ShopCartMapper (line 11) | public interface ShopCartMapper { method countByExample (line 12) | long countByExample(ShopCartExample example); method deleteByExample (line 14) | int deleteByExample(ShopCartExample example); method deleteByPrimaryKey (line 16) | int deleteByPrimaryKey(ShopCartKey key); method insert (line 18) | int insert(ShopCart record); method insertSelective (line 20) | int insertSelective(ShopCart record); method selectByExample (line 22) | List selectByExample(ShopCartExample example); method selectByPrimaryKey (line 24) | ShopCart selectByPrimaryKey(ShopCartKey key); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") ShopCart record, @Param(... method updateByExample (line 28) | int updateByExample(@Param("record") ShopCart record, @Param("example"... method updateByPrimaryKeySelective (line 30) | int updateByPrimaryKeySelective(ShopCart record); method updateByPrimaryKey (line 32) | int updateByPrimaryKey(ShopCart record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/dao/UserMapper.java type UserMapper (line 10) | public interface UserMapper { method countByExample (line 11) | long countByExample(UserExample example); method deleteByExample (line 13) | int deleteByExample(UserExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer userid); method insert (line 17) | int insert(User record); method insertSelective (line 19) | int insertSelective(User record); method selectByExample (line 21) | List selectByExample(UserExample example); method selectByPrimaryKey (line 23) | User selectByPrimaryKey(Integer userid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") User record, @Param("exa... method updateByExample (line 27) | int updateByExample(@Param("record") User record, @Param("example") Us... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(User record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(User record); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Activity.java class Activity (line 6) | public class Activity { method getActivityid (line 24) | public Integer getActivityid() { method setActivityid (line 28) | public void setActivityid(Integer activityid) { method getActivityname (line 32) | public String getActivityname() { method setActivityname (line 36) | public void setActivityname(String activityname) { method getActivitydes (line 40) | public String getActivitydes() { method setActivitydes (line 44) | public void setActivitydes(String activitydes) { method getDiscount (line 48) | public Float getDiscount() { method setDiscount (line 52) | public void setDiscount(Float discount) { method getFullprice (line 56) | public Integer getFullprice() { method setFullprice (line 60) | public void setFullprice(Integer fullprice) { method getReduceprice (line 64) | public Integer getReduceprice() { method setReduceprice (line 68) | public void setReduceprice(Integer reduceprice) { method getFullnum (line 72) | public Integer getFullnum() { method setFullnum (line 76) | public void setFullnum(Integer fullnum) { method getReducenum (line 80) | public Integer getReducenum() { method setReducenum (line 84) | public void setReducenum(Integer reducenum) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/ActivityExample.java class ActivityExample (line 6) | public class ActivityExample { method ActivityExample (line 13) | public ActivityExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andActivityidIsNull (line 107) | public Criteria andActivityidIsNull() { method andActivityidIsNotNull (line 112) | public Criteria andActivityidIsNotNull() { method andActivityidEqualTo (line 117) | public Criteria andActivityidEqualTo(Integer value) { method andActivityidNotEqualTo (line 122) | public Criteria andActivityidNotEqualTo(Integer value) { method andActivityidGreaterThan (line 127) | public Criteria andActivityidGreaterThan(Integer value) { method andActivityidGreaterThanOrEqualTo (line 132) | public Criteria andActivityidGreaterThanOrEqualTo(Integer value) { method andActivityidLessThan (line 137) | public Criteria andActivityidLessThan(Integer value) { method andActivityidLessThanOrEqualTo (line 142) | public Criteria andActivityidLessThanOrEqualTo(Integer value) { method andActivityidIn (line 147) | public Criteria andActivityidIn(List values) { method andActivityidNotIn (line 152) | public Criteria andActivityidNotIn(List values) { method andActivityidBetween (line 157) | public Criteria andActivityidBetween(Integer value1, Integer value2) { method andActivityidNotBetween (line 162) | public Criteria andActivityidNotBetween(Integer value1, Integer valu... method andActivitynameIsNull (line 167) | public Criteria andActivitynameIsNull() { method andActivitynameIsNotNull (line 172) | public Criteria andActivitynameIsNotNull() { method andActivitynameEqualTo (line 177) | public Criteria andActivitynameEqualTo(String value) { method andActivitynameNotEqualTo (line 182) | public Criteria andActivitynameNotEqualTo(String value) { method andActivitynameGreaterThan (line 187) | public Criteria andActivitynameGreaterThan(String value) { method andActivitynameGreaterThanOrEqualTo (line 192) | public Criteria andActivitynameGreaterThanOrEqualTo(String value) { method andActivitynameLessThan (line 197) | public Criteria andActivitynameLessThan(String value) { method andActivitynameLessThanOrEqualTo (line 202) | public Criteria andActivitynameLessThanOrEqualTo(String value) { method andActivitynameLike (line 207) | public Criteria andActivitynameLike(String value) { method andActivitynameNotLike (line 212) | public Criteria andActivitynameNotLike(String value) { method andActivitynameIn (line 217) | public Criteria andActivitynameIn(List values) { method andActivitynameNotIn (line 222) | public Criteria andActivitynameNotIn(List values) { method andActivitynameBetween (line 227) | public Criteria andActivitynameBetween(String value1, String value2) { method andActivitynameNotBetween (line 232) | public Criteria andActivitynameNotBetween(String value1, String valu... method andActivitydesIsNull (line 237) | public Criteria andActivitydesIsNull() { method andActivitydesIsNotNull (line 242) | public Criteria andActivitydesIsNotNull() { method andActivitydesEqualTo (line 247) | public Criteria andActivitydesEqualTo(String value) { method andActivitydesNotEqualTo (line 252) | public Criteria andActivitydesNotEqualTo(String value) { method andActivitydesGreaterThan (line 257) | public Criteria andActivitydesGreaterThan(String value) { method andActivitydesGreaterThanOrEqualTo (line 262) | public Criteria andActivitydesGreaterThanOrEqualTo(String value) { method andActivitydesLessThan (line 267) | public Criteria andActivitydesLessThan(String value) { method andActivitydesLessThanOrEqualTo (line 272) | public Criteria andActivitydesLessThanOrEqualTo(String value) { method andActivitydesLike (line 277) | public Criteria andActivitydesLike(String value) { method andActivitydesNotLike (line 282) | public Criteria andActivitydesNotLike(String value) { method andActivitydesIn (line 287) | public Criteria andActivitydesIn(List values) { method andActivitydesNotIn (line 292) | public Criteria andActivitydesNotIn(List values) { method andActivitydesBetween (line 297) | public Criteria andActivitydesBetween(String value1, String value2) { method andActivitydesNotBetween (line 302) | public Criteria andActivitydesNotBetween(String value1, String value... method andDiscountIsNull (line 307) | public Criteria andDiscountIsNull() { method andDiscountIsNotNull (line 312) | public Criteria andDiscountIsNotNull() { method andDiscountEqualTo (line 317) | public Criteria andDiscountEqualTo(Float value) { method andDiscountNotEqualTo (line 322) | public Criteria andDiscountNotEqualTo(Float value) { method andDiscountGreaterThan (line 327) | public Criteria andDiscountGreaterThan(Float value) { method andDiscountGreaterThanOrEqualTo (line 332) | public Criteria andDiscountGreaterThanOrEqualTo(Float value) { method andDiscountLessThan (line 337) | public Criteria andDiscountLessThan(Float value) { method andDiscountLessThanOrEqualTo (line 342) | public Criteria andDiscountLessThanOrEqualTo(Float value) { method andDiscountIn (line 347) | public Criteria andDiscountIn(List values) { method andDiscountNotIn (line 352) | public Criteria andDiscountNotIn(List values) { method andDiscountBetween (line 357) | public Criteria andDiscountBetween(Float value1, Float value2) { method andDiscountNotBetween (line 362) | public Criteria andDiscountNotBetween(Float value1, Float value2) { method andFullpriceIsNull (line 367) | public Criteria andFullpriceIsNull() { method andFullpriceIsNotNull (line 372) | public Criteria andFullpriceIsNotNull() { method andFullpriceEqualTo (line 377) | public Criteria andFullpriceEqualTo(Integer value) { method andFullpriceNotEqualTo (line 382) | public Criteria andFullpriceNotEqualTo(Integer value) { method andFullpriceGreaterThan (line 387) | public Criteria andFullpriceGreaterThan(Integer value) { method andFullpriceGreaterThanOrEqualTo (line 392) | public Criteria andFullpriceGreaterThanOrEqualTo(Integer value) { method andFullpriceLessThan (line 397) | public Criteria andFullpriceLessThan(Integer value) { method andFullpriceLessThanOrEqualTo (line 402) | public Criteria andFullpriceLessThanOrEqualTo(Integer value) { method andFullpriceIn (line 407) | public Criteria andFullpriceIn(List values) { method andFullpriceNotIn (line 412) | public Criteria andFullpriceNotIn(List values) { method andFullpriceBetween (line 417) | public Criteria andFullpriceBetween(Integer value1, Integer value2) { method andFullpriceNotBetween (line 422) | public Criteria andFullpriceNotBetween(Integer value1, Integer value... method andReducepriceIsNull (line 427) | public Criteria andReducepriceIsNull() { method andReducepriceIsNotNull (line 432) | public Criteria andReducepriceIsNotNull() { method andReducepriceEqualTo (line 437) | public Criteria andReducepriceEqualTo(Integer value) { method andReducepriceNotEqualTo (line 442) | public Criteria andReducepriceNotEqualTo(Integer value) { method andReducepriceGreaterThan (line 447) | public Criteria andReducepriceGreaterThan(Integer value) { method andReducepriceGreaterThanOrEqualTo (line 452) | public Criteria andReducepriceGreaterThanOrEqualTo(Integer value) { method andReducepriceLessThan (line 457) | public Criteria andReducepriceLessThan(Integer value) { method andReducepriceLessThanOrEqualTo (line 462) | public Criteria andReducepriceLessThanOrEqualTo(Integer value) { method andReducepriceIn (line 467) | public Criteria andReducepriceIn(List values) { method andReducepriceNotIn (line 472) | public Criteria andReducepriceNotIn(List values) { method andReducepriceBetween (line 477) | public Criteria andReducepriceBetween(Integer value1, Integer value2) { method andReducepriceNotBetween (line 482) | public Criteria andReducepriceNotBetween(Integer value1, Integer val... method andFullnumIsNull (line 487) | public Criteria andFullnumIsNull() { method andFullnumIsNotNull (line 492) | public Criteria andFullnumIsNotNull() { method andFullnumEqualTo (line 497) | public Criteria andFullnumEqualTo(Integer value) { method andFullnumNotEqualTo (line 502) | public Criteria andFullnumNotEqualTo(Integer value) { method andFullnumGreaterThan (line 507) | public Criteria andFullnumGreaterThan(Integer value) { method andFullnumGreaterThanOrEqualTo (line 512) | public Criteria andFullnumGreaterThanOrEqualTo(Integer value) { method andFullnumLessThan (line 517) | public Criteria andFullnumLessThan(Integer value) { method andFullnumLessThanOrEqualTo (line 522) | public Criteria andFullnumLessThanOrEqualTo(Integer value) { method andFullnumIn (line 527) | public Criteria andFullnumIn(List values) { method andFullnumNotIn (line 532) | public Criteria andFullnumNotIn(List values) { method andFullnumBetween (line 537) | public Criteria andFullnumBetween(Integer value1, Integer value2) { method andFullnumNotBetween (line 542) | public Criteria andFullnumNotBetween(Integer value1, Integer value2) { method andReducenumIsNull (line 547) | public Criteria andReducenumIsNull() { method andReducenumIsNotNull (line 552) | public Criteria andReducenumIsNotNull() { method andReducenumEqualTo (line 557) | public Criteria andReducenumEqualTo(Integer value) { method andReducenumNotEqualTo (line 562) | public Criteria andReducenumNotEqualTo(Integer value) { method andReducenumGreaterThan (line 567) | public Criteria andReducenumGreaterThan(Integer value) { method andReducenumGreaterThanOrEqualTo (line 572) | public Criteria andReducenumGreaterThanOrEqualTo(Integer value) { method andReducenumLessThan (line 577) | public Criteria andReducenumLessThan(Integer value) { method andReducenumLessThanOrEqualTo (line 582) | public Criteria andReducenumLessThanOrEqualTo(Integer value) { method andReducenumIn (line 587) | public Criteria andReducenumIn(List values) { method andReducenumNotIn (line 592) | public Criteria andReducenumNotIn(List values) { method andReducenumBetween (line 597) | public Criteria andReducenumBetween(Integer value1, Integer value2) { method andReducenumNotBetween (line 602) | public Criteria andReducenumNotBetween(Integer value1, Integer value... class Criteria (line 608) | public static class Criteria extends GeneratedCriteria { method Criteria (line 610) | protected Criteria() { class Criterion (line 615) | public static class Criterion { method getCondition (line 632) | public String getCondition() { method getValue (line 636) | public Object getValue() { method getSecondValue (line 640) | public Object getSecondValue() { method isNoValue (line 644) | public boolean isNoValue() { method isSingleValue (line 648) | public boolean isSingleValue() { method isBetweenValue (line 652) | public boolean isBetweenValue() { method isListValue (line 656) | public boolean isListValue() { method getTypeHandler (line 660) | public String getTypeHandler() { method Criterion (line 664) | protected Criterion(String condition) { method Criterion (line 671) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 683) | protected Criterion(String condition, Object value) { method Criterion (line 687) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 696) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Address.java class Address (line 3) | public class Address { method getAddressid (line 20) | public Integer getAddressid() { method setAddressid (line 24) | public void setAddressid(Integer addressid) { method getUserid (line 28) | public Integer getUserid() { method setUserid (line 32) | public void setUserid(Integer userid) { method getProvince (line 36) | public String getProvince() { method setProvince (line 40) | public void setProvince(String province) { method getCity (line 44) | public String getCity() { method setCity (line 48) | public void setCity(String city) { method getCounty (line 52) | public String getCounty() { method setCounty (line 56) | public void setCounty(String county) { method getDetailaddr (line 60) | public String getDetailaddr() { method setDetailaddr (line 64) | public void setDetailaddr(String detailaddr) { method getConname (line 68) | public String getConname() { method setConname (line 72) | public void setConname(String conname) { method getContel (line 76) | public String getContel() { method setContel (line 80) | public void setContel(String contel) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/AddressExample.java class AddressExample (line 6) | public class AddressExample { method AddressExample (line 13) | public AddressExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andAddressidIsNull (line 107) | public Criteria andAddressidIsNull() { method andAddressidIsNotNull (line 112) | public Criteria andAddressidIsNotNull() { method andAddressidEqualTo (line 117) | public Criteria andAddressidEqualTo(Integer value) { method andAddressidNotEqualTo (line 122) | public Criteria andAddressidNotEqualTo(Integer value) { method andAddressidGreaterThan (line 127) | public Criteria andAddressidGreaterThan(Integer value) { method andAddressidGreaterThanOrEqualTo (line 132) | public Criteria andAddressidGreaterThanOrEqualTo(Integer value) { method andAddressidLessThan (line 137) | public Criteria andAddressidLessThan(Integer value) { method andAddressidLessThanOrEqualTo (line 142) | public Criteria andAddressidLessThanOrEqualTo(Integer value) { method andAddressidIn (line 147) | public Criteria andAddressidIn(List values) { method andAddressidNotIn (line 152) | public Criteria andAddressidNotIn(List values) { method andAddressidBetween (line 157) | public Criteria andAddressidBetween(Integer value1, Integer value2) { method andAddressidNotBetween (line 162) | public Criteria andAddressidNotBetween(Integer value1, Integer value... method andUseridIsNull (line 167) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 172) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 177) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 182) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 187) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 192) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 197) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 202) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 207) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 212) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 217) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 222) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andProvinceIsNull (line 227) | public Criteria andProvinceIsNull() { method andProvinceIsNotNull (line 232) | public Criteria andProvinceIsNotNull() { method andProvinceEqualTo (line 237) | public Criteria andProvinceEqualTo(String value) { method andProvinceNotEqualTo (line 242) | public Criteria andProvinceNotEqualTo(String value) { method andProvinceGreaterThan (line 247) | public Criteria andProvinceGreaterThan(String value) { method andProvinceGreaterThanOrEqualTo (line 252) | public Criteria andProvinceGreaterThanOrEqualTo(String value) { method andProvinceLessThan (line 257) | public Criteria andProvinceLessThan(String value) { method andProvinceLessThanOrEqualTo (line 262) | public Criteria andProvinceLessThanOrEqualTo(String value) { method andProvinceLike (line 267) | public Criteria andProvinceLike(String value) { method andProvinceNotLike (line 272) | public Criteria andProvinceNotLike(String value) { method andProvinceIn (line 277) | public Criteria andProvinceIn(List values) { method andProvinceNotIn (line 282) | public Criteria andProvinceNotIn(List values) { method andProvinceBetween (line 287) | public Criteria andProvinceBetween(String value1, String value2) { method andProvinceNotBetween (line 292) | public Criteria andProvinceNotBetween(String value1, String value2) { method andCityIsNull (line 297) | public Criteria andCityIsNull() { method andCityIsNotNull (line 302) | public Criteria andCityIsNotNull() { method andCityEqualTo (line 307) | public Criteria andCityEqualTo(String value) { method andCityNotEqualTo (line 312) | public Criteria andCityNotEqualTo(String value) { method andCityGreaterThan (line 317) | public Criteria andCityGreaterThan(String value) { method andCityGreaterThanOrEqualTo (line 322) | public Criteria andCityGreaterThanOrEqualTo(String value) { method andCityLessThan (line 327) | public Criteria andCityLessThan(String value) { method andCityLessThanOrEqualTo (line 332) | public Criteria andCityLessThanOrEqualTo(String value) { method andCityLike (line 337) | public Criteria andCityLike(String value) { method andCityNotLike (line 342) | public Criteria andCityNotLike(String value) { method andCityIn (line 347) | public Criteria andCityIn(List values) { method andCityNotIn (line 352) | public Criteria andCityNotIn(List values) { method andCityBetween (line 357) | public Criteria andCityBetween(String value1, String value2) { method andCityNotBetween (line 362) | public Criteria andCityNotBetween(String value1, String value2) { method andCountyIsNull (line 367) | public Criteria andCountyIsNull() { method andCountyIsNotNull (line 372) | public Criteria andCountyIsNotNull() { method andCountyEqualTo (line 377) | public Criteria andCountyEqualTo(String value) { method andCountyNotEqualTo (line 382) | public Criteria andCountyNotEqualTo(String value) { method andCountyGreaterThan (line 387) | public Criteria andCountyGreaterThan(String value) { method andCountyGreaterThanOrEqualTo (line 392) | public Criteria andCountyGreaterThanOrEqualTo(String value) { method andCountyLessThan (line 397) | public Criteria andCountyLessThan(String value) { method andCountyLessThanOrEqualTo (line 402) | public Criteria andCountyLessThanOrEqualTo(String value) { method andCountyLike (line 407) | public Criteria andCountyLike(String value) { method andCountyNotLike (line 412) | public Criteria andCountyNotLike(String value) { method andCountyIn (line 417) | public Criteria andCountyIn(List values) { method andCountyNotIn (line 422) | public Criteria andCountyNotIn(List values) { method andCountyBetween (line 427) | public Criteria andCountyBetween(String value1, String value2) { method andCountyNotBetween (line 432) | public Criteria andCountyNotBetween(String value1, String value2) { method andDetailaddrIsNull (line 437) | public Criteria andDetailaddrIsNull() { method andDetailaddrIsNotNull (line 442) | public Criteria andDetailaddrIsNotNull() { method andDetailaddrEqualTo (line 447) | public Criteria andDetailaddrEqualTo(String value) { method andDetailaddrNotEqualTo (line 452) | public Criteria andDetailaddrNotEqualTo(String value) { method andDetailaddrGreaterThan (line 457) | public Criteria andDetailaddrGreaterThan(String value) { method andDetailaddrGreaterThanOrEqualTo (line 462) | public Criteria andDetailaddrGreaterThanOrEqualTo(String value) { method andDetailaddrLessThan (line 467) | public Criteria andDetailaddrLessThan(String value) { method andDetailaddrLessThanOrEqualTo (line 472) | public Criteria andDetailaddrLessThanOrEqualTo(String value) { method andDetailaddrLike (line 477) | public Criteria andDetailaddrLike(String value) { method andDetailaddrNotLike (line 482) | public Criteria andDetailaddrNotLike(String value) { method andDetailaddrIn (line 487) | public Criteria andDetailaddrIn(List values) { method andDetailaddrNotIn (line 492) | public Criteria andDetailaddrNotIn(List values) { method andDetailaddrBetween (line 497) | public Criteria andDetailaddrBetween(String value1, String value2) { method andDetailaddrNotBetween (line 502) | public Criteria andDetailaddrNotBetween(String value1, String value2) { method andConnameIsNull (line 507) | public Criteria andConnameIsNull() { method andConnameIsNotNull (line 512) | public Criteria andConnameIsNotNull() { method andConnameEqualTo (line 517) | public Criteria andConnameEqualTo(String value) { method andConnameNotEqualTo (line 522) | public Criteria andConnameNotEqualTo(String value) { method andConnameGreaterThan (line 527) | public Criteria andConnameGreaterThan(String value) { method andConnameGreaterThanOrEqualTo (line 532) | public Criteria andConnameGreaterThanOrEqualTo(String value) { method andConnameLessThan (line 537) | public Criteria andConnameLessThan(String value) { method andConnameLessThanOrEqualTo (line 542) | public Criteria andConnameLessThanOrEqualTo(String value) { method andConnameLike (line 547) | public Criteria andConnameLike(String value) { method andConnameNotLike (line 552) | public Criteria andConnameNotLike(String value) { method andConnameIn (line 557) | public Criteria andConnameIn(List values) { method andConnameNotIn (line 562) | public Criteria andConnameNotIn(List values) { method andConnameBetween (line 567) | public Criteria andConnameBetween(String value1, String value2) { method andConnameNotBetween (line 572) | public Criteria andConnameNotBetween(String value1, String value2) { method andContelIsNull (line 577) | public Criteria andContelIsNull() { method andContelIsNotNull (line 582) | public Criteria andContelIsNotNull() { method andContelEqualTo (line 587) | public Criteria andContelEqualTo(String value) { method andContelNotEqualTo (line 592) | public Criteria andContelNotEqualTo(String value) { method andContelGreaterThan (line 597) | public Criteria andContelGreaterThan(String value) { method andContelGreaterThanOrEqualTo (line 602) | public Criteria andContelGreaterThanOrEqualTo(String value) { method andContelLessThan (line 607) | public Criteria andContelLessThan(String value) { method andContelLessThanOrEqualTo (line 612) | public Criteria andContelLessThanOrEqualTo(String value) { method andContelLike (line 617) | public Criteria andContelLike(String value) { method andContelNotLike (line 622) | public Criteria andContelNotLike(String value) { method andContelIn (line 627) | public Criteria andContelIn(List values) { method andContelNotIn (line 632) | public Criteria andContelNotIn(List values) { method andContelBetween (line 637) | public Criteria andContelBetween(String value1, String value2) { method andContelNotBetween (line 642) | public Criteria andContelNotBetween(String value1, String value2) { class Criteria (line 648) | public static class Criteria extends GeneratedCriteria { method Criteria (line 650) | protected Criteria() { class Criterion (line 655) | public static class Criterion { method getCondition (line 672) | public String getCondition() { method getValue (line 676) | public Object getValue() { method getSecondValue (line 680) | public Object getSecondValue() { method isNoValue (line 684) | public boolean isNoValue() { method isSingleValue (line 688) | public boolean isSingleValue() { method isBetweenValue (line 692) | public boolean isBetweenValue() { method isListValue (line 696) | public boolean isListValue() { method getTypeHandler (line 700) | public String getTypeHandler() { method Criterion (line 704) | protected Criterion(String condition) { method Criterion (line 711) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 723) | protected Criterion(String condition, Object value) { method Criterion (line 727) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 736) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Admin.java class Admin (line 3) | public class Admin { method Admin (line 10) | public Admin(Integer adminid, String adminname, String password) { method Admin (line 16) | public Admin() { method getAdminid (line 19) | public Integer getAdminid() { method setAdminid (line 23) | public void setAdminid(Integer adminid) { method getAdminname (line 27) | public String getAdminname() { method setAdminname (line 31) | public void setAdminname(String adminname) { method getPassword (line 35) | public String getPassword() { method setPassword (line 39) | public void setPassword(String password) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/AdminExample.java class AdminExample (line 6) | public class AdminExample { method AdminExample (line 13) | public AdminExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andAdminidIsNull (line 107) | public Criteria andAdminidIsNull() { method andAdminidIsNotNull (line 112) | public Criteria andAdminidIsNotNull() { method andAdminidEqualTo (line 117) | public Criteria andAdminidEqualTo(Integer value) { method andAdminidNotEqualTo (line 122) | public Criteria andAdminidNotEqualTo(Integer value) { method andAdminidGreaterThan (line 127) | public Criteria andAdminidGreaterThan(Integer value) { method andAdminidGreaterThanOrEqualTo (line 132) | public Criteria andAdminidGreaterThanOrEqualTo(Integer value) { method andAdminidLessThan (line 137) | public Criteria andAdminidLessThan(Integer value) { method andAdminidLessThanOrEqualTo (line 142) | public Criteria andAdminidLessThanOrEqualTo(Integer value) { method andAdminidIn (line 147) | public Criteria andAdminidIn(List values) { method andAdminidNotIn (line 152) | public Criteria andAdminidNotIn(List values) { method andAdminidBetween (line 157) | public Criteria andAdminidBetween(Integer value1, Integer value2) { method andAdminidNotBetween (line 162) | public Criteria andAdminidNotBetween(Integer value1, Integer value2) { method andAdminnameIsNull (line 167) | public Criteria andAdminnameIsNull() { method andAdminnameIsNotNull (line 172) | public Criteria andAdminnameIsNotNull() { method andAdminnameEqualTo (line 177) | public Criteria andAdminnameEqualTo(String value) { method andAdminnameNotEqualTo (line 182) | public Criteria andAdminnameNotEqualTo(String value) { method andAdminnameGreaterThan (line 187) | public Criteria andAdminnameGreaterThan(String value) { method andAdminnameGreaterThanOrEqualTo (line 192) | public Criteria andAdminnameGreaterThanOrEqualTo(String value) { method andAdminnameLessThan (line 197) | public Criteria andAdminnameLessThan(String value) { method andAdminnameLessThanOrEqualTo (line 202) | public Criteria andAdminnameLessThanOrEqualTo(String value) { method andAdminnameLike (line 207) | public Criteria andAdminnameLike(String value) { method andAdminnameNotLike (line 212) | public Criteria andAdminnameNotLike(String value) { method andAdminnameIn (line 217) | public Criteria andAdminnameIn(List values) { method andAdminnameNotIn (line 222) | public Criteria andAdminnameNotIn(List values) { method andAdminnameBetween (line 227) | public Criteria andAdminnameBetween(String value1, String value2) { method andAdminnameNotBetween (line 232) | public Criteria andAdminnameNotBetween(String value1, String value2) { method andPasswordIsNull (line 237) | public Criteria andPasswordIsNull() { method andPasswordIsNotNull (line 242) | public Criteria andPasswordIsNotNull() { method andPasswordEqualTo (line 247) | public Criteria andPasswordEqualTo(String value) { method andPasswordNotEqualTo (line 252) | public Criteria andPasswordNotEqualTo(String value) { method andPasswordGreaterThan (line 257) | public Criteria andPasswordGreaterThan(String value) { method andPasswordGreaterThanOrEqualTo (line 262) | public Criteria andPasswordGreaterThanOrEqualTo(String value) { method andPasswordLessThan (line 267) | public Criteria andPasswordLessThan(String value) { method andPasswordLessThanOrEqualTo (line 272) | public Criteria andPasswordLessThanOrEqualTo(String value) { method andPasswordLike (line 277) | public Criteria andPasswordLike(String value) { method andPasswordNotLike (line 282) | public Criteria andPasswordNotLike(String value) { method andPasswordIn (line 287) | public Criteria andPasswordIn(List values) { method andPasswordNotIn (line 292) | public Criteria andPasswordNotIn(List values) { method andPasswordBetween (line 297) | public Criteria andPasswordBetween(String value1, String value2) { method andPasswordNotBetween (line 302) | public Criteria andPasswordNotBetween(String value1, String value2) { class Criteria (line 308) | public static class Criteria extends GeneratedCriteria { method Criteria (line 310) | protected Criteria() { class Criterion (line 315) | public static class Criterion { method getCondition (line 332) | public String getCondition() { method getValue (line 336) | public Object getValue() { method getSecondValue (line 340) | public Object getSecondValue() { method isNoValue (line 344) | public boolean isNoValue() { method isSingleValue (line 348) | public boolean isSingleValue() { method isBetweenValue (line 352) | public boolean isBetweenValue() { method isListValue (line 356) | public boolean isListValue() { method getTypeHandler (line 360) | public String getTypeHandler() { method Criterion (line 364) | protected Criterion(String condition) { method Criterion (line 371) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 383) | protected Criterion(String condition, Object value) { method Criterion (line 387) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 396) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Category.java class Category (line 3) | public class Category { method getCateid (line 8) | public Integer getCateid() { method setCateid (line 12) | public void setCateid(Integer cateid) { method getCatename (line 16) | public String getCatename() { method setCatename (line 20) | public void setCatename(String catename) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/CategoryExample.java class CategoryExample (line 6) | public class CategoryExample { method CategoryExample (line 13) | public CategoryExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andCateidIsNull (line 107) | public Criteria andCateidIsNull() { method andCateidIsNotNull (line 112) | public Criteria andCateidIsNotNull() { method andCateidEqualTo (line 117) | public Criteria andCateidEqualTo(Integer value) { method andCateidNotEqualTo (line 122) | public Criteria andCateidNotEqualTo(Integer value) { method andCateidGreaterThan (line 127) | public Criteria andCateidGreaterThan(Integer value) { method andCateidGreaterThanOrEqualTo (line 132) | public Criteria andCateidGreaterThanOrEqualTo(Integer value) { method andCateidLessThan (line 137) | public Criteria andCateidLessThan(Integer value) { method andCateidLessThanOrEqualTo (line 142) | public Criteria andCateidLessThanOrEqualTo(Integer value) { method andCateidIn (line 147) | public Criteria andCateidIn(List values) { method andCateidNotIn (line 152) | public Criteria andCateidNotIn(List values) { method andCateidBetween (line 157) | public Criteria andCateidBetween(Integer value1, Integer value2) { method andCateidNotBetween (line 162) | public Criteria andCateidNotBetween(Integer value1, Integer value2) { method andCatenameIsNull (line 167) | public Criteria andCatenameIsNull() { method andCatenameIsNotNull (line 172) | public Criteria andCatenameIsNotNull() { method andCatenameEqualTo (line 177) | public Criteria andCatenameEqualTo(String value) { method andCatenameNotEqualTo (line 182) | public Criteria andCatenameNotEqualTo(String value) { method andCatenameGreaterThan (line 187) | public Criteria andCatenameGreaterThan(String value) { method andCatenameGreaterThanOrEqualTo (line 192) | public Criteria andCatenameGreaterThanOrEqualTo(String value) { method andCatenameLessThan (line 197) | public Criteria andCatenameLessThan(String value) { method andCatenameLessThanOrEqualTo (line 202) | public Criteria andCatenameLessThanOrEqualTo(String value) { method andCatenameLike (line 207) | public Criteria andCatenameLike(String value) { method andCatenameNotLike (line 212) | public Criteria andCatenameNotLike(String value) { method andCatenameIn (line 217) | public Criteria andCatenameIn(List values) { method andCatenameNotIn (line 222) | public Criteria andCatenameNotIn(List values) { method andCatenameBetween (line 227) | public Criteria andCatenameBetween(String value1, String value2) { method andCatenameNotBetween (line 232) | public Criteria andCatenameNotBetween(String value1, String value2) { class Criteria (line 238) | public static class Criteria extends GeneratedCriteria { method Criteria (line 240) | protected Criteria() { class Criterion (line 245) | public static class Criterion { method getCondition (line 262) | public String getCondition() { method getValue (line 266) | public Object getValue() { method getSecondValue (line 270) | public Object getSecondValue() { method isNoValue (line 274) | public boolean isNoValue() { method isSingleValue (line 278) | public boolean isSingleValue() { method isBetweenValue (line 282) | public boolean isBetweenValue() { method isListValue (line 286) | public boolean isListValue() { method getTypeHandler (line 290) | public String getTypeHandler() { method Criterion (line 294) | protected Criterion(String condition) { method Criterion (line 301) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 313) | protected Criterion(String condition, Object value) { method Criterion (line 317) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 326) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Comment.java class Comment (line 5) | public class Comment { method getCommentid (line 20) | public Integer getCommentid() { method setCommentid (line 24) | public void setCommentid(Integer commentid) { method getUserid (line 28) | public Integer getUserid() { method setUserid (line 32) | public void setUserid(Integer userid) { method getGoodsid (line 36) | public Integer getGoodsid() { method setGoodsid (line 40) | public void setGoodsid(Integer goodsid) { method getPoint (line 44) | public Integer getPoint() { method setPoint (line 48) | public void setPoint(Integer point) { method getContent (line 52) | public String getContent() { method setContent (line 56) | public void setContent(String content) { method getCommenttime (line 60) | public Date getCommenttime() { method setCommenttime (line 64) | public void setCommenttime(Date commenttime) { method setUserName (line 68) | public void setUserName(String userName) {this.username=userName;} method getUsername (line 70) | public String getUsername() {return username;} FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/CommentExample.java class CommentExample (line 7) | public class CommentExample { method CommentExample (line 14) | public CommentExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andCommentidIsNull (line 108) | public Criteria andCommentidIsNull() { method andCommentidIsNotNull (line 113) | public Criteria andCommentidIsNotNull() { method andCommentidEqualTo (line 118) | public Criteria andCommentidEqualTo(Integer value) { method andCommentidNotEqualTo (line 123) | public Criteria andCommentidNotEqualTo(Integer value) { method andCommentidGreaterThan (line 128) | public Criteria andCommentidGreaterThan(Integer value) { method andCommentidGreaterThanOrEqualTo (line 133) | public Criteria andCommentidGreaterThanOrEqualTo(Integer value) { method andCommentidLessThan (line 138) | public Criteria andCommentidLessThan(Integer value) { method andCommentidLessThanOrEqualTo (line 143) | public Criteria andCommentidLessThanOrEqualTo(Integer value) { method andCommentidIn (line 148) | public Criteria andCommentidIn(List values) { method andCommentidNotIn (line 153) | public Criteria andCommentidNotIn(List values) { method andCommentidBetween (line 158) | public Criteria andCommentidBetween(Integer value1, Integer value2) { method andCommentidNotBetween (line 163) | public Criteria andCommentidNotBetween(Integer value1, Integer value... method andUseridIsNull (line 168) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 173) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 178) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 183) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 188) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 193) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 198) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 203) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 208) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 213) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 218) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 223) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 228) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 233) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 238) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 243) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 248) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 253) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 258) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 263) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 268) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 273) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 278) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 283) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andPointIsNull (line 288) | public Criteria andPointIsNull() { method andPointIsNotNull (line 293) | public Criteria andPointIsNotNull() { method andPointEqualTo (line 298) | public Criteria andPointEqualTo(Integer value) { method andPointNotEqualTo (line 303) | public Criteria andPointNotEqualTo(Integer value) { method andPointGreaterThan (line 308) | public Criteria andPointGreaterThan(Integer value) { method andPointGreaterThanOrEqualTo (line 313) | public Criteria andPointGreaterThanOrEqualTo(Integer value) { method andPointLessThan (line 318) | public Criteria andPointLessThan(Integer value) { method andPointLessThanOrEqualTo (line 323) | public Criteria andPointLessThanOrEqualTo(Integer value) { method andPointIn (line 328) | public Criteria andPointIn(List values) { method andPointNotIn (line 333) | public Criteria andPointNotIn(List values) { method andPointBetween (line 338) | public Criteria andPointBetween(Integer value1, Integer value2) { method andPointNotBetween (line 343) | public Criteria andPointNotBetween(Integer value1, Integer value2) { method andContentIsNull (line 348) | public Criteria andContentIsNull() { method andContentIsNotNull (line 353) | public Criteria andContentIsNotNull() { method andContentEqualTo (line 358) | public Criteria andContentEqualTo(String value) { method andContentNotEqualTo (line 363) | public Criteria andContentNotEqualTo(String value) { method andContentGreaterThan (line 368) | public Criteria andContentGreaterThan(String value) { method andContentGreaterThanOrEqualTo (line 373) | public Criteria andContentGreaterThanOrEqualTo(String value) { method andContentLessThan (line 378) | public Criteria andContentLessThan(String value) { method andContentLessThanOrEqualTo (line 383) | public Criteria andContentLessThanOrEqualTo(String value) { method andContentLike (line 388) | public Criteria andContentLike(String value) { method andContentNotLike (line 393) | public Criteria andContentNotLike(String value) { method andContentIn (line 398) | public Criteria andContentIn(List values) { method andContentNotIn (line 403) | public Criteria andContentNotIn(List values) { method andContentBetween (line 408) | public Criteria andContentBetween(String value1, String value2) { method andContentNotBetween (line 413) | public Criteria andContentNotBetween(String value1, String value2) { method andCommenttimeIsNull (line 418) | public Criteria andCommenttimeIsNull() { method andCommenttimeIsNotNull (line 423) | public Criteria andCommenttimeIsNotNull() { method andCommenttimeEqualTo (line 428) | public Criteria andCommenttimeEqualTo(Date value) { method andCommenttimeNotEqualTo (line 433) | public Criteria andCommenttimeNotEqualTo(Date value) { method andCommenttimeGreaterThan (line 438) | public Criteria andCommenttimeGreaterThan(Date value) { method andCommenttimeGreaterThanOrEqualTo (line 443) | public Criteria andCommenttimeGreaterThanOrEqualTo(Date value) { method andCommenttimeLessThan (line 448) | public Criteria andCommenttimeLessThan(Date value) { method andCommenttimeLessThanOrEqualTo (line 453) | public Criteria andCommenttimeLessThanOrEqualTo(Date value) { method andCommenttimeIn (line 458) | public Criteria andCommenttimeIn(List values) { method andCommenttimeNotIn (line 463) | public Criteria andCommenttimeNotIn(List values) { method andCommenttimeBetween (line 468) | public Criteria andCommenttimeBetween(Date value1, Date value2) { method andCommenttimeNotBetween (line 473) | public Criteria andCommenttimeNotBetween(Date value1, Date value2) { class Criteria (line 479) | public static class Criteria extends GeneratedCriteria { method Criteria (line 481) | protected Criteria() { class Criterion (line 486) | public static class Criterion { method getCondition (line 503) | public String getCondition() { method getValue (line 507) | public Object getValue() { method getSecondValue (line 511) | public Object getSecondValue() { method isNoValue (line 515) | public boolean isNoValue() { method isSingleValue (line 519) | public boolean isSingleValue() { method isBetweenValue (line 523) | public boolean isBetweenValue() { method isListValue (line 527) | public boolean isListValue() { method getTypeHandler (line 531) | public String getTypeHandler() { method Criterion (line 535) | protected Criterion(String condition) { method Criterion (line 542) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 554) | protected Criterion(String condition, Object value) { method Criterion (line 558) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 567) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/EmailSend.java class EmailSend (line 13) | @Data FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Favorite.java class Favorite (line 5) | public class Favorite extends FavoriteKey { method getCollecttime (line 8) | public Date getCollecttime() { method setCollecttime (line 12) | public void setCollecttime(Date collecttime) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/FavoriteExample.java class FavoriteExample (line 7) | public class FavoriteExample { method FavoriteExample (line 14) | public FavoriteExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andUseridIsNull (line 108) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 113) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 118) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 123) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 128) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 133) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 138) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 143) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 148) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 153) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 158) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 163) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 168) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 173) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 178) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 183) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 188) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 193) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 198) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 203) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 208) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 213) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 218) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 223) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andCollecttimeIsNull (line 228) | public Criteria andCollecttimeIsNull() { method andCollecttimeIsNotNull (line 233) | public Criteria andCollecttimeIsNotNull() { method andCollecttimeEqualTo (line 238) | public Criteria andCollecttimeEqualTo(Date value) { method andCollecttimeNotEqualTo (line 243) | public Criteria andCollecttimeNotEqualTo(Date value) { method andCollecttimeGreaterThan (line 248) | public Criteria andCollecttimeGreaterThan(Date value) { method andCollecttimeGreaterThanOrEqualTo (line 253) | public Criteria andCollecttimeGreaterThanOrEqualTo(Date value) { method andCollecttimeLessThan (line 258) | public Criteria andCollecttimeLessThan(Date value) { method andCollecttimeLessThanOrEqualTo (line 263) | public Criteria andCollecttimeLessThanOrEqualTo(Date value) { method andCollecttimeIn (line 268) | public Criteria andCollecttimeIn(List values) { method andCollecttimeNotIn (line 273) | public Criteria andCollecttimeNotIn(List values) { method andCollecttimeBetween (line 278) | public Criteria andCollecttimeBetween(Date value1, Date value2) { method andCollecttimeNotBetween (line 283) | public Criteria andCollecttimeNotBetween(Date value1, Date value2) { class Criteria (line 289) | public static class Criteria extends GeneratedCriteria { method Criteria (line 291) | protected Criteria() { class Criterion (line 296) | public static class Criterion { method getCondition (line 313) | public String getCondition() { method getValue (line 317) | public Object getValue() { method getSecondValue (line 321) | public Object getSecondValue() { method isNoValue (line 325) | public boolean isNoValue() { method isSingleValue (line 329) | public boolean isSingleValue() { method isBetweenValue (line 333) | public boolean isBetweenValue() { method isListValue (line 337) | public boolean isListValue() { method getTypeHandler (line 341) | public String getTypeHandler() { method Criterion (line 345) | protected Criterion(String condition) { method Criterion (line 352) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 364) | protected Criterion(String condition, Object value) { method Criterion (line 368) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 377) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/FavoriteKey.java class FavoriteKey (line 3) | public class FavoriteKey { method FavoriteKey (line 8) | public FavoriteKey() { method FavoriteKey (line 11) | public FavoriteKey(Integer userid, Integer goodsid) { method getUserid (line 17) | public Integer getUserid() { method setUserid (line 21) | public void setUserid(Integer userid) { method getGoodsid (line 25) | public Integer getGoodsid() { method setGoodsid (line 29) | public void setGoodsid(Integer goodsid) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Goods.java class Goods (line 6) | public class Goods { method getGoodsid (line 33) | public Integer getGoodsid() { method setGoodsid (line 37) | public void setGoodsid(Integer goodsid) { method getGoodsname (line 41) | public String getGoodsname() { method setGoodsname (line 45) | public void setGoodsname(String goodsname) { method getPrice (line 49) | public Integer getPrice() { method setPrice (line 53) | public void setPrice(Integer price) { method getNum (line 57) | public Integer getNum() { method setNum (line 61) | public void setNum(Integer num) { method getUptime (line 65) | public Date getUptime() { method setUptime (line 69) | public void setUptime(Date uptime) { method getCategory (line 73) | public Integer getCategory() { method setCategory (line 77) | public void setCategory(Integer category) { method getDetailcate (line 81) | public String getDetailcate() { method setDetailcate (line 85) | public void setDetailcate(String detailcate) { method getActivityid (line 89) | public Integer getActivityid() { method setActivityid (line 93) | public void setActivityid(Integer activityid) { method getDescription (line 97) | public String getDescription() { method setDescription (line 101) | public void setDescription(String description) { method getImagePaths (line 105) | public List getImagePaths() { method setImagePaths (line 109) | public void setImagePaths(List imagePaths) { method isFav (line 114) | public boolean isFav() { method setFav (line 118) | public void setFav(boolean fav) { method getActivity (line 122) | public Activity getActivity() { method setActivity (line 126) | public void setActivity(Activity activity) { method getNewPrice (line 130) | public Float getNewPrice() { method setNewPrice (line 134) | public void setNewPrice(Float newPrice) { method toString (line 138) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/GoodsExample.java class GoodsExample (line 7) | public class GoodsExample { method GoodsExample (line 14) | public GoodsExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andGoodsidIsNull (line 108) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 113) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 118) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 123) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 128) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 133) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 138) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 143) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 148) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 153) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 158) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 163) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andGoodsnameIsNull (line 168) | public Criteria andGoodsnameIsNull() { method andGoodsnameIsNotNull (line 173) | public Criteria andGoodsnameIsNotNull() { method andGoodsnameEqualTo (line 178) | public Criteria andGoodsnameEqualTo(String value) { method andGoodsnameNotEqualTo (line 183) | public Criteria andGoodsnameNotEqualTo(String value) { method andGoodsnameGreaterThan (line 188) | public Criteria andGoodsnameGreaterThan(String value) { method andGoodsnameGreaterThanOrEqualTo (line 193) | public Criteria andGoodsnameGreaterThanOrEqualTo(String value) { method andGoodsnameLessThan (line 198) | public Criteria andGoodsnameLessThan(String value) { method andGoodsnameLessThanOrEqualTo (line 203) | public Criteria andGoodsnameLessThanOrEqualTo(String value) { method andGoodsnameLike (line 208) | public Criteria andGoodsnameLike(String value) { method andGoodsnameNotLike (line 213) | public Criteria andGoodsnameNotLike(String value) { method andGoodsnameIn (line 218) | public Criteria andGoodsnameIn(List values) { method andGoodsnameNotIn (line 223) | public Criteria andGoodsnameNotIn(List values) { method andGoodsnameBetween (line 228) | public Criteria andGoodsnameBetween(String value1, String value2) { method andGoodsnameNotBetween (line 233) | public Criteria andGoodsnameNotBetween(String value1, String value2) { method andPriceIsNull (line 238) | public Criteria andPriceIsNull() { method andPriceIsNotNull (line 243) | public Criteria andPriceIsNotNull() { method andPriceEqualTo (line 248) | public Criteria andPriceEqualTo(Integer value) { method andPriceNotEqualTo (line 253) | public Criteria andPriceNotEqualTo(Integer value) { method andPriceGreaterThan (line 258) | public Criteria andPriceGreaterThan(Integer value) { method andPriceGreaterThanOrEqualTo (line 263) | public Criteria andPriceGreaterThanOrEqualTo(Integer value) { method andPriceLessThan (line 268) | public Criteria andPriceLessThan(Integer value) { method andPriceLessThanOrEqualTo (line 273) | public Criteria andPriceLessThanOrEqualTo(Integer value) { method andPriceIn (line 278) | public Criteria andPriceIn(List values) { method andPriceNotIn (line 283) | public Criteria andPriceNotIn(List values) { method andPriceBetween (line 288) | public Criteria andPriceBetween(Integer value1, Integer value2) { method andPriceNotBetween (line 293) | public Criteria andPriceNotBetween(Integer value1, Integer value2) { method andNumIsNull (line 298) | public Criteria andNumIsNull() { method andNumIsNotNull (line 303) | public Criteria andNumIsNotNull() { method andNumEqualTo (line 308) | public Criteria andNumEqualTo(Integer value) { method andNumNotEqualTo (line 313) | public Criteria andNumNotEqualTo(Integer value) { method andNumGreaterThan (line 318) | public Criteria andNumGreaterThan(Integer value) { method andNumGreaterThanOrEqualTo (line 323) | public Criteria andNumGreaterThanOrEqualTo(Integer value) { method andNumLessThan (line 328) | public Criteria andNumLessThan(Integer value) { method andNumLessThanOrEqualTo (line 333) | public Criteria andNumLessThanOrEqualTo(Integer value) { method andNumIn (line 338) | public Criteria andNumIn(List values) { method andNumNotIn (line 343) | public Criteria andNumNotIn(List values) { method andNumBetween (line 348) | public Criteria andNumBetween(Integer value1, Integer value2) { method andNumNotBetween (line 353) | public Criteria andNumNotBetween(Integer value1, Integer value2) { method andUptimeIsNull (line 358) | public Criteria andUptimeIsNull() { method andUptimeIsNotNull (line 363) | public Criteria andUptimeIsNotNull() { method andUptimeEqualTo (line 368) | public Criteria andUptimeEqualTo(Date value) { method andUptimeNotEqualTo (line 373) | public Criteria andUptimeNotEqualTo(Date value) { method andUptimeGreaterThan (line 378) | public Criteria andUptimeGreaterThan(Date value) { method andUptimeGreaterThanOrEqualTo (line 383) | public Criteria andUptimeGreaterThanOrEqualTo(Date value) { method andUptimeLessThan (line 388) | public Criteria andUptimeLessThan(Date value) { method andUptimeLessThanOrEqualTo (line 393) | public Criteria andUptimeLessThanOrEqualTo(Date value) { method andUptimeIn (line 398) | public Criteria andUptimeIn(List values) { method andUptimeNotIn (line 403) | public Criteria andUptimeNotIn(List values) { method andUptimeBetween (line 408) | public Criteria andUptimeBetween(Date value1, Date value2) { method andUptimeNotBetween (line 413) | public Criteria andUptimeNotBetween(Date value1, Date value2) { method andCategoryIsNull (line 418) | public Criteria andCategoryIsNull() { method andCategoryIsNotNull (line 423) | public Criteria andCategoryIsNotNull() { method andCategoryEqualTo (line 428) | public Criteria andCategoryEqualTo(Integer value) { method andCategoryNotEqualTo (line 433) | public Criteria andCategoryNotEqualTo(Integer value) { method andCategoryGreaterThan (line 438) | public Criteria andCategoryGreaterThan(Integer value) { method andCategoryGreaterThanOrEqualTo (line 443) | public Criteria andCategoryGreaterThanOrEqualTo(Integer value) { method andCategoryLessThan (line 448) | public Criteria andCategoryLessThan(Integer value) { method andCategoryLessThanOrEqualTo (line 453) | public Criteria andCategoryLessThanOrEqualTo(Integer value) { method andCategoryIn (line 458) | public Criteria andCategoryIn(List values) { method andCategoryNotIn (line 463) | public Criteria andCategoryNotIn(List values) { method andCategoryBetween (line 468) | public Criteria andCategoryBetween(Integer value1, Integer value2) { method andCategoryNotBetween (line 473) | public Criteria andCategoryNotBetween(Integer value1, Integer value2) { method andDetailcateIsNull (line 478) | public Criteria andDetailcateIsNull() { method andDetailcateIsNotNull (line 483) | public Criteria andDetailcateIsNotNull() { method andDetailcateEqualTo (line 488) | public Criteria andDetailcateEqualTo(String value) { method andDetailcateNotEqualTo (line 493) | public Criteria andDetailcateNotEqualTo(String value) { method andDetailcateGreaterThan (line 498) | public Criteria andDetailcateGreaterThan(String value) { method andDetailcateGreaterThanOrEqualTo (line 503) | public Criteria andDetailcateGreaterThanOrEqualTo(String value) { method andDetailcateLessThan (line 508) | public Criteria andDetailcateLessThan(String value) { method andDetailcateLessThanOrEqualTo (line 513) | public Criteria andDetailcateLessThanOrEqualTo(String value) { method andDetailcateLike (line 518) | public Criteria andDetailcateLike(String value) { method andDetailcateNotLike (line 523) | public Criteria andDetailcateNotLike(String value) { method andDetailcateIn (line 528) | public Criteria andDetailcateIn(List values) { method andDetailcateNotIn (line 533) | public Criteria andDetailcateNotIn(List values) { method andDetailcateBetween (line 538) | public Criteria andDetailcateBetween(String value1, String value2) { method andDetailcateNotBetween (line 543) | public Criteria andDetailcateNotBetween(String value1, String value2) { method andActivityidIsNull (line 548) | public Criteria andActivityidIsNull() { method andActivityidIsNotNull (line 553) | public Criteria andActivityidIsNotNull() { method andActivityidEqualTo (line 558) | public Criteria andActivityidEqualTo(Integer value) { method andActivityidNotEqualTo (line 563) | public Criteria andActivityidNotEqualTo(Integer value) { method andActivityidGreaterThan (line 568) | public Criteria andActivityidGreaterThan(Integer value) { method andActivityidGreaterThanOrEqualTo (line 573) | public Criteria andActivityidGreaterThanOrEqualTo(Integer value) { method andActivityidLessThan (line 578) | public Criteria andActivityidLessThan(Integer value) { method andActivityidLessThanOrEqualTo (line 583) | public Criteria andActivityidLessThanOrEqualTo(Integer value) { method andActivityidIn (line 588) | public Criteria andActivityidIn(List values) { method andActivityidNotIn (line 593) | public Criteria andActivityidNotIn(List values) { method andActivityidBetween (line 598) | public Criteria andActivityidBetween(Integer value1, Integer value2) { method andActivityidNotBetween (line 603) | public Criteria andActivityidNotBetween(Integer value1, Integer valu... class Criteria (line 609) | public static class Criteria extends GeneratedCriteria { method Criteria (line 611) | protected Criteria() { class Criterion (line 616) | public static class Criterion { method getCondition (line 633) | public String getCondition() { method getValue (line 637) | public Object getValue() { method getSecondValue (line 641) | public Object getSecondValue() { method isNoValue (line 645) | public boolean isNoValue() { method isSingleValue (line 649) | public boolean isSingleValue() { method isBetweenValue (line 653) | public boolean isBetweenValue() { method isListValue (line 657) | public boolean isListValue() { method getTypeHandler (line 661) | public String getTypeHandler() { method Criterion (line 665) | protected Criterion(String condition) { method Criterion (line 672) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 684) | protected Criterion(String condition, Object value) { method Criterion (line 688) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 697) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/GoodsPrice.java class GoodsPrice (line 3) | public class GoodsPrice { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/ImagePath.java class ImagePath (line 3) | public class ImagePath { method ImagePath (line 10) | public ImagePath() { method ImagePath (line 13) | public ImagePath(Integer pathid, Integer goodid, String path) { method getPathid (line 20) | public Integer getPathid() { method setPathid (line 24) | public void setPathid(Integer pathid) { method getGoodid (line 28) | public Integer getGoodid() { method setGoodid (line 32) | public void setGoodid(Integer goodid) { method getPath (line 36) | public String getPath() { method setPath (line 40) | public void setPath(String path) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/ImagePathExample.java class ImagePathExample (line 6) | public class ImagePathExample { method ImagePathExample (line 13) | public ImagePathExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andPathidIsNull (line 107) | public Criteria andPathidIsNull() { method andPathidIsNotNull (line 112) | public Criteria andPathidIsNotNull() { method andPathidEqualTo (line 117) | public Criteria andPathidEqualTo(Integer value) { method andPathidNotEqualTo (line 122) | public Criteria andPathidNotEqualTo(Integer value) { method andPathidGreaterThan (line 127) | public Criteria andPathidGreaterThan(Integer value) { method andPathidGreaterThanOrEqualTo (line 132) | public Criteria andPathidGreaterThanOrEqualTo(Integer value) { method andPathidLessThan (line 137) | public Criteria andPathidLessThan(Integer value) { method andPathidLessThanOrEqualTo (line 142) | public Criteria andPathidLessThanOrEqualTo(Integer value) { method andPathidIn (line 147) | public Criteria andPathidIn(List values) { method andPathidNotIn (line 152) | public Criteria andPathidNotIn(List values) { method andPathidBetween (line 157) | public Criteria andPathidBetween(Integer value1, Integer value2) { method andPathidNotBetween (line 162) | public Criteria andPathidNotBetween(Integer value1, Integer value2) { method andGoodidIsNull (line 167) | public Criteria andGoodidIsNull() { method andGoodidIsNotNull (line 172) | public Criteria andGoodidIsNotNull() { method andGoodidEqualTo (line 177) | public Criteria andGoodidEqualTo(Integer value) { method andGoodidNotEqualTo (line 182) | public Criteria andGoodidNotEqualTo(Integer value) { method andGoodidGreaterThan (line 187) | public Criteria andGoodidGreaterThan(Integer value) { method andGoodidGreaterThanOrEqualTo (line 192) | public Criteria andGoodidGreaterThanOrEqualTo(Integer value) { method andGoodidLessThan (line 197) | public Criteria andGoodidLessThan(Integer value) { method andGoodidLessThanOrEqualTo (line 202) | public Criteria andGoodidLessThanOrEqualTo(Integer value) { method andGoodidIn (line 207) | public Criteria andGoodidIn(List values) { method andGoodidNotIn (line 212) | public Criteria andGoodidNotIn(List values) { method andGoodidBetween (line 217) | public Criteria andGoodidBetween(Integer value1, Integer value2) { method andGoodidNotBetween (line 222) | public Criteria andGoodidNotBetween(Integer value1, Integer value2) { method andPathIsNull (line 227) | public Criteria andPathIsNull() { method andPathIsNotNull (line 232) | public Criteria andPathIsNotNull() { method andPathEqualTo (line 237) | public Criteria andPathEqualTo(String value) { method andPathNotEqualTo (line 242) | public Criteria andPathNotEqualTo(String value) { method andPathGreaterThan (line 247) | public Criteria andPathGreaterThan(String value) { method andPathGreaterThanOrEqualTo (line 252) | public Criteria andPathGreaterThanOrEqualTo(String value) { method andPathLessThan (line 257) | public Criteria andPathLessThan(String value) { method andPathLessThanOrEqualTo (line 262) | public Criteria andPathLessThanOrEqualTo(String value) { method andPathLike (line 267) | public Criteria andPathLike(String value) { method andPathNotLike (line 272) | public Criteria andPathNotLike(String value) { method andPathIn (line 277) | public Criteria andPathIn(List values) { method andPathNotIn (line 282) | public Criteria andPathNotIn(List values) { method andPathBetween (line 287) | public Criteria andPathBetween(String value1, String value2) { method andPathNotBetween (line 292) | public Criteria andPathNotBetween(String value1, String value2) { class Criteria (line 298) | public static class Criteria extends GeneratedCriteria { method Criteria (line 300) | protected Criteria() { class Criterion (line 305) | public static class Criterion { method getCondition (line 322) | public String getCondition() { method getValue (line 326) | public Object getValue() { method getSecondValue (line 330) | public Object getSecondValue() { method isNoValue (line 334) | public boolean isNoValue() { method isSingleValue (line 338) | public boolean isSingleValue() { method isBetweenValue (line 342) | public boolean isBetweenValue() { method isListValue (line 346) | public boolean isListValue() { method getTypeHandler (line 350) | public String getTypeHandler() { method Criterion (line 354) | protected Criterion(String condition) { method Criterion (line 361) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 373) | protected Criterion(String condition, Object value) { method Criterion (line 377) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 386) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/Order.java class Order (line 6) | public class Order { method Order (line 29) | public Order() { method Order (line 34) | public Order(Integer orderid, Integer userid, Date ordertime, Float ol... method getOrderid (line 49) | public Integer getOrderid() { method setOrderid (line 53) | public void setOrderid(Integer orderid) { method getUserid (line 57) | public Integer getUserid() { method setUserid (line 61) | public void setUserid(Integer userid) { method getOrdertime (line 65) | public Date getOrdertime() { method setOrdertime (line 69) | public void setOrdertime(Date ordertime) { method getOldprice (line 73) | public Float getOldprice() { method setOldprice (line 77) | public void setOldprice(Float oldprice) { method getNewprice (line 81) | public Float getNewprice() { method setNewprice (line 85) | public void setNewprice(Float newprice) { method getIspay (line 89) | public Boolean getIspay() { method setIspay (line 93) | public void setIspay(Boolean ispay) { method getIssend (line 97) | public Boolean getIssend() { method setIssend (line 101) | public void setIssend(Boolean issend) { method getIsreceive (line 105) | public Boolean getIsreceive() { method setIsreceive (line 109) | public void setIsreceive(Boolean isreceive) { method getIscomplete (line 113) | public Boolean getIscomplete() { method setIscomplete (line 117) | public void setIscomplete(Boolean iscomplete) { method getAddressid (line 121) | public Integer getAddressid() { method setAddressid (line 125) | public void setAddressid(Integer addressid) { method getGoodsInfo (line 129) | public List getGoodsInfo() { method setGoodsInfo (line 133) | public void setGoodsInfo(List goodsInfo) { method getAddress (line 137) | public Address getAddress() { method setAddress (line 141) | public void setAddress(Address address) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/OrderExample.java class OrderExample (line 7) | public class OrderExample { method OrderExample (line 14) | public OrderExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andOrderidIsNull (line 108) | public Criteria andOrderidIsNull() { method andOrderidIsNotNull (line 113) | public Criteria andOrderidIsNotNull() { method andOrderidEqualTo (line 118) | public Criteria andOrderidEqualTo(Integer value) { method andOrderidNotEqualTo (line 123) | public Criteria andOrderidNotEqualTo(Integer value) { method andOrderidGreaterThan (line 128) | public Criteria andOrderidGreaterThan(Integer value) { method andOrderidGreaterThanOrEqualTo (line 133) | public Criteria andOrderidGreaterThanOrEqualTo(Integer value) { method andOrderidLessThan (line 138) | public Criteria andOrderidLessThan(Integer value) { method andOrderidLessThanOrEqualTo (line 143) | public Criteria andOrderidLessThanOrEqualTo(Integer value) { method andOrderidIn (line 148) | public Criteria andOrderidIn(List values) { method andOrderidNotIn (line 153) | public Criteria andOrderidNotIn(List values) { method andOrderidBetween (line 158) | public Criteria andOrderidBetween(Integer value1, Integer value2) { method andOrderidNotBetween (line 163) | public Criteria andOrderidNotBetween(Integer value1, Integer value2) { method andUseridIsNull (line 168) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 173) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 178) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 183) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 188) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 193) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 198) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 203) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 208) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 213) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 218) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 223) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andOrdertimeIsNull (line 228) | public Criteria andOrdertimeIsNull() { method andOrdertimeIsNotNull (line 233) | public Criteria andOrdertimeIsNotNull() { method andOrdertimeEqualTo (line 238) | public Criteria andOrdertimeEqualTo(Date value) { method andOrdertimeNotEqualTo (line 243) | public Criteria andOrdertimeNotEqualTo(Date value) { method andOrdertimeGreaterThan (line 248) | public Criteria andOrdertimeGreaterThan(Date value) { method andOrdertimeGreaterThanOrEqualTo (line 253) | public Criteria andOrdertimeGreaterThanOrEqualTo(Date value) { method andOrdertimeLessThan (line 258) | public Criteria andOrdertimeLessThan(Date value) { method andOrdertimeLessThanOrEqualTo (line 263) | public Criteria andOrdertimeLessThanOrEqualTo(Date value) { method andOrdertimeIn (line 268) | public Criteria andOrdertimeIn(List values) { method andOrdertimeNotIn (line 273) | public Criteria andOrdertimeNotIn(List values) { method andOrdertimeBetween (line 278) | public Criteria andOrdertimeBetween(Date value1, Date value2) { method andOrdertimeNotBetween (line 283) | public Criteria andOrdertimeNotBetween(Date value1, Date value2) { method andOldpriceIsNull (line 288) | public Criteria andOldpriceIsNull() { method andOldpriceIsNotNull (line 293) | public Criteria andOldpriceIsNotNull() { method andOldpriceEqualTo (line 298) | public Criteria andOldpriceEqualTo(Float value) { method andOldpriceNotEqualTo (line 303) | public Criteria andOldpriceNotEqualTo(Float value) { method andOldpriceGreaterThan (line 308) | public Criteria andOldpriceGreaterThan(Float value) { method andOldpriceGreaterThanOrEqualTo (line 313) | public Criteria andOldpriceGreaterThanOrEqualTo(Float value) { method andOldpriceLessThan (line 318) | public Criteria andOldpriceLessThan(Float value) { method andOldpriceLessThanOrEqualTo (line 323) | public Criteria andOldpriceLessThanOrEqualTo(Float value) { method andOldpriceIn (line 328) | public Criteria andOldpriceIn(List values) { method andOldpriceNotIn (line 333) | public Criteria andOldpriceNotIn(List values) { method andOldpriceBetween (line 338) | public Criteria andOldpriceBetween(Float value1, Float value2) { method andOldpriceNotBetween (line 343) | public Criteria andOldpriceNotBetween(Float value1, Float value2) { method andNewpriceIsNull (line 348) | public Criteria andNewpriceIsNull() { method andNewpriceIsNotNull (line 353) | public Criteria andNewpriceIsNotNull() { method andNewpriceEqualTo (line 358) | public Criteria andNewpriceEqualTo(Float value) { method andNewpriceNotEqualTo (line 363) | public Criteria andNewpriceNotEqualTo(Float value) { method andNewpriceGreaterThan (line 368) | public Criteria andNewpriceGreaterThan(Float value) { method andNewpriceGreaterThanOrEqualTo (line 373) | public Criteria andNewpriceGreaterThanOrEqualTo(Float value) { method andNewpriceLessThan (line 378) | public Criteria andNewpriceLessThan(Float value) { method andNewpriceLessThanOrEqualTo (line 383) | public Criteria andNewpriceLessThanOrEqualTo(Float value) { method andNewpriceIn (line 388) | public Criteria andNewpriceIn(List values) { method andNewpriceNotIn (line 393) | public Criteria andNewpriceNotIn(List values) { method andNewpriceBetween (line 398) | public Criteria andNewpriceBetween(Float value1, Float value2) { method andNewpriceNotBetween (line 403) | public Criteria andNewpriceNotBetween(Float value1, Float value2) { method andIspayIsNull (line 408) | public Criteria andIspayIsNull() { method andIspayIsNotNull (line 413) | public Criteria andIspayIsNotNull() { method andIspayEqualTo (line 418) | public Criteria andIspayEqualTo(Boolean value) { method andIspayNotEqualTo (line 423) | public Criteria andIspayNotEqualTo(Boolean value) { method andIspayGreaterThan (line 428) | public Criteria andIspayGreaterThan(Boolean value) { method andIspayGreaterThanOrEqualTo (line 433) | public Criteria andIspayGreaterThanOrEqualTo(Boolean value) { method andIspayLessThan (line 438) | public Criteria andIspayLessThan(Boolean value) { method andIspayLessThanOrEqualTo (line 443) | public Criteria andIspayLessThanOrEqualTo(Boolean value) { method andIspayIn (line 448) | public Criteria andIspayIn(List values) { method andIspayNotIn (line 453) | public Criteria andIspayNotIn(List values) { method andIspayBetween (line 458) | public Criteria andIspayBetween(Boolean value1, Boolean value2) { method andIspayNotBetween (line 463) | public Criteria andIspayNotBetween(Boolean value1, Boolean value2) { method andIssendIsNull (line 468) | public Criteria andIssendIsNull() { method andIssendIsNotNull (line 473) | public Criteria andIssendIsNotNull() { method andIssendEqualTo (line 478) | public Criteria andIssendEqualTo(Boolean value) { method andIssendNotEqualTo (line 483) | public Criteria andIssendNotEqualTo(Boolean value) { method andIssendGreaterThan (line 488) | public Criteria andIssendGreaterThan(Boolean value) { method andIssendGreaterThanOrEqualTo (line 493) | public Criteria andIssendGreaterThanOrEqualTo(Boolean value) { method andIssendLessThan (line 498) | public Criteria andIssendLessThan(Boolean value) { method andIssendLessThanOrEqualTo (line 503) | public Criteria andIssendLessThanOrEqualTo(Boolean value) { method andIssendIn (line 508) | public Criteria andIssendIn(List values) { method andIssendNotIn (line 513) | public Criteria andIssendNotIn(List values) { method andIssendBetween (line 518) | public Criteria andIssendBetween(Boolean value1, Boolean value2) { method andIssendNotBetween (line 523) | public Criteria andIssendNotBetween(Boolean value1, Boolean value2) { method andIsreceiveIsNull (line 528) | public Criteria andIsreceiveIsNull() { method andIsreceiveIsNotNull (line 533) | public Criteria andIsreceiveIsNotNull() { method andIsreceiveEqualTo (line 538) | public Criteria andIsreceiveEqualTo(Boolean value) { method andIsreceiveNotEqualTo (line 543) | public Criteria andIsreceiveNotEqualTo(Boolean value) { method andIsreceiveGreaterThan (line 548) | public Criteria andIsreceiveGreaterThan(Boolean value) { method andIsreceiveGreaterThanOrEqualTo (line 553) | public Criteria andIsreceiveGreaterThanOrEqualTo(Boolean value) { method andIsreceiveLessThan (line 558) | public Criteria andIsreceiveLessThan(Boolean value) { method andIsreceiveLessThanOrEqualTo (line 563) | public Criteria andIsreceiveLessThanOrEqualTo(Boolean value) { method andIsreceiveIn (line 568) | public Criteria andIsreceiveIn(List values) { method andIsreceiveNotIn (line 573) | public Criteria andIsreceiveNotIn(List values) { method andIsreceiveBetween (line 578) | public Criteria andIsreceiveBetween(Boolean value1, Boolean value2) { method andIsreceiveNotBetween (line 583) | public Criteria andIsreceiveNotBetween(Boolean value1, Boolean value... method andIscompleteIsNull (line 588) | public Criteria andIscompleteIsNull() { method andIscompleteIsNotNull (line 593) | public Criteria andIscompleteIsNotNull() { method andIscompleteEqualTo (line 598) | public Criteria andIscompleteEqualTo(Boolean value) { method andIscompleteNotEqualTo (line 603) | public Criteria andIscompleteNotEqualTo(Boolean value) { method andIscompleteGreaterThan (line 608) | public Criteria andIscompleteGreaterThan(Boolean value) { method andIscompleteGreaterThanOrEqualTo (line 613) | public Criteria andIscompleteGreaterThanOrEqualTo(Boolean value) { method andIscompleteLessThan (line 618) | public Criteria andIscompleteLessThan(Boolean value) { method andIscompleteLessThanOrEqualTo (line 623) | public Criteria andIscompleteLessThanOrEqualTo(Boolean value) { method andIscompleteIn (line 628) | public Criteria andIscompleteIn(List values) { method andIscompleteNotIn (line 633) | public Criteria andIscompleteNotIn(List values) { method andIscompleteBetween (line 638) | public Criteria andIscompleteBetween(Boolean value1, Boolean value2) { method andIscompleteNotBetween (line 643) | public Criteria andIscompleteNotBetween(Boolean value1, Boolean valu... method andAddressidIsNull (line 648) | public Criteria andAddressidIsNull() { method andAddressidIsNotNull (line 653) | public Criteria andAddressidIsNotNull() { method andAddressidEqualTo (line 658) | public Criteria andAddressidEqualTo(Integer value) { method andAddressidNotEqualTo (line 663) | public Criteria andAddressidNotEqualTo(Integer value) { method andAddressidGreaterThan (line 668) | public Criteria andAddressidGreaterThan(Integer value) { method andAddressidGreaterThanOrEqualTo (line 673) | public Criteria andAddressidGreaterThanOrEqualTo(Integer value) { method andAddressidLessThan (line 678) | public Criteria andAddressidLessThan(Integer value) { method andAddressidLessThanOrEqualTo (line 683) | public Criteria andAddressidLessThanOrEqualTo(Integer value) { method andAddressidIn (line 688) | public Criteria andAddressidIn(List values) { method andAddressidNotIn (line 693) | public Criteria andAddressidNotIn(List values) { method andAddressidBetween (line 698) | public Criteria andAddressidBetween(Integer value1, Integer value2) { method andAddressidNotBetween (line 703) | public Criteria andAddressidNotBetween(Integer value1, Integer value... class Criteria (line 709) | public static class Criteria extends GeneratedCriteria { method Criteria (line 711) | protected Criteria() { class Criterion (line 716) | public static class Criterion { method getCondition (line 733) | public String getCondition() { method getValue (line 737) | public Object getValue() { method getSecondValue (line 741) | public Object getSecondValue() { method isNoValue (line 745) | public boolean isNoValue() { method isSingleValue (line 749) | public boolean isSingleValue() { method isBetweenValue (line 753) | public boolean isBetweenValue() { method isListValue (line 757) | public boolean isListValue() { method getTypeHandler (line 761) | public String getTypeHandler() { method Criterion (line 765) | protected Criterion(String condition) { method Criterion (line 772) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 784) | protected Criterion(String condition, Object value) { method Criterion (line 788) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 797) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/OrderItem.java class OrderItem (line 3) | public class OrderItem { method OrderItem (line 12) | public OrderItem() { method OrderItem (line 15) | public OrderItem(Integer itemid, Integer orderid, Integer goodsid, Int... method getItemid (line 23) | public Integer getItemid() { method setItemid (line 27) | public void setItemid(Integer itemid) { method getOrderid (line 31) | public Integer getOrderid() { method setOrderid (line 35) | public void setOrderid(Integer orderid) { method getGoodsid (line 39) | public Integer getGoodsid() { method setGoodsid (line 43) | public void setGoodsid(Integer goodsid) { method getNum (line 47) | public Integer getNum() { method setNum (line 51) | public void setNum(Integer num) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/OrderItemExample.java class OrderItemExample (line 6) | public class OrderItemExample { method OrderItemExample (line 13) | public OrderItemExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andItemidIsNull (line 107) | public Criteria andItemidIsNull() { method andItemidIsNotNull (line 112) | public Criteria andItemidIsNotNull() { method andItemidEqualTo (line 117) | public Criteria andItemidEqualTo(Integer value) { method andItemidNotEqualTo (line 122) | public Criteria andItemidNotEqualTo(Integer value) { method andItemidGreaterThan (line 127) | public Criteria andItemidGreaterThan(Integer value) { method andItemidGreaterThanOrEqualTo (line 132) | public Criteria andItemidGreaterThanOrEqualTo(Integer value) { method andItemidLessThan (line 137) | public Criteria andItemidLessThan(Integer value) { method andItemidLessThanOrEqualTo (line 142) | public Criteria andItemidLessThanOrEqualTo(Integer value) { method andItemidIn (line 147) | public Criteria andItemidIn(List values) { method andItemidNotIn (line 152) | public Criteria andItemidNotIn(List values) { method andItemidBetween (line 157) | public Criteria andItemidBetween(Integer value1, Integer value2) { method andItemidNotBetween (line 162) | public Criteria andItemidNotBetween(Integer value1, Integer value2) { method andOrderidIsNull (line 167) | public Criteria andOrderidIsNull() { method andOrderidIsNotNull (line 172) | public Criteria andOrderidIsNotNull() { method andOrderidEqualTo (line 177) | public Criteria andOrderidEqualTo(Integer value) { method andOrderidNotEqualTo (line 182) | public Criteria andOrderidNotEqualTo(Integer value) { method andOrderidGreaterThan (line 187) | public Criteria andOrderidGreaterThan(Integer value) { method andOrderidGreaterThanOrEqualTo (line 192) | public Criteria andOrderidGreaterThanOrEqualTo(Integer value) { method andOrderidLessThan (line 197) | public Criteria andOrderidLessThan(Integer value) { method andOrderidLessThanOrEqualTo (line 202) | public Criteria andOrderidLessThanOrEqualTo(Integer value) { method andOrderidIn (line 207) | public Criteria andOrderidIn(List values) { method andOrderidNotIn (line 212) | public Criteria andOrderidNotIn(List values) { method andOrderidBetween (line 217) | public Criteria andOrderidBetween(Integer value1, Integer value2) { method andOrderidNotBetween (line 222) | public Criteria andOrderidNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 227) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 232) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 237) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 242) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 247) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 252) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 257) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 262) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 267) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 272) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 277) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 282) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andNumIsNull (line 287) | public Criteria andNumIsNull() { method andNumIsNotNull (line 292) | public Criteria andNumIsNotNull() { method andNumEqualTo (line 297) | public Criteria andNumEqualTo(Integer value) { method andNumNotEqualTo (line 302) | public Criteria andNumNotEqualTo(Integer value) { method andNumGreaterThan (line 307) | public Criteria andNumGreaterThan(Integer value) { method andNumGreaterThanOrEqualTo (line 312) | public Criteria andNumGreaterThanOrEqualTo(Integer value) { method andNumLessThan (line 317) | public Criteria andNumLessThan(Integer value) { method andNumLessThanOrEqualTo (line 322) | public Criteria andNumLessThanOrEqualTo(Integer value) { method andNumIn (line 327) | public Criteria andNumIn(List values) { method andNumNotIn (line 332) | public Criteria andNumNotIn(List values) { method andNumBetween (line 337) | public Criteria andNumBetween(Integer value1, Integer value2) { method andNumNotBetween (line 342) | public Criteria andNumNotBetween(Integer value1, Integer value2) { class Criteria (line 348) | public static class Criteria extends GeneratedCriteria { method Criteria (line 350) | protected Criteria() { class Criterion (line 355) | public static class Criterion { method getCondition (line 372) | public String getCondition() { method getValue (line 376) | public Object getValue() { method getSecondValue (line 380) | public Object getSecondValue() { method isNoValue (line 384) | public boolean isNoValue() { method isSingleValue (line 388) | public boolean isSingleValue() { method isBetweenValue (line 392) | public boolean isBetweenValue() { method isListValue (line 396) | public boolean isListValue() { method getTypeHandler (line 400) | public String getTypeHandler() { method Criterion (line 404) | protected Criterion(String condition) { method Criterion (line 411) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 423) | protected Criterion(String condition, Object value) { method Criterion (line 427) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 436) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/ShopCart.java class ShopCart (line 5) | public class ShopCart extends ShopCartKey { method getCatedate (line 10) | public Date getCatedate() { method setCatedate (line 14) | public void setCatedate(Date catedate) { method getGoodsnum (line 18) | public Integer getGoodsnum() { method setGoodsnum (line 22) | public void setGoodsnum(Integer goodsnum) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/ShopCartExample.java class ShopCartExample (line 7) | public class ShopCartExample { method ShopCartExample (line 14) | public ShopCartExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andUseridIsNull (line 108) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 113) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 118) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 123) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 128) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 133) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 138) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 143) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 148) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 153) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 158) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 163) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 168) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 173) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 178) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 183) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 188) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 193) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 198) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 203) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 208) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 213) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 218) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 223) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andCatedateIsNull (line 228) | public Criteria andCatedateIsNull() { method andCatedateIsNotNull (line 233) | public Criteria andCatedateIsNotNull() { method andCatedateEqualTo (line 238) | public Criteria andCatedateEqualTo(Date value) { method andCatedateNotEqualTo (line 243) | public Criteria andCatedateNotEqualTo(Date value) { method andCatedateGreaterThan (line 248) | public Criteria andCatedateGreaterThan(Date value) { method andCatedateGreaterThanOrEqualTo (line 253) | public Criteria andCatedateGreaterThanOrEqualTo(Date value) { method andCatedateLessThan (line 258) | public Criteria andCatedateLessThan(Date value) { method andCatedateLessThanOrEqualTo (line 263) | public Criteria andCatedateLessThanOrEqualTo(Date value) { method andCatedateIn (line 268) | public Criteria andCatedateIn(List values) { method andCatedateNotIn (line 273) | public Criteria andCatedateNotIn(List values) { method andCatedateBetween (line 278) | public Criteria andCatedateBetween(Date value1, Date value2) { method andCatedateNotBetween (line 283) | public Criteria andCatedateNotBetween(Date value1, Date value2) { method andGoodsnumIsNull (line 288) | public Criteria andGoodsnumIsNull() { method andGoodsnumIsNotNull (line 293) | public Criteria andGoodsnumIsNotNull() { method andGoodsnumEqualTo (line 298) | public Criteria andGoodsnumEqualTo(Integer value) { method andGoodsnumNotEqualTo (line 303) | public Criteria andGoodsnumNotEqualTo(Integer value) { method andGoodsnumGreaterThan (line 308) | public Criteria andGoodsnumGreaterThan(Integer value) { method andGoodsnumGreaterThanOrEqualTo (line 313) | public Criteria andGoodsnumGreaterThanOrEqualTo(Integer value) { method andGoodsnumLessThan (line 318) | public Criteria andGoodsnumLessThan(Integer value) { method andGoodsnumLessThanOrEqualTo (line 323) | public Criteria andGoodsnumLessThanOrEqualTo(Integer value) { method andGoodsnumIn (line 328) | public Criteria andGoodsnumIn(List values) { method andGoodsnumNotIn (line 333) | public Criteria andGoodsnumNotIn(List values) { method andGoodsnumBetween (line 338) | public Criteria andGoodsnumBetween(Integer value1, Integer value2) { method andGoodsnumNotBetween (line 343) | public Criteria andGoodsnumNotBetween(Integer value1, Integer value2) { class Criteria (line 349) | public static class Criteria extends GeneratedCriteria { method Criteria (line 351) | protected Criteria() { class Criterion (line 356) | public static class Criterion { method getCondition (line 373) | public String getCondition() { method getValue (line 377) | public Object getValue() { method getSecondValue (line 381) | public Object getSecondValue() { method isNoValue (line 385) | public boolean isNoValue() { method isSingleValue (line 389) | public boolean isSingleValue() { method isBetweenValue (line 393) | public boolean isBetweenValue() { method isListValue (line 397) | public boolean isListValue() { method getTypeHandler (line 401) | public String getTypeHandler() { method Criterion (line 405) | protected Criterion(String condition) { method Criterion (line 412) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 424) | protected Criterion(String condition, Object value) { method Criterion (line 428) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 437) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/ShopCartKey.java class ShopCartKey (line 3) | public class ShopCartKey { method ShopCartKey (line 8) | public ShopCartKey() { method ShopCartKey (line 11) | public ShopCartKey(Integer userid, Integer goodsid) { method getUserid (line 17) | public Integer getUserid() { method setUserid (line 21) | public void setUserid(Integer userid) { method getGoodsid (line 25) | public Integer getGoodsid() { method setGoodsid (line 29) | public void setGoodsid(Integer goodsid) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/User.java class User (line 5) | public class User { method getUserid (line 18) | public Integer getUserid() { method setUserid (line 22) | public void setUserid(Integer userid) { method getUsername (line 26) | public String getUsername() { method setUsername (line 30) | public void setUsername(String username) { method getPassword (line 34) | public String getPassword() { method setPassword (line 38) | public void setPassword(String password) { method getRegtime (line 42) | public Date getRegtime() { method setRegtime (line 46) | public void setRegtime(Date regtime) { method getEmail (line 50) | public String getEmail() { method setEmail (line 54) | public void setEmail(String email) { method getTelephone (line 58) | public String getTelephone() { method setTelephone (line 62) | public void setTelephone(String telephone) { method toString (line 66) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/entity/UserExample.java class UserExample (line 7) | public class UserExample { method UserExample (line 14) | public UserExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andUseridIsNull (line 108) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 113) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 118) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 123) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 128) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 133) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 138) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 143) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 148) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 153) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 158) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 163) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andUsernameIsNull (line 168) | public Criteria andUsernameIsNull() { method andUsernameIsNotNull (line 173) | public Criteria andUsernameIsNotNull() { method andUsernameEqualTo (line 178) | public Criteria andUsernameEqualTo(String value) { method andUsernameNotEqualTo (line 183) | public Criteria andUsernameNotEqualTo(String value) { method andUsernameGreaterThan (line 188) | public Criteria andUsernameGreaterThan(String value) { method andUsernameGreaterThanOrEqualTo (line 193) | public Criteria andUsernameGreaterThanOrEqualTo(String value) { method andUsernameLessThan (line 198) | public Criteria andUsernameLessThan(String value) { method andUsernameLessThanOrEqualTo (line 203) | public Criteria andUsernameLessThanOrEqualTo(String value) { method andUsernameLike (line 208) | public Criteria andUsernameLike(String value) { method andUsernameNotLike (line 213) | public Criteria andUsernameNotLike(String value) { method andUsernameIn (line 218) | public Criteria andUsernameIn(List values) { method andUsernameNotIn (line 223) | public Criteria andUsernameNotIn(List values) { method andUsernameBetween (line 228) | public Criteria andUsernameBetween(String value1, String value2) { method andUsernameNotBetween (line 233) | public Criteria andUsernameNotBetween(String value1, String value2) { method andPasswordIsNull (line 238) | public Criteria andPasswordIsNull() { method andPasswordIsNotNull (line 243) | public Criteria andPasswordIsNotNull() { method andPasswordEqualTo (line 248) | public Criteria andPasswordEqualTo(String value) { method andPasswordNotEqualTo (line 253) | public Criteria andPasswordNotEqualTo(String value) { method andPasswordGreaterThan (line 258) | public Criteria andPasswordGreaterThan(String value) { method andPasswordGreaterThanOrEqualTo (line 263) | public Criteria andPasswordGreaterThanOrEqualTo(String value) { method andPasswordLessThan (line 268) | public Criteria andPasswordLessThan(String value) { method andPasswordLessThanOrEqualTo (line 273) | public Criteria andPasswordLessThanOrEqualTo(String value) { method andPasswordLike (line 278) | public Criteria andPasswordLike(String value) { method andPasswordNotLike (line 283) | public Criteria andPasswordNotLike(String value) { method andPasswordIn (line 288) | public Criteria andPasswordIn(List values) { method andPasswordNotIn (line 293) | public Criteria andPasswordNotIn(List values) { method andPasswordBetween (line 298) | public Criteria andPasswordBetween(String value1, String value2) { method andPasswordNotBetween (line 303) | public Criteria andPasswordNotBetween(String value1, String value2) { method andRegtimeIsNull (line 308) | public Criteria andRegtimeIsNull() { method andRegtimeIsNotNull (line 313) | public Criteria andRegtimeIsNotNull() { method andRegtimeEqualTo (line 318) | public Criteria andRegtimeEqualTo(Date value) { method andRegtimeNotEqualTo (line 323) | public Criteria andRegtimeNotEqualTo(Date value) { method andRegtimeGreaterThan (line 328) | public Criteria andRegtimeGreaterThan(Date value) { method andRegtimeGreaterThanOrEqualTo (line 333) | public Criteria andRegtimeGreaterThanOrEqualTo(Date value) { method andRegtimeLessThan (line 338) | public Criteria andRegtimeLessThan(Date value) { method andRegtimeLessThanOrEqualTo (line 343) | public Criteria andRegtimeLessThanOrEqualTo(Date value) { method andRegtimeIn (line 348) | public Criteria andRegtimeIn(List values) { method andRegtimeNotIn (line 353) | public Criteria andRegtimeNotIn(List values) { method andRegtimeBetween (line 358) | public Criteria andRegtimeBetween(Date value1, Date value2) { method andRegtimeNotBetween (line 363) | public Criteria andRegtimeNotBetween(Date value1, Date value2) { method andEmailIsNull (line 368) | public Criteria andEmailIsNull() { method andEmailIsNotNull (line 373) | public Criteria andEmailIsNotNull() { method andEmailEqualTo (line 378) | public Criteria andEmailEqualTo(String value) { method andEmailNotEqualTo (line 383) | public Criteria andEmailNotEqualTo(String value) { method andEmailGreaterThan (line 388) | public Criteria andEmailGreaterThan(String value) { method andEmailGreaterThanOrEqualTo (line 393) | public Criteria andEmailGreaterThanOrEqualTo(String value) { method andEmailLessThan (line 398) | public Criteria andEmailLessThan(String value) { method andEmailLessThanOrEqualTo (line 403) | public Criteria andEmailLessThanOrEqualTo(String value) { method andEmailLike (line 408) | public Criteria andEmailLike(String value) { method andEmailNotLike (line 413) | public Criteria andEmailNotLike(String value) { method andEmailIn (line 418) | public Criteria andEmailIn(List values) { method andEmailNotIn (line 423) | public Criteria andEmailNotIn(List values) { method andEmailBetween (line 428) | public Criteria andEmailBetween(String value1, String value2) { method andEmailNotBetween (line 433) | public Criteria andEmailNotBetween(String value1, String value2) { method andTelephoneIsNull (line 438) | public Criteria andTelephoneIsNull() { method andTelephoneIsNotNull (line 443) | public Criteria andTelephoneIsNotNull() { method andTelephoneEqualTo (line 448) | public Criteria andTelephoneEqualTo(String value) { method andTelephoneNotEqualTo (line 453) | public Criteria andTelephoneNotEqualTo(String value) { method andTelephoneGreaterThan (line 458) | public Criteria andTelephoneGreaterThan(String value) { method andTelephoneGreaterThanOrEqualTo (line 463) | public Criteria andTelephoneGreaterThanOrEqualTo(String value) { method andTelephoneLessThan (line 468) | public Criteria andTelephoneLessThan(String value) { method andTelephoneLessThanOrEqualTo (line 473) | public Criteria andTelephoneLessThanOrEqualTo(String value) { method andTelephoneLike (line 478) | public Criteria andTelephoneLike(String value) { method andTelephoneNotLike (line 483) | public Criteria andTelephoneNotLike(String value) { method andTelephoneIn (line 488) | public Criteria andTelephoneIn(List values) { method andTelephoneNotIn (line 493) | public Criteria andTelephoneNotIn(List values) { method andTelephoneBetween (line 498) | public Criteria andTelephoneBetween(String value1, String value2) { method andTelephoneNotBetween (line 503) | public Criteria andTelephoneNotBetween(String value1, String value2) { class Criteria (line 509) | public static class Criteria extends GeneratedCriteria { method Criteria (line 511) | protected Criteria() { class Criterion (line 516) | public static class Criterion { method getCondition (line 533) | public String getCondition() { method getValue (line 537) | public Object getValue() { method getSecondValue (line 541) | public Object getSecondValue() { method isNoValue (line 545) | public boolean isNoValue() { method isSingleValue (line 549) | public boolean isSingleValue() { method isBetweenValue (line 553) | public boolean isBetweenValue() { method isListValue (line 557) | public boolean isListValue() { method getTypeHandler (line 561) | public String getTypeHandler() { method Criterion (line 565) | protected Criterion(String condition) { method Criterion (line 572) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 584) | protected Criterion(String condition, Object value) { method Criterion (line 588) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 597) | protected Criterion(String condition, Object value, Object secondVal... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/ActivityService.java type ActivityService (line 9) | public interface ActivityService { method getAllActivity (line 10) | List getAllActivity(ActivityExample activityExample); method insertActivitySelective (line 12) | void insertActivitySelective(Activity activity); method selectByKey (line 14) | Activity selectByKey(Integer activityid); method deleteByActivityId (line 16) | void deleteByActivityId(Integer activityid); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/AddressService.java type AddressService (line 8) | public interface AddressService { method getAllAddressByExample (line 9) | public List
getAllAddressByExample(AddressExample addressExam... method updateByPrimaryKeySelective (line 11) | public void updateByPrimaryKeySelective(Address address); method deleteByPrimaryKey (line 13) | public void deleteByPrimaryKey(Integer addressid); method insert (line 15) | public void insert(Address address); method insertSelective (line 17) | public void insertSelective(Address address); method selectByPrimaryKey (line 19) | public Address selectByPrimaryKey(Integer addressid); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/AdminService.java type AdminService (line 6) | public interface AdminService { method selectByName (line 7) | public Admin selectByName(Admin admin); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/CateService.java type CateService (line 10) | @Service("CateService") method selectByExample (line 12) | public List selectByExample(CategoryExample example); method insertSelective (line 13) | public void insertSelective(Category category); method selectByExampleLimit (line 15) | public List selectByExampleLimit(CategoryExample digCategory... method selectById (line 17) | public Category selectById(Integer category); method updateByPrimaryKeySelective (line 19) | public void updateByPrimaryKeySelective(Category category); method deleteByPrimaryKey (line 21) | public void deleteByPrimaryKey(Integer cateid); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/CommentService.java type CommentService (line 9) | public interface CommentService { method insertSelective (line 10) | public void insertSelective(Comment comment); method selectByExample (line 12) | public List selectByExample(CommentExample commentExample); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/EmailService.java type EmailService (line 8) | public interface EmailService { method sendEmailToAdmin (line 12) | public void sendEmailToAdmin(); method sendEmailToUser (line 17) | public void sendEmailToUser(); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/GoodsService.java type GoodsService (line 8) | public interface GoodsService { method addGoods (line 9) | public Integer addGoods(Goods goods); method addImagePath (line 11) | public void addImagePath(ImagePath imagePath); method selectByExample (line 13) | public List selectByExample(GoodsExample example); method deleteGoodsById (line 15) | public void deleteGoodsById(Integer goodsid); method updateGoodsById (line 17) | public void updateGoodsById(Goods goods); method findImagePath (line 19) | public List findImagePath(Integer goodsid); method selectById (line 21) | public Goods selectById(Integer goodsid); method selectByExampleLimit (line 23) | public List selectByExampleLimit(GoodsExample digGoodsExample); method addFavorite (line 25) | public void addFavorite(Favorite favorite); method selectFavByKey (line 27) | public Favorite selectFavByKey(FavoriteKey favoriteKey); method deleteFavByKey (line 29) | public void deleteFavByKey(FavoriteKey favoriteKey); method selectFavByExample (line 31) | public List selectFavByExample(FavoriteExample favoriteExamp... FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/OrderService.java type OrderService (line 10) | public interface OrderService { method insertOrder (line 11) | public void insertOrder(Order order); method deleteById (line 13) | public void deleteById(Integer orderid); method selectOrderByExample (line 16) | public List selectOrderByExample(OrderExample orderExample); method getOrderItemByExample (line 18) | public List getOrderItemByExample(OrderItemExample orderIte... method getAddressByKey (line 20) | public Address getAddressByKey(Integer addressid); method updateOrderByKey (line 22) | public void updateOrderByKey(Order order); method selectByPrimaryKey (line 24) | public Order selectByPrimaryKey(Integer orderid); method insertOrderItem (line 26) | void insertOrderItem(OrderItem orderItem); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/ShopCartService.java type ShopCartService (line 10) | public interface ShopCartService { method addShopCart (line 11) | public void addShopCart(ShopCart shopCart); method selectByExample (line 13) | public List selectByExample(ShopCartExample shopCartExample); method deleteByKey (line 15) | public void deleteByKey(ShopCartKey shopCartKey); method updateCartByKey (line 17) | public void updateCartByKey(ShopCart shopCart); method selectCartByKey (line 19) | public ShopCart selectCartByKey(ShopCartKey shopCartKey); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/UserService.java type UserService (line 9) | public interface UserService { method selectByPrimaryKey (line 10) | public User selectByPrimaryKey(int userId); method selectByExample (line 12) | public List selectByExample(UserExample userExample); method insertSelective (line 14) | public void insertSelective(User user); method deleteUserById (line 16) | public void deleteUserById(Integer userid); method updateByPrimaryKeySelective (line 18) | public void updateByPrimaryKeySelective(User user); FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/ActivityServiceImpl.java class ActivityServiceImpl (line 13) | @Service("activityService") method getAllActivity (line 19) | public List getAllActivity(ActivityExample activityExample) { method insertActivitySelective (line 23) | @Override method selectByKey (line 28) | @Override method deleteByActivityId (line 33) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/AddressServiceImpl.java class AddressServiceImpl (line 13) | @Service("addressService") method getAllAddressByExample (line 19) | @Override method updateByPrimaryKeySelective (line 24) | @Override method deleteByPrimaryKey (line 29) | @Override method insert (line 34) | @Override method insertSelective (line 39) | @Override method selectByPrimaryKey (line 44) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/AdminServiceImpl.java class AdminServiceImpl (line 10) | @Service("adminService") method selectByName (line 16) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/CateServiceImpl.java class CateServiceImpl (line 13) | @Service("cateService") method selectByExample (line 19) | @Override method insertSelective (line 24) | @Override method selectByExampleLimit (line 29) | @Override method selectById (line 34) | @Override method updateByPrimaryKeySelective (line 39) | @Override method deleteByPrimaryKey (line 44) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/CommentServiceImpl.java class CommentServiceImpl (line 13) | @Service("commentService") method insertSelective (line 19) | @Override method selectByExample (line 24) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/EmailServiceImpl.java class EmailServiceImpl (line 25) | @Service("emailService") method EmailServiceImpl (line 43) | public EmailServiceImpl() { method EmailServiceImpl (line 46) | public EmailServiceImpl(MailSender mailSender) { method sendEmailToAdmin (line 50) | @Override method sendEmailToUser (line 74) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/GoodsServiceImpl.java class GoodsServiceImpl (line 14) | @Service("goodsService") method addGoods (line 26) | @Override method addImagePath (line 32) | @Override method selectByExample (line 37) | @Override method deleteGoodsById (line 42) | @Override method updateGoodsById (line 48) | @Override method findImagePath (line 53) | @Override method selectById (line 61) | @Override method selectByExampleLimit (line 66) | @Override method addFavorite (line 71) | @Override method selectFavByKey (line 76) | @Override method deleteFavByKey (line 81) | @Override method selectFavByExample (line 86) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/OrderServiceImpl.java class OrderServiceImpl (line 14) | @Service("orderService") method insertOrder (line 26) | @Override method deleteById (line 31) | @Override method selectOrderByExample (line 37) | @Override method getOrderItemByExample (line 42) | @Override method getAddressByKey (line 47) | @Override method updateOrderByKey (line 52) | @Override method selectByPrimaryKey (line 57) | @Override method insertOrderItem (line 62) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/ShopCartServiceImpl.java class ShopCartServiceImpl (line 14) | @Service("addShopCart") method addShopCart (line 20) | @Override method selectByExample (line 25) | @Override method deleteByKey (line 30) | @Override method updateCartByKey (line 35) | @Override method selectCartByKey (line 40) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/service/impl/UserServiceImpl.java class UserServiceImpl (line 13) | @Service("userService") method selectByPrimaryKey (line 19) | @Override method selectByExample (line 24) | @Override method insertSelective (line 29) | @Override method deleteUserById (line 34) | @Override method updateByPrimaryKeySelective (line 39) | @Override FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/util/ExcelUtils.java class ExcelUtils (line 40) | @Slf4j method export (line 53) | public static void export(String excelName, List list, Class... method getFieldByName (line 168) | public static Field getFieldByName(String fieldName, Class clazz) { method getFieldValueByName (line 197) | public static Object getFieldValueByName(String fieldName, Object o) method getFieldValueByNameSequence (line 223) | public static Object getFieldValueByNameSequence(String fieldNameSeque... method fillSheet (line 252) | public static void fillSheet(HSSFSheet sheet, List list, method getRecordByTxt (line 308) | public static List getRecordByTxt(String path) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/util/ImageUtil.java class ImageUtil (line 16) | public class ImageUtil { method imagePath (line 18) | public static String imagePath(MultipartFile file, String shopName) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/util/Md5Util.java class Md5Util (line 12) | public class Md5Util { method MD5Encode (line 22) | public static String MD5Encode(String origin, String charsetname){ method byteArrayToHexString (line 34) | public static String byteArrayToHexString(byte b[]){ method byteToHexString (line 42) | public static String byteToHexString(byte b){ FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/util/Msg.java class Msg (line 6) | public class Msg { method success (line 16) | public static Msg success(String msg) { method fail (line 23) | public static Msg fail(String msg) { method add (line 30) | public Msg add(String key, Object value) { method getCode (line 35) | public int getCode() { method setCode (line 39) | public void setCode(int code) { method getMsg (line 43) | public String getMsg() { method setMsg (line 47) | public void setMsg(String msg) { method getInfo (line 51) | public Map getInfo() { method setInfo (line 55) | public void setInfo(Map info) { FILE: SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/util/verificate/Verificate.java class Verificate (line 11) | public class Verificate { method getCertPic (line 20) | public String getCertPic(int width, int height,OutputStream os) { FILE: SpringbootSchoolShop/src/main/webapp/css/bootstrap/js/bootstrap.js function transitionEnd (line 34) | function transitionEnd() { function removeElement (line 126) | function removeElement() { function Plugin (line 142) | function Plugin(option) { function Plugin (line 251) | function Plugin(option) { function Plugin (line 475) | function Plugin(option) { function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) { function Plugin (line 707) | function Plugin(option) { function getParent (line 774) | function getParent($this) { function clearMenus (line 787) | function clearMenus(e) { function Plugin (line 880) | function Plugin(option) { function Plugin (line 1208) | function Plugin(option, _relatedTarget) { function complete (line 1574) | function complete() { function Plugin (line 1750) | function Plugin(option) { function Plugin (line 1859) | function Plugin(option) { function ScrollSpy (line 1902) | function ScrollSpy(element, options) { function Plugin (line 2022) | function Plugin(option) { function next (line 2131) | function next() { function Plugin (line 2177) | function Plugin(option) { function Plugin (line 2334) | function Plugin(option) { FILE: SpringbootSchoolShop/src/main/webapp/js/adminchat.js function userListClick (line 314) | function userListClick() { function showMessage (line 354) | function showMessage(message) { function getChatList (line 376) | function getChatList(id) { function reGetChatUser (line 396) | function reGetChatUser(sendto) { function showChatList (line 413) | function showChatList(userlist) { FILE: SpringbootSchoolShop/src/main/webapp/js/distpicker.js function defineProperties (line 4037) | function defineProperties(target, props) { function Distpicker (line 4131) | function Distpicker(element, options) { FILE: SpringbootSchoolShop/src/main/webapp/js/goodsManage.js function showActInfo (line 136) | function showActInfo(activityId) { function getActivity (line 150) | function getActivity() { function to_page (line 192) | function to_page(path, page) { function build_goods_table (line 213) | function build_goods_table(path,result) { function build_page_info (line 256) | function build_page_info(path,result) { function build_page_nav (line 261) | function build_page_nav(path,result) { FILE: SpringbootSchoolShop/src/main/webapp/js/holder.js function __webpack_require__ (line 266) | function __webpack_require__(moduleId) { function prepareImageElement (line 579) | function prepareImageElement(options, engineSettings, src, el) { function parseURL (line 598) | function parseURL(url, instanceOptions) { function prepareDOMElement (line 694) | function prepareDOMElement(prepSettings) { function render (line 845) | function render(renderSettings) { function buildSceneGraph (line 944) | function buildSceneGraph(scene) { function textSize (line 1130) | function textSize(width, height, fontSize, scale) { function updateResizableElements (line 1147) | function updateResizableElements(element) { function setInitialDimensions (line 1206) | function setInitialDimensions(el) { function visibilityCheck (line 1239) | function visibilityCheck() { function startVisibilityCheck (line 1269) | function startVisibilityCheck() { function setInvisible (line 1282) | function setInvisible(el) { function debounce (line 1395) | function debounce(fn) { function resizeEvent (line 1407) | function resizeEvent() { function _onDomReady (line 1502) | function _onDomReady(win) { function trim (line 1767) | function trim(str){ function merge (line 1828) | function merge(parent, child) { function format (line 2330) | function format (decimal) { function convertShape (line 2535) | function convertShape (shape, tag) { function textCss (line 2544) | function textCss (properties) { function outlinePath (line 2553) | function outlinePath (bgWidth, bgHeight, outlineWidth) { function createElement (line 2694) | function createElement (sugarString) { function replacer (line 2727) | function replacer (key, value) { function escapeAttribute (line 2738) | function escapeAttribute (string) { function escapeHTML (line 2744) | function escapeHTML (string) { function escapeHtml (line 2893) | function escapeHtml(html) { FILE: SpringbootSchoolShop/src/main/webapp/js/jquery.js function DOMEval (line 76) | function DOMEval( code, doc ) { function isArrayLike (line 522) | function isArrayLike( obj ) { function Sizzle (line 754) | function Sizzle( selector, context, results, seed ) { function createCache (line 893) | function createCache() { function markFunction (line 911) | function markFunction( fn ) { function assert (line 920) | function assert( fn ) { function addHandle (line 942) | function addHandle( attrs, handler ) { function siblingCheck (line 957) | function siblingCheck( a, b ) { function createInputPseudo (line 983) | function createInputPseudo( type ) { function createButtonPseudo (line 994) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1005) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1061) | function createPositionalPseudo( fn ) { function testContext (line 1084) | function testContext( context ) { function setFilters (line 2166) | function setFilters() {} function toSelector (line 2237) | function toSelector( tokens ) { function addCombinator (line 2247) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2311) | function elementMatcher( matchers ) { function multipleContexts (line 2325) | function multipleContexts( selector, contexts, results ) { function condense (line 2334) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2355) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2448) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2506) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 2842) | function nodeName( elem, name ) { function winnow (line 2854) | function winnow( elements, qualifier, not ) { function sibling (line 3157) | function sibling( cur, dir ) { function createOptions (line 3244) | function createOptions( options ) { function Identity (line 3469) | function Identity( v ) { function Thrower (line 3472) | function Thrower( ex ) { function adoptValue (line 3476) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3569) | function resolve( depth, deferred, handler, special ) { function completed (line 3927) | function completed() { function Data (line 4029) | function Data() { function getData (line 4198) | function getData( data ) { function dataAttr (line 4223) | function dataAttr( elem, key, data ) { function adjustCSS (line 4536) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4601) | function getDefaultDisplay( elem ) { function showHide (line 4624) | function showHide( elements, show ) { function getAll (line 4725) | function getAll( context, tag ) { function setGlobalEval (line 4750) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4766) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4889) | function returnTrue() { function returnFalse (line 4893) | function returnFalse() { function safeActiveElement (line 4899) | function safeActiveElement() { function on (line 4905) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5634) | function manipulationTarget( elem, content ) { function disableScript (line 5645) | function disableScript( elem ) { function restoreScript (line 5649) | function restoreScript( elem ) { function cloneCopyEvent (line 5661) | function cloneCopyEvent( src, dest ) { function fixInput (line 5696) | function fixInput( src, dest ) { function domManip (line 5709) | function domManip( collection, args, callback, ignored ) { function remove (line 5799) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6092) | function computeStyleTests() { function curCSS (line 6166) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6219) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6256) | function vendorPropName( name ) { function finalPropName (line 6277) | function finalPropName( name ) { function setPositiveNumber (line 6285) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6297) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6343) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 6652) | function Tween( elem, options, prop, end, easing ) { function schedule (line 6775) | function schedule() { function createFxNow (line 6788) | function createFxNow() { function genFx (line 6796) | function genFx( type, includeWidth ) { function createTween (line 6816) | function createTween( value, prop, animation ) { function defaultPrefilter (line 6830) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7001) | function propFilter( props, specialEasing ) { function Animation (line 7038) | function Animation( elem, properties, options ) { function stripAndCollapse (line 7753) | function stripAndCollapse( value ) { function getClass (line 7759) | function getClass( elem ) { function buildParams (line 8383) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 8533) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8567) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8596) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8616) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8674) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9187) | function done( status, nativeStatusText, responses, headers ) { FILE: SpringbootSchoolShop/src/main/webapp/js/mqttws31.js function decodeMessage (line 413) | function decodeMessage(input) { function writeUint16 (line 483) | function writeUint16(input, buffer, offset) { function writeString (line 489) | function writeString(input, utf8Length, buffer, offset) { function readUint16 (line 495) | function readUint16(buffer, offset) { function encodeMBI (line 503) | function encodeMBI(number) { function UTF8Length (line 523) | function UTF8Length(input) { function stringToUTF8 (line 550) | function stringToUTF8(input, output, start) { function parseUTF8 (line 584) | function parseUTF8(input, offset, length) { method host (line 1728) | get host() { return this._getHost(); } method host (line 1729) | set host(newHost) { this._setHost(newHost); } method port (line 1731) | get port() { return this._getPort(); } method port (line 1732) | set port(newPort) { this._setPort(newPort); } method clientId (line 1734) | get clientId() { return this._getClientId(); } method clientId (line 1735) | set clientId(newClientId) { this._setClientId(newClientId); } method onConnectionLost (line 1737) | get onConnectionLost() { return this._getOnConnectionLost(); } method onConnectionLost (line 1738) | set onConnectionLost(newOnConnectionLost) { this._setOnConnectionLost(ne... method onMessageDelivered (line 1740) | get onMessageDelivered() { return this._getOnMessageDelivered(); } method onMessageDelivered (line 1741) | set onMessageDelivered(newOnMessageDelivered) { this._setOnMessageDelive... method onMessageArrived (line 1743) | get onMessageArrived() { return this._getOnMessageArrived(); } method onMessageArrived (line 1744) | set onMessageArrived(newOnMessageArrived) { this._setOnMessageArrived(ne... method payloadString (line 1855) | get payloadString() { return this._getPayloadString(); } method payloadBytes (line 1856) | get payloadBytes() { return this._getPayloadBytes(); } method destinationName (line 1858) | get destinationName() { return this._getDestinationName(); } method destinationName (line 1859) | set destinationName(newDestinationName) { this._setDestinationName(newDe... method qos (line 1861) | get qos() { return this._getQos(); } method qos (line 1862) | set qos(newQos) { this._setQos(newQos); } method retained (line 1864) | get retained() { return this._getRetained(); } method retained (line 1865) | set retained(newRetained) { this._setRetained(newRetained); } method duplicate (line 1867) | get duplicate() { return this._getDuplicate(); } method duplicate (line 1868) | set duplicate(newDuplicate) { this._setDuplicate(newDuplicate); } FILE: SpringbootSchoolShop/src/main/webapp/js/send.js function userListClick (line 164) | function userListClick() { function showMessage (line 204) | function showMessage(message) { function getChatList (line 226) | function getChatList(id) { function reGetChatUser (line 246) | function reGetChatUser(sendto) { function showChatList (line 263) | function showChatList(userlist) { FILE: SpringbootSchoolShop/src/main/webapp/js/shopcart.js function deleteCartGoods (line 51) | function deleteCartGoods(goodsid) { function updateCart (line 66) | function updateCart(goodsid, newNum) { function showcart (line 86) | function showcart() { function build_cart_table (line 100) | function build_cart_table(result) { FILE: SpringbootSchoolShop/src/main/webapp/js/userManage.js function to_page (line 41) | function to_page(path, page) { function build_user_table (line 62) | function build_user_table(path,result) { function build_page_info (line 84) | function build_page_info(path,result) { function build_page_nav (line 89) | function build_page_nav(path,result) { FILE: SpringbootSchoolShop/src/test/java/com/zhang/ssmschoolshop/SpringbootSchoolShopApplicationApplicationTests.java class SpringbootSchoolShopApplicationApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: db_springbootshopmaster.sql type `activity` (line 22) | CREATE TABLE `activity` ( type `address` (line 44) | CREATE TABLE `address` ( type `admin` (line 69) | CREATE TABLE `admin` ( type `category` (line 85) | CREATE TABLE `category` ( type `collection` (line 104) | CREATE TABLE `collection` ( type `comment` (line 126) | CREATE TABLE `comment` ( type `deliver` (line 149) | CREATE TABLE `deliver` ( type `goods` (line 166) | CREATE TABLE `goods` ( type `imagepath` (line 198) | CREATE TABLE `imagepath` ( type `indent` (line 232) | CREATE TABLE `indent` ( type `orderitem` (line 266) | CREATE TABLE `orderitem` ( type `shopcart` (line 295) | CREATE TABLE `shopcart` ( type `user` (line 315) | CREATE TABLE `user` ( FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/asd.java class asd (line 10) | public class asd { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/admin/ActivityController.java class ActivityController (line 23) | @Controller method showActivity (line 33) | @RequestMapping("/show") method showActivityJson (line 56) | @RequestMapping("/showjson") method showAddActivity (line 73) | @RequestMapping("/add") method addActivity (line 82) | @RequestMapping("/addResult") method updateActivity (line 90) | @RequestMapping("/update") method deleteActivity (line 104) | @RequestMapping("delete") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/admin/AdminOrderController.java class AdminOrderController (line 19) | @Controller method sendOrder (line 29) | @RequestMapping("/send") method sendGoods (line 83) | @RequestMapping("/sendGoods") method receiveOrder (line 96) | @RequestMapping("/receiver") method completeOrder (line 150) | @RequestMapping("/complete") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/admin/GoodsController.java class GoodsController (line 26) | @Controller method getAllGoods (line 33) | @RequestMapping("/showjson") method goodsManage (line 53) | @RequestMapping("/show") method showAdd (line 71) | @RequestMapping("/add") method updateGoods (line 90) | @RequestMapping(value = "/update", method = RequestMethod.POST) method deleteGoods (line 102) | @RequestMapping(value = "/delete/{goodsid}", method = RequestMethod.DE... method addGoods (line 109) | @RequestMapping("/addGoodsSuccess") method addcategory (line 135) | @RequestMapping("/addCategory") method addCategoryResult (line 155) | @RequestMapping("/addCategoryResult") method saveCate (line 171) | @RequestMapping("/saveCate") method deleteCate (line 183) | @RequestMapping("/deleteCate") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/admin/LoginController.java class LoginController (line 14) | @Controller method adminLogin (line 21) | @RequestMapping("/login") method confirmLogin (line 26) | @RequestMapping("/confirmLogin") method adminLogout (line 39) | @RequestMapping("/logout") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/admin/UserController.java class UserController (line 18) | @Controller method getAllGoods (line 25) | @RequestMapping("/showjson") method userManage (line 41) | @RequestMapping("/show") method deleteUser (line 46) | @RequestMapping(value = "/delete/{userid}", method = RequestMethod.DEL... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/front/CartController.java class CartController (line 21) | @Controller method addCart (line 30) | @RequestMapping("/addCart") method showCart (line 56) | @RequestMapping("/showcart") method getCart (line 65) | @RequestMapping("/cartjson") method deleteCart (line 92) | @RequestMapping(value = "/deleteCart/{goodsid}", method = RequestMetho... method updateCart (line 104) | @RequestMapping("/update") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/front/ChatController.java class ChatController (line 19) | @Controller method showChat (line 28) | @RequestMapping("/chat") method getChatTo (line 74) | @RequestMapping("/chatto") method getMessageInfo (line 116) | @RequestMapping("/getMessage") method frontChat (line 134) | @RequestMapping("/admin/chat") method adminChat (line 149) | @RequestMapping("/adminchat") method saveMessage (line 192) | @RequestMapping("/sendMessage") method showChatRobot (line 201) | @RequestMapping("/chatrobot") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/front/CustomerController.java class CustomerController (line 25) | @Controller method loginView (line 28) | @RequestMapping("/login") method register (line 36) | @RequestMapping("/register") method registerResult (line 41) | @RequestMapping("/registerresult") method loginConfirm (line 61) | @RequestMapping("/loginconfirm") method information (line 86) | @RequestMapping("/information") method saveInfo (line 102) | @RequestMapping("/saveInfo") method address (line 129) | @RequestMapping("/info/address") method saveAddr (line 144) | @RequestMapping("/saveAddr") method deleteAddr (line 152) | @RequestMapping("/deleteAddr") method insertAddr (line 159) | @RequestMapping("/insertAddr") method list (line 176) | @RequestMapping("/info/list") method deleteList (line 226) | @RequestMapping("/deleteList") method showFavorite (line 234) | @RequestMapping("/info/favorite") method savePsw (line 282) | @RequestMapping("/savePsw") method finishiList (line 293) | @RequestMapping("/finishList") method logout (line 303) | @RequestMapping("/logout") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/front/FrontGoodsController.java class FrontGoodsController (line 21) | @Controller method detailGoods (line 39) | @RequestMapping(value = "/detail",method = RequestMethod.GET) method searchGoods (line 100) | @RequestMapping(value = "/search", method = RequestMethod.GET) method collectGoods (line 144) | @RequestMapping("/collect") method deleteFavGoods (line 164) | @RequestMapping("/deleteCollect") method getCateGoods (line 178) | @RequestMapping("/category") method comment (line 237) | @RequestMapping("/comment") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/front/MainController.java class MainController (line 16) | @Controller method showAdmin (line 26) | @RequestMapping("/") method showAllGoods (line 58) | @RequestMapping("/main") method getCateGoods (line 87) | public List getCateGoods(String cate, Integer userid) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/front/OrderController.java class OrderController (line 19) | @Controller method showOrder (line 38) | @RequestMapping("/order") method orderFinish (line 99) | @RequestMapping("/orderFinish") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/controller/front/VerificationCodeImgController.java class VerificationCodeImgController (line 8) | @Controller method verificationcodeimg (line 10) | @RequestMapping("/verificationcodeimg") FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/ActivityMapper.java type ActivityMapper (line 10) | public interface ActivityMapper { method countByExample (line 11) | long countByExample(ActivityExample example); method deleteByExample (line 13) | int deleteByExample(ActivityExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer activityid); method insert (line 17) | int insert(Activity record); method insertSelective (line 19) | int insertSelective(Activity record); method selectByExample (line 21) | List selectByExample(ActivityExample example); method selectByPrimaryKey (line 23) | Activity selectByPrimaryKey(Integer activityid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Activity record, @Param(... method updateByExample (line 27) | int updateByExample(@Param("record") Activity record, @Param("example"... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Activity record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Activity record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/AddressMapper.java type AddressMapper (line 10) | public interface AddressMapper { method countByExample (line 11) | long countByExample(AddressExample example); method deleteByExample (line 13) | int deleteByExample(AddressExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer addressid); method insert (line 17) | int insert(Address record); method insertSelective (line 19) | int insertSelective(Address record); method selectByExample (line 21) | List
selectByExample(AddressExample example); method selectByPrimaryKey (line 23) | Address selectByPrimaryKey(Integer addressid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Address record, @Param("... method updateByExample (line 27) | int updateByExample(@Param("record") Address record, @Param("example")... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Address record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Address record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/AdminMapper.java type AdminMapper (line 9) | public interface AdminMapper { method countByExample (line 10) | long countByExample(AdminExample example); method deleteByExample (line 12) | int deleteByExample(AdminExample example); method deleteByPrimaryKey (line 14) | int deleteByPrimaryKey(Integer adminid); method insert (line 16) | int insert(Admin record); method insertSelective (line 18) | int insertSelective(Admin record); method selectByExample (line 20) | List selectByExample(AdminExample example); method selectByPrimaryKey (line 22) | Admin selectByPrimaryKey(Integer adminid); method selectByName (line 24) | Admin selectByName(Admin admin); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") Admin record, @Param("ex... method updateByExample (line 28) | int updateByExample(@Param("record") Admin record, @Param("example") A... method updateByPrimaryKeySelective (line 30) | int updateByPrimaryKeySelective(Admin record); method updateByPrimaryKey (line 32) | int updateByPrimaryKey(Admin record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/CategoryMapper.java type CategoryMapper (line 10) | public interface CategoryMapper { method countByExample (line 11) | long countByExample(CategoryExample example); method deleteByExample (line 13) | int deleteByExample(CategoryExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer cateid); method insert (line 17) | int insert(Category record); method insertSelective (line 19) | int insertSelective(Category record); method selectByExample (line 21) | List selectByExample(CategoryExample example); method selectByExampleLimit (line 23) | List selectByExampleLimit(CategoryExample example); method selectByPrimaryKey (line 25) | Category selectByPrimaryKey(Integer cateid); method updateByExampleSelective (line 27) | int updateByExampleSelective(@Param("record") Category record, @Param(... method updateByExample (line 29) | int updateByExample(@Param("record") Category record, @Param("example"... method updateByPrimaryKeySelective (line 31) | int updateByPrimaryKeySelective(Category record); method updateByPrimaryKey (line 33) | int updateByPrimaryKey(Category record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/ChatMapper.java type ChatMapper (line 10) | public interface ChatMapper { method countByExample (line 11) | long countByExample(ChatExample example); method deleteByExample (line 13) | int deleteByExample(ChatExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer chatid); method insert (line 17) | int insert(Chat record); method insertSelective (line 19) | int insertSelective(Chat record); method selectByExample (line 21) | List selectByExample(ChatExample example); method selectByPrimaryKey (line 23) | Chat selectByPrimaryKey(Integer chatid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Chat record, @Param("exa... method updateByExample (line 27) | int updateByExample(@Param("record") Chat record, @Param("example") Ch... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Chat record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Chat record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/CommentMapper.java type CommentMapper (line 10) | public interface CommentMapper { method countByExample (line 11) | long countByExample(CommentExample example); method deleteByExample (line 13) | int deleteByExample(CommentExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer commentid); method insert (line 17) | int insert(Comment record); method insertSelective (line 19) | int insertSelective(Comment record); method selectByExample (line 21) | List selectByExample(CommentExample example); method selectByPrimaryKey (line 23) | Comment selectByPrimaryKey(Integer commentid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Comment record, @Param("... method updateByExample (line 27) | int updateByExample(@Param("record") Comment record, @Param("example")... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Comment record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Comment record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/DeliverMapper.java type DeliverMapper (line 10) | public interface DeliverMapper { method countByExample (line 11) | long countByExample(DeliverExample example); method deleteByExample (line 13) | int deleteByExample(DeliverExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer deliverid); method insert (line 17) | int insert(Deliver record); method insertSelective (line 19) | int insertSelective(Deliver record); method selectByExample (line 21) | List selectByExample(DeliverExample example); method selectByPrimaryKey (line 23) | Deliver selectByPrimaryKey(Integer deliverid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Deliver record, @Param("... method updateByExample (line 27) | int updateByExample(@Param("record") Deliver record, @Param("example")... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Deliver record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Deliver record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/FavoriteMapper.java type FavoriteMapper (line 11) | public interface FavoriteMapper { method countByExample (line 12) | long countByExample(FavoriteExample example); method deleteByExample (line 14) | int deleteByExample(FavoriteExample example); method deleteByPrimaryKey (line 16) | int deleteByPrimaryKey(FavoriteKey key); method insert (line 18) | int insert(Favorite record); method insertSelective (line 20) | int insertSelective(Favorite record); method selectByExample (line 22) | List selectByExample(FavoriteExample example); method selectByPrimaryKey (line 24) | Favorite selectByPrimaryKey(FavoriteKey key); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") Favorite record, @Param(... method updateByExample (line 28) | int updateByExample(@Param("record") Favorite record, @Param("example"... method updateByPrimaryKeySelective (line 30) | int updateByPrimaryKeySelective(Favorite record); method updateByPrimaryKey (line 32) | int updateByPrimaryKey(Favorite record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/GoodsMapper.java type GoodsMapper (line 9) | public interface GoodsMapper { method countByExample (line 10) | long countByExample(GoodsExample example); method deleteByExample (line 12) | int deleteByExample(GoodsExample example); method deleteByPrimaryKey (line 14) | int deleteByPrimaryKey(Integer goodsid); method insert (line 16) | int insert(Goods record); method insertSelective (line 18) | int insertSelective(Goods record); method selectByExampleWithBLOBs (line 20) | List selectByExampleWithBLOBs(GoodsExample example); method selectByExample (line 22) | List selectByExample(GoodsExample example); method selectByPrimaryKey (line 24) | Goods selectByPrimaryKey(Integer goodsid); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") Goods record, @Param("ex... method updateByExampleWithBLOBs (line 28) | int updateByExampleWithBLOBs(@Param("record") Goods record, @Param("ex... method updateByExample (line 30) | int updateByExample(@Param("record") Goods record, @Param("example") G... method updateByPrimaryKeySelective (line 32) | int updateByPrimaryKeySelective(Goods record); method updateByPrimaryKeyWithBLOBs (line 34) | int updateByPrimaryKeyWithBLOBs(Goods record); method updateByPrimaryKey (line 36) | int updateByPrimaryKey(Goods record); method selectByExampleWithBLOBsLimit (line 38) | List selectByExampleWithBLOBsLimit(GoodsExample digGoodsExample); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/ImagePathMapper.java type ImagePathMapper (line 10) | public interface ImagePathMapper { method countByExample (line 11) | long countByExample(ImagePathExample example); method deleteByExample (line 13) | int deleteByExample(ImagePathExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer pathid); method insert (line 17) | int insert(ImagePath record); method insertSelective (line 19) | int insertSelective(ImagePath record); method selectByExample (line 21) | List selectByExample(ImagePathExample example); method selectByPrimaryKey (line 23) | ImagePath selectByPrimaryKey(Integer pathid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") ImagePath record, @Param... method updateByExample (line 27) | int updateByExample(@Param("record") ImagePath record, @Param("example... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(ImagePath record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(ImagePath record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/OrderItemMapper.java type OrderItemMapper (line 10) | public interface OrderItemMapper { method countByExample (line 11) | long countByExample(OrderItemExample example); method deleteByExample (line 13) | int deleteByExample(OrderItemExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer itemid); method insert (line 17) | int insert(OrderItem record); method insertSelective (line 19) | int insertSelective(OrderItem record); method selectByExample (line 21) | List selectByExample(OrderItemExample example); method selectByPrimaryKey (line 23) | OrderItem selectByPrimaryKey(Integer itemid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") OrderItem record, @Param... method updateByExample (line 27) | int updateByExample(@Param("record") OrderItem record, @Param("example... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(OrderItem record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(OrderItem record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/OrderMapper.java type OrderMapper (line 10) | public interface OrderMapper { method countByExample (line 11) | long countByExample(OrderExample example); method deleteByExample (line 13) | int deleteByExample(OrderExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer orderid); method insert (line 17) | int insert(Order record); method insertSelective (line 19) | int insertSelective(Order record); method selectByExample (line 21) | List selectByExample(OrderExample example); method selectByPrimaryKey (line 23) | Order selectByPrimaryKey(Integer orderid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") Order record, @Param("ex... method updateByExample (line 27) | int updateByExample(@Param("record") Order record, @Param("example") O... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(Order record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(Order record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/ShopCartMapper.java type ShopCartMapper (line 11) | public interface ShopCartMapper { method countByExample (line 12) | long countByExample(ShopCartExample example); method deleteByExample (line 14) | int deleteByExample(ShopCartExample example); method deleteByPrimaryKey (line 16) | int deleteByPrimaryKey(ShopCartKey key); method insert (line 18) | int insert(ShopCart record); method insertSelective (line 20) | int insertSelective(ShopCart record); method selectByExample (line 22) | List selectByExample(ShopCartExample example); method selectByPrimaryKey (line 24) | ShopCart selectByPrimaryKey(ShopCartKey key); method updateByExampleSelective (line 26) | int updateByExampleSelective(@Param("record") ShopCart record, @Param(... method updateByExample (line 28) | int updateByExample(@Param("record") ShopCart record, @Param("example"... method updateByPrimaryKeySelective (line 30) | int updateByPrimaryKeySelective(ShopCart record); method updateByPrimaryKey (line 32) | int updateByPrimaryKey(ShopCart record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/dao/UserMapper.java type UserMapper (line 10) | public interface UserMapper { method countByExample (line 11) | long countByExample(UserExample example); method deleteByExample (line 13) | int deleteByExample(UserExample example); method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Integer userid); method insert (line 17) | int insert(User record); method insertSelective (line 19) | int insertSelective(User record); method selectByExample (line 21) | List selectByExample(UserExample example); method selectByPrimaryKey (line 23) | User selectByPrimaryKey(Integer userid); method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") User record, @Param("exa... method updateByExample (line 27) | int updateByExample(@Param("record") User record, @Param("example") Us... method updateByPrimaryKeySelective (line 29) | int updateByPrimaryKeySelective(User record); method updateByPrimaryKey (line 31) | int updateByPrimaryKey(User record); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Activity.java class Activity (line 6) | public class Activity { method getActivityid (line 23) | public Integer getActivityid() { method setActivityid (line 27) | public void setActivityid(Integer activityid) { method getActivityname (line 31) | public String getActivityname() { method setActivityname (line 35) | public void setActivityname(String activityname) { method getActivitydes (line 39) | public String getActivitydes() { method setActivitydes (line 43) | public void setActivitydes(String activitydes) { method getDiscount (line 47) | public Float getDiscount() { method setDiscount (line 51) | public void setDiscount(Float discount) { method getFullprice (line 55) | public Integer getFullprice() { method setFullprice (line 59) | public void setFullprice(Integer fullprice) { method getReduceprice (line 63) | public Integer getReduceprice() { method setReduceprice (line 67) | public void setReduceprice(Integer reduceprice) { method getFullnum (line 71) | public Integer getFullnum() { method setFullnum (line 75) | public void setFullnum(Integer fullnum) { method getReducenum (line 79) | public Integer getReducenum() { method setReducenum (line 83) | public void setReducenum(Integer reducenum) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/ActivityExample.java class ActivityExample (line 6) | public class ActivityExample { method ActivityExample (line 13) | public ActivityExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andActivityidIsNull (line 107) | public Criteria andActivityidIsNull() { method andActivityidIsNotNull (line 112) | public Criteria andActivityidIsNotNull() { method andActivityidEqualTo (line 117) | public Criteria andActivityidEqualTo(Integer value) { method andActivityidNotEqualTo (line 122) | public Criteria andActivityidNotEqualTo(Integer value) { method andActivityidGreaterThan (line 127) | public Criteria andActivityidGreaterThan(Integer value) { method andActivityidGreaterThanOrEqualTo (line 132) | public Criteria andActivityidGreaterThanOrEqualTo(Integer value) { method andActivityidLessThan (line 137) | public Criteria andActivityidLessThan(Integer value) { method andActivityidLessThanOrEqualTo (line 142) | public Criteria andActivityidLessThanOrEqualTo(Integer value) { method andActivityidIn (line 147) | public Criteria andActivityidIn(List values) { method andActivityidNotIn (line 152) | public Criteria andActivityidNotIn(List values) { method andActivityidBetween (line 157) | public Criteria andActivityidBetween(Integer value1, Integer value2) { method andActivityidNotBetween (line 162) | public Criteria andActivityidNotBetween(Integer value1, Integer valu... method andActivitynameIsNull (line 167) | public Criteria andActivitynameIsNull() { method andActivitynameIsNotNull (line 172) | public Criteria andActivitynameIsNotNull() { method andActivitynameEqualTo (line 177) | public Criteria andActivitynameEqualTo(String value) { method andActivitynameNotEqualTo (line 182) | public Criteria andActivitynameNotEqualTo(String value) { method andActivitynameGreaterThan (line 187) | public Criteria andActivitynameGreaterThan(String value) { method andActivitynameGreaterThanOrEqualTo (line 192) | public Criteria andActivitynameGreaterThanOrEqualTo(String value) { method andActivitynameLessThan (line 197) | public Criteria andActivitynameLessThan(String value) { method andActivitynameLessThanOrEqualTo (line 202) | public Criteria andActivitynameLessThanOrEqualTo(String value) { method andActivitynameLike (line 207) | public Criteria andActivitynameLike(String value) { method andActivitynameNotLike (line 212) | public Criteria andActivitynameNotLike(String value) { method andActivitynameIn (line 217) | public Criteria andActivitynameIn(List values) { method andActivitynameNotIn (line 222) | public Criteria andActivitynameNotIn(List values) { method andActivitynameBetween (line 227) | public Criteria andActivitynameBetween(String value1, String value2) { method andActivitynameNotBetween (line 232) | public Criteria andActivitynameNotBetween(String value1, String valu... method andActivitydesIsNull (line 237) | public Criteria andActivitydesIsNull() { method andActivitydesIsNotNull (line 242) | public Criteria andActivitydesIsNotNull() { method andActivitydesEqualTo (line 247) | public Criteria andActivitydesEqualTo(String value) { method andActivitydesNotEqualTo (line 252) | public Criteria andActivitydesNotEqualTo(String value) { method andActivitydesGreaterThan (line 257) | public Criteria andActivitydesGreaterThan(String value) { method andActivitydesGreaterThanOrEqualTo (line 262) | public Criteria andActivitydesGreaterThanOrEqualTo(String value) { method andActivitydesLessThan (line 267) | public Criteria andActivitydesLessThan(String value) { method andActivitydesLessThanOrEqualTo (line 272) | public Criteria andActivitydesLessThanOrEqualTo(String value) { method andActivitydesLike (line 277) | public Criteria andActivitydesLike(String value) { method andActivitydesNotLike (line 282) | public Criteria andActivitydesNotLike(String value) { method andActivitydesIn (line 287) | public Criteria andActivitydesIn(List values) { method andActivitydesNotIn (line 292) | public Criteria andActivitydesNotIn(List values) { method andActivitydesBetween (line 297) | public Criteria andActivitydesBetween(String value1, String value2) { method andActivitydesNotBetween (line 302) | public Criteria andActivitydesNotBetween(String value1, String value... method andDiscountIsNull (line 307) | public Criteria andDiscountIsNull() { method andDiscountIsNotNull (line 312) | public Criteria andDiscountIsNotNull() { method andDiscountEqualTo (line 317) | public Criteria andDiscountEqualTo(Float value) { method andDiscountNotEqualTo (line 322) | public Criteria andDiscountNotEqualTo(Float value) { method andDiscountGreaterThan (line 327) | public Criteria andDiscountGreaterThan(Float value) { method andDiscountGreaterThanOrEqualTo (line 332) | public Criteria andDiscountGreaterThanOrEqualTo(Float value) { method andDiscountLessThan (line 337) | public Criteria andDiscountLessThan(Float value) { method andDiscountLessThanOrEqualTo (line 342) | public Criteria andDiscountLessThanOrEqualTo(Float value) { method andDiscountIn (line 347) | public Criteria andDiscountIn(List values) { method andDiscountNotIn (line 352) | public Criteria andDiscountNotIn(List values) { method andDiscountBetween (line 357) | public Criteria andDiscountBetween(Float value1, Float value2) { method andDiscountNotBetween (line 362) | public Criteria andDiscountNotBetween(Float value1, Float value2) { method andFullpriceIsNull (line 367) | public Criteria andFullpriceIsNull() { method andFullpriceIsNotNull (line 372) | public Criteria andFullpriceIsNotNull() { method andFullpriceEqualTo (line 377) | public Criteria andFullpriceEqualTo(Integer value) { method andFullpriceNotEqualTo (line 382) | public Criteria andFullpriceNotEqualTo(Integer value) { method andFullpriceGreaterThan (line 387) | public Criteria andFullpriceGreaterThan(Integer value) { method andFullpriceGreaterThanOrEqualTo (line 392) | public Criteria andFullpriceGreaterThanOrEqualTo(Integer value) { method andFullpriceLessThan (line 397) | public Criteria andFullpriceLessThan(Integer value) { method andFullpriceLessThanOrEqualTo (line 402) | public Criteria andFullpriceLessThanOrEqualTo(Integer value) { method andFullpriceIn (line 407) | public Criteria andFullpriceIn(List values) { method andFullpriceNotIn (line 412) | public Criteria andFullpriceNotIn(List values) { method andFullpriceBetween (line 417) | public Criteria andFullpriceBetween(Integer value1, Integer value2) { method andFullpriceNotBetween (line 422) | public Criteria andFullpriceNotBetween(Integer value1, Integer value... method andReducepriceIsNull (line 427) | public Criteria andReducepriceIsNull() { method andReducepriceIsNotNull (line 432) | public Criteria andReducepriceIsNotNull() { method andReducepriceEqualTo (line 437) | public Criteria andReducepriceEqualTo(Integer value) { method andReducepriceNotEqualTo (line 442) | public Criteria andReducepriceNotEqualTo(Integer value) { method andReducepriceGreaterThan (line 447) | public Criteria andReducepriceGreaterThan(Integer value) { method andReducepriceGreaterThanOrEqualTo (line 452) | public Criteria andReducepriceGreaterThanOrEqualTo(Integer value) { method andReducepriceLessThan (line 457) | public Criteria andReducepriceLessThan(Integer value) { method andReducepriceLessThanOrEqualTo (line 462) | public Criteria andReducepriceLessThanOrEqualTo(Integer value) { method andReducepriceIn (line 467) | public Criteria andReducepriceIn(List values) { method andReducepriceNotIn (line 472) | public Criteria andReducepriceNotIn(List values) { method andReducepriceBetween (line 477) | public Criteria andReducepriceBetween(Integer value1, Integer value2) { method andReducepriceNotBetween (line 482) | public Criteria andReducepriceNotBetween(Integer value1, Integer val... method andFullnumIsNull (line 487) | public Criteria andFullnumIsNull() { method andFullnumIsNotNull (line 492) | public Criteria andFullnumIsNotNull() { method andFullnumEqualTo (line 497) | public Criteria andFullnumEqualTo(Integer value) { method andFullnumNotEqualTo (line 502) | public Criteria andFullnumNotEqualTo(Integer value) { method andFullnumGreaterThan (line 507) | public Criteria andFullnumGreaterThan(Integer value) { method andFullnumGreaterThanOrEqualTo (line 512) | public Criteria andFullnumGreaterThanOrEqualTo(Integer value) { method andFullnumLessThan (line 517) | public Criteria andFullnumLessThan(Integer value) { method andFullnumLessThanOrEqualTo (line 522) | public Criteria andFullnumLessThanOrEqualTo(Integer value) { method andFullnumIn (line 527) | public Criteria andFullnumIn(List values) { method andFullnumNotIn (line 532) | public Criteria andFullnumNotIn(List values) { method andFullnumBetween (line 537) | public Criteria andFullnumBetween(Integer value1, Integer value2) { method andFullnumNotBetween (line 542) | public Criteria andFullnumNotBetween(Integer value1, Integer value2) { method andReducenumIsNull (line 547) | public Criteria andReducenumIsNull() { method andReducenumIsNotNull (line 552) | public Criteria andReducenumIsNotNull() { method andReducenumEqualTo (line 557) | public Criteria andReducenumEqualTo(Integer value) { method andReducenumNotEqualTo (line 562) | public Criteria andReducenumNotEqualTo(Integer value) { method andReducenumGreaterThan (line 567) | public Criteria andReducenumGreaterThan(Integer value) { method andReducenumGreaterThanOrEqualTo (line 572) | public Criteria andReducenumGreaterThanOrEqualTo(Integer value) { method andReducenumLessThan (line 577) | public Criteria andReducenumLessThan(Integer value) { method andReducenumLessThanOrEqualTo (line 582) | public Criteria andReducenumLessThanOrEqualTo(Integer value) { method andReducenumIn (line 587) | public Criteria andReducenumIn(List values) { method andReducenumNotIn (line 592) | public Criteria andReducenumNotIn(List values) { method andReducenumBetween (line 597) | public Criteria andReducenumBetween(Integer value1, Integer value2) { method andReducenumNotBetween (line 602) | public Criteria andReducenumNotBetween(Integer value1, Integer value... class Criteria (line 608) | public static class Criteria extends GeneratedCriteria { method Criteria (line 610) | protected Criteria() { class Criterion (line 615) | public static class Criterion { method getCondition (line 632) | public String getCondition() { method getValue (line 636) | public Object getValue() { method getSecondValue (line 640) | public Object getSecondValue() { method isNoValue (line 644) | public boolean isNoValue() { method isSingleValue (line 648) | public boolean isSingleValue() { method isBetweenValue (line 652) | public boolean isBetweenValue() { method isListValue (line 656) | public boolean isListValue() { method getTypeHandler (line 660) | public String getTypeHandler() { method Criterion (line 664) | protected Criterion(String condition) { method Criterion (line 671) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 683) | protected Criterion(String condition, Object value) { method Criterion (line 687) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 696) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Address.java class Address (line 3) | public class Address { method getAddressid (line 20) | public Integer getAddressid() { method setAddressid (line 24) | public void setAddressid(Integer addressid) { method getUserid (line 28) | public Integer getUserid() { method setUserid (line 32) | public void setUserid(Integer userid) { method getProvince (line 36) | public String getProvince() { method setProvince (line 40) | public void setProvince(String province) { method getCity (line 44) | public String getCity() { method setCity (line 48) | public void setCity(String city) { method getCounty (line 52) | public String getCounty() { method setCounty (line 56) | public void setCounty(String county) { method getDetailaddr (line 60) | public String getDetailaddr() { method setDetailaddr (line 64) | public void setDetailaddr(String detailaddr) { method getConname (line 68) | public String getConname() { method setConname (line 72) | public void setConname(String conname) { method getContel (line 76) | public String getContel() { method setContel (line 80) | public void setContel(String contel) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/AddressExample.java class AddressExample (line 6) | public class AddressExample { method AddressExample (line 13) | public AddressExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andAddressidIsNull (line 107) | public Criteria andAddressidIsNull() { method andAddressidIsNotNull (line 112) | public Criteria andAddressidIsNotNull() { method andAddressidEqualTo (line 117) | public Criteria andAddressidEqualTo(Integer value) { method andAddressidNotEqualTo (line 122) | public Criteria andAddressidNotEqualTo(Integer value) { method andAddressidGreaterThan (line 127) | public Criteria andAddressidGreaterThan(Integer value) { method andAddressidGreaterThanOrEqualTo (line 132) | public Criteria andAddressidGreaterThanOrEqualTo(Integer value) { method andAddressidLessThan (line 137) | public Criteria andAddressidLessThan(Integer value) { method andAddressidLessThanOrEqualTo (line 142) | public Criteria andAddressidLessThanOrEqualTo(Integer value) { method andAddressidIn (line 147) | public Criteria andAddressidIn(List values) { method andAddressidNotIn (line 152) | public Criteria andAddressidNotIn(List values) { method andAddressidBetween (line 157) | public Criteria andAddressidBetween(Integer value1, Integer value2) { method andAddressidNotBetween (line 162) | public Criteria andAddressidNotBetween(Integer value1, Integer value... method andUseridIsNull (line 167) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 172) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 177) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 182) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 187) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 192) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 197) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 202) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 207) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 212) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 217) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 222) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andProvinceIsNull (line 227) | public Criteria andProvinceIsNull() { method andProvinceIsNotNull (line 232) | public Criteria andProvinceIsNotNull() { method andProvinceEqualTo (line 237) | public Criteria andProvinceEqualTo(String value) { method andProvinceNotEqualTo (line 242) | public Criteria andProvinceNotEqualTo(String value) { method andProvinceGreaterThan (line 247) | public Criteria andProvinceGreaterThan(String value) { method andProvinceGreaterThanOrEqualTo (line 252) | public Criteria andProvinceGreaterThanOrEqualTo(String value) { method andProvinceLessThan (line 257) | public Criteria andProvinceLessThan(String value) { method andProvinceLessThanOrEqualTo (line 262) | public Criteria andProvinceLessThanOrEqualTo(String value) { method andProvinceLike (line 267) | public Criteria andProvinceLike(String value) { method andProvinceNotLike (line 272) | public Criteria andProvinceNotLike(String value) { method andProvinceIn (line 277) | public Criteria andProvinceIn(List values) { method andProvinceNotIn (line 282) | public Criteria andProvinceNotIn(List values) { method andProvinceBetween (line 287) | public Criteria andProvinceBetween(String value1, String value2) { method andProvinceNotBetween (line 292) | public Criteria andProvinceNotBetween(String value1, String value2) { method andCityIsNull (line 297) | public Criteria andCityIsNull() { method andCityIsNotNull (line 302) | public Criteria andCityIsNotNull() { method andCityEqualTo (line 307) | public Criteria andCityEqualTo(String value) { method andCityNotEqualTo (line 312) | public Criteria andCityNotEqualTo(String value) { method andCityGreaterThan (line 317) | public Criteria andCityGreaterThan(String value) { method andCityGreaterThanOrEqualTo (line 322) | public Criteria andCityGreaterThanOrEqualTo(String value) { method andCityLessThan (line 327) | public Criteria andCityLessThan(String value) { method andCityLessThanOrEqualTo (line 332) | public Criteria andCityLessThanOrEqualTo(String value) { method andCityLike (line 337) | public Criteria andCityLike(String value) { method andCityNotLike (line 342) | public Criteria andCityNotLike(String value) { method andCityIn (line 347) | public Criteria andCityIn(List values) { method andCityNotIn (line 352) | public Criteria andCityNotIn(List values) { method andCityBetween (line 357) | public Criteria andCityBetween(String value1, String value2) { method andCityNotBetween (line 362) | public Criteria andCityNotBetween(String value1, String value2) { method andCountyIsNull (line 367) | public Criteria andCountyIsNull() { method andCountyIsNotNull (line 372) | public Criteria andCountyIsNotNull() { method andCountyEqualTo (line 377) | public Criteria andCountyEqualTo(String value) { method andCountyNotEqualTo (line 382) | public Criteria andCountyNotEqualTo(String value) { method andCountyGreaterThan (line 387) | public Criteria andCountyGreaterThan(String value) { method andCountyGreaterThanOrEqualTo (line 392) | public Criteria andCountyGreaterThanOrEqualTo(String value) { method andCountyLessThan (line 397) | public Criteria andCountyLessThan(String value) { method andCountyLessThanOrEqualTo (line 402) | public Criteria andCountyLessThanOrEqualTo(String value) { method andCountyLike (line 407) | public Criteria andCountyLike(String value) { method andCountyNotLike (line 412) | public Criteria andCountyNotLike(String value) { method andCountyIn (line 417) | public Criteria andCountyIn(List values) { method andCountyNotIn (line 422) | public Criteria andCountyNotIn(List values) { method andCountyBetween (line 427) | public Criteria andCountyBetween(String value1, String value2) { method andCountyNotBetween (line 432) | public Criteria andCountyNotBetween(String value1, String value2) { method andDetailaddrIsNull (line 437) | public Criteria andDetailaddrIsNull() { method andDetailaddrIsNotNull (line 442) | public Criteria andDetailaddrIsNotNull() { method andDetailaddrEqualTo (line 447) | public Criteria andDetailaddrEqualTo(String value) { method andDetailaddrNotEqualTo (line 452) | public Criteria andDetailaddrNotEqualTo(String value) { method andDetailaddrGreaterThan (line 457) | public Criteria andDetailaddrGreaterThan(String value) { method andDetailaddrGreaterThanOrEqualTo (line 462) | public Criteria andDetailaddrGreaterThanOrEqualTo(String value) { method andDetailaddrLessThan (line 467) | public Criteria andDetailaddrLessThan(String value) { method andDetailaddrLessThanOrEqualTo (line 472) | public Criteria andDetailaddrLessThanOrEqualTo(String value) { method andDetailaddrLike (line 477) | public Criteria andDetailaddrLike(String value) { method andDetailaddrNotLike (line 482) | public Criteria andDetailaddrNotLike(String value) { method andDetailaddrIn (line 487) | public Criteria andDetailaddrIn(List values) { method andDetailaddrNotIn (line 492) | public Criteria andDetailaddrNotIn(List values) { method andDetailaddrBetween (line 497) | public Criteria andDetailaddrBetween(String value1, String value2) { method andDetailaddrNotBetween (line 502) | public Criteria andDetailaddrNotBetween(String value1, String value2) { method andConnameIsNull (line 507) | public Criteria andConnameIsNull() { method andConnameIsNotNull (line 512) | public Criteria andConnameIsNotNull() { method andConnameEqualTo (line 517) | public Criteria andConnameEqualTo(String value) { method andConnameNotEqualTo (line 522) | public Criteria andConnameNotEqualTo(String value) { method andConnameGreaterThan (line 527) | public Criteria andConnameGreaterThan(String value) { method andConnameGreaterThanOrEqualTo (line 532) | public Criteria andConnameGreaterThanOrEqualTo(String value) { method andConnameLessThan (line 537) | public Criteria andConnameLessThan(String value) { method andConnameLessThanOrEqualTo (line 542) | public Criteria andConnameLessThanOrEqualTo(String value) { method andConnameLike (line 547) | public Criteria andConnameLike(String value) { method andConnameNotLike (line 552) | public Criteria andConnameNotLike(String value) { method andConnameIn (line 557) | public Criteria andConnameIn(List values) { method andConnameNotIn (line 562) | public Criteria andConnameNotIn(List values) { method andConnameBetween (line 567) | public Criteria andConnameBetween(String value1, String value2) { method andConnameNotBetween (line 572) | public Criteria andConnameNotBetween(String value1, String value2) { method andContelIsNull (line 577) | public Criteria andContelIsNull() { method andContelIsNotNull (line 582) | public Criteria andContelIsNotNull() { method andContelEqualTo (line 587) | public Criteria andContelEqualTo(String value) { method andContelNotEqualTo (line 592) | public Criteria andContelNotEqualTo(String value) { method andContelGreaterThan (line 597) | public Criteria andContelGreaterThan(String value) { method andContelGreaterThanOrEqualTo (line 602) | public Criteria andContelGreaterThanOrEqualTo(String value) { method andContelLessThan (line 607) | public Criteria andContelLessThan(String value) { method andContelLessThanOrEqualTo (line 612) | public Criteria andContelLessThanOrEqualTo(String value) { method andContelLike (line 617) | public Criteria andContelLike(String value) { method andContelNotLike (line 622) | public Criteria andContelNotLike(String value) { method andContelIn (line 627) | public Criteria andContelIn(List values) { method andContelNotIn (line 632) | public Criteria andContelNotIn(List values) { method andContelBetween (line 637) | public Criteria andContelBetween(String value1, String value2) { method andContelNotBetween (line 642) | public Criteria andContelNotBetween(String value1, String value2) { class Criteria (line 648) | public static class Criteria extends GeneratedCriteria { method Criteria (line 650) | protected Criteria() { class Criterion (line 655) | public static class Criterion { method getCondition (line 672) | public String getCondition() { method getValue (line 676) | public Object getValue() { method getSecondValue (line 680) | public Object getSecondValue() { method isNoValue (line 684) | public boolean isNoValue() { method isSingleValue (line 688) | public boolean isSingleValue() { method isBetweenValue (line 692) | public boolean isBetweenValue() { method isListValue (line 696) | public boolean isListValue() { method getTypeHandler (line 700) | public String getTypeHandler() { method Criterion (line 704) | protected Criterion(String condition) { method Criterion (line 711) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 723) | protected Criterion(String condition, Object value) { method Criterion (line 727) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 736) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Admin.java class Admin (line 3) | public class Admin { method Admin (line 10) | public Admin(Integer adminid, String adminname, String password) { method Admin (line 16) | public Admin() { method getAdminid (line 19) | public Integer getAdminid() { method setAdminid (line 23) | public void setAdminid(Integer adminid) { method getAdminname (line 27) | public String getAdminname() { method setAdminname (line 31) | public void setAdminname(String adminname) { method getPassword (line 35) | public String getPassword() { method setPassword (line 39) | public void setPassword(String password) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/AdminExample.java class AdminExample (line 6) | public class AdminExample { method AdminExample (line 13) | public AdminExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andAdminidIsNull (line 107) | public Criteria andAdminidIsNull() { method andAdminidIsNotNull (line 112) | public Criteria andAdminidIsNotNull() { method andAdminidEqualTo (line 117) | public Criteria andAdminidEqualTo(Integer value) { method andAdminidNotEqualTo (line 122) | public Criteria andAdminidNotEqualTo(Integer value) { method andAdminidGreaterThan (line 127) | public Criteria andAdminidGreaterThan(Integer value) { method andAdminidGreaterThanOrEqualTo (line 132) | public Criteria andAdminidGreaterThanOrEqualTo(Integer value) { method andAdminidLessThan (line 137) | public Criteria andAdminidLessThan(Integer value) { method andAdminidLessThanOrEqualTo (line 142) | public Criteria andAdminidLessThanOrEqualTo(Integer value) { method andAdminidIn (line 147) | public Criteria andAdminidIn(List values) { method andAdminidNotIn (line 152) | public Criteria andAdminidNotIn(List values) { method andAdminidBetween (line 157) | public Criteria andAdminidBetween(Integer value1, Integer value2) { method andAdminidNotBetween (line 162) | public Criteria andAdminidNotBetween(Integer value1, Integer value2) { method andAdminnameIsNull (line 167) | public Criteria andAdminnameIsNull() { method andAdminnameIsNotNull (line 172) | public Criteria andAdminnameIsNotNull() { method andAdminnameEqualTo (line 177) | public Criteria andAdminnameEqualTo(String value) { method andAdminnameNotEqualTo (line 182) | public Criteria andAdminnameNotEqualTo(String value) { method andAdminnameGreaterThan (line 187) | public Criteria andAdminnameGreaterThan(String value) { method andAdminnameGreaterThanOrEqualTo (line 192) | public Criteria andAdminnameGreaterThanOrEqualTo(String value) { method andAdminnameLessThan (line 197) | public Criteria andAdminnameLessThan(String value) { method andAdminnameLessThanOrEqualTo (line 202) | public Criteria andAdminnameLessThanOrEqualTo(String value) { method andAdminnameLike (line 207) | public Criteria andAdminnameLike(String value) { method andAdminnameNotLike (line 212) | public Criteria andAdminnameNotLike(String value) { method andAdminnameIn (line 217) | public Criteria andAdminnameIn(List values) { method andAdminnameNotIn (line 222) | public Criteria andAdminnameNotIn(List values) { method andAdminnameBetween (line 227) | public Criteria andAdminnameBetween(String value1, String value2) { method andAdminnameNotBetween (line 232) | public Criteria andAdminnameNotBetween(String value1, String value2) { method andPasswordIsNull (line 237) | public Criteria andPasswordIsNull() { method andPasswordIsNotNull (line 242) | public Criteria andPasswordIsNotNull() { method andPasswordEqualTo (line 247) | public Criteria andPasswordEqualTo(String value) { method andPasswordNotEqualTo (line 252) | public Criteria andPasswordNotEqualTo(String value) { method andPasswordGreaterThan (line 257) | public Criteria andPasswordGreaterThan(String value) { method andPasswordGreaterThanOrEqualTo (line 262) | public Criteria andPasswordGreaterThanOrEqualTo(String value) { method andPasswordLessThan (line 267) | public Criteria andPasswordLessThan(String value) { method andPasswordLessThanOrEqualTo (line 272) | public Criteria andPasswordLessThanOrEqualTo(String value) { method andPasswordLike (line 277) | public Criteria andPasswordLike(String value) { method andPasswordNotLike (line 282) | public Criteria andPasswordNotLike(String value) { method andPasswordIn (line 287) | public Criteria andPasswordIn(List values) { method andPasswordNotIn (line 292) | public Criteria andPasswordNotIn(List values) { method andPasswordBetween (line 297) | public Criteria andPasswordBetween(String value1, String value2) { method andPasswordNotBetween (line 302) | public Criteria andPasswordNotBetween(String value1, String value2) { class Criteria (line 308) | public static class Criteria extends GeneratedCriteria { method Criteria (line 310) | protected Criteria() { class Criterion (line 315) | public static class Criterion { method getCondition (line 332) | public String getCondition() { method getValue (line 336) | public Object getValue() { method getSecondValue (line 340) | public Object getSecondValue() { method isNoValue (line 344) | public boolean isNoValue() { method isSingleValue (line 348) | public boolean isSingleValue() { method isBetweenValue (line 352) | public boolean isBetweenValue() { method isListValue (line 356) | public boolean isListValue() { method getTypeHandler (line 360) | public String getTypeHandler() { method Criterion (line 364) | protected Criterion(String condition) { method Criterion (line 371) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 383) | protected Criterion(String condition, Object value) { method Criterion (line 387) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 396) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Category.java class Category (line 3) | public class Category { method getCateid (line 8) | public Integer getCateid() { method setCateid (line 12) | public void setCateid(Integer cateid) { method getCatename (line 16) | public String getCatename() { method setCatename (line 20) | public void setCatename(String catename) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/CategoryExample.java class CategoryExample (line 6) | public class CategoryExample { method CategoryExample (line 13) | public CategoryExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andCateidIsNull (line 107) | public Criteria andCateidIsNull() { method andCateidIsNotNull (line 112) | public Criteria andCateidIsNotNull() { method andCateidEqualTo (line 117) | public Criteria andCateidEqualTo(Integer value) { method andCateidNotEqualTo (line 122) | public Criteria andCateidNotEqualTo(Integer value) { method andCateidGreaterThan (line 127) | public Criteria andCateidGreaterThan(Integer value) { method andCateidGreaterThanOrEqualTo (line 132) | public Criteria andCateidGreaterThanOrEqualTo(Integer value) { method andCateidLessThan (line 137) | public Criteria andCateidLessThan(Integer value) { method andCateidLessThanOrEqualTo (line 142) | public Criteria andCateidLessThanOrEqualTo(Integer value) { method andCateidIn (line 147) | public Criteria andCateidIn(List values) { method andCateidNotIn (line 152) | public Criteria andCateidNotIn(List values) { method andCateidBetween (line 157) | public Criteria andCateidBetween(Integer value1, Integer value2) { method andCateidNotBetween (line 162) | public Criteria andCateidNotBetween(Integer value1, Integer value2) { method andCatenameIsNull (line 167) | public Criteria andCatenameIsNull() { method andCatenameIsNotNull (line 172) | public Criteria andCatenameIsNotNull() { method andCatenameEqualTo (line 177) | public Criteria andCatenameEqualTo(String value) { method andCatenameNotEqualTo (line 182) | public Criteria andCatenameNotEqualTo(String value) { method andCatenameGreaterThan (line 187) | public Criteria andCatenameGreaterThan(String value) { method andCatenameGreaterThanOrEqualTo (line 192) | public Criteria andCatenameGreaterThanOrEqualTo(String value) { method andCatenameLessThan (line 197) | public Criteria andCatenameLessThan(String value) { method andCatenameLessThanOrEqualTo (line 202) | public Criteria andCatenameLessThanOrEqualTo(String value) { method andCatenameLike (line 207) | public Criteria andCatenameLike(String value) { method andCatenameNotLike (line 212) | public Criteria andCatenameNotLike(String value) { method andCatenameIn (line 217) | public Criteria andCatenameIn(List values) { method andCatenameNotIn (line 222) | public Criteria andCatenameNotIn(List values) { method andCatenameBetween (line 227) | public Criteria andCatenameBetween(String value1, String value2) { method andCatenameNotBetween (line 232) | public Criteria andCatenameNotBetween(String value1, String value2) { class Criteria (line 238) | public static class Criteria extends GeneratedCriteria { method Criteria (line 240) | protected Criteria() { class Criterion (line 245) | public static class Criterion { method getCondition (line 262) | public String getCondition() { method getValue (line 266) | public Object getValue() { method getSecondValue (line 270) | public Object getSecondValue() { method isNoValue (line 274) | public boolean isNoValue() { method isSingleValue (line 278) | public boolean isSingleValue() { method isBetweenValue (line 282) | public boolean isBetweenValue() { method isListValue (line 286) | public boolean isListValue() { method getTypeHandler (line 290) | public String getTypeHandler() { method Criterion (line 294) | protected Criterion(String condition) { method Criterion (line 301) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 313) | protected Criterion(String condition, Object value) { method Criterion (line 317) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 326) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Chat.java class Chat (line 8) | public class Chat { method getChatid (line 19) | public Integer getChatid() { method setChatid (line 23) | public void setChatid(Integer chatid) { method getSenduser (line 27) | public Integer getSenduser() { method setSenduser (line 31) | public void setSenduser(Integer senduser) { method getReceiveuser (line 35) | public Integer getReceiveuser() { method setReceiveuser (line 39) | public void setReceiveuser(Integer receiveuser) { method getMsgcontent (line 43) | public String getMsgcontent() { method setMsgcontent (line 47) | public void setMsgcontent(String msgcontent) { method getMsgtime (line 51) | public Date getMsgtime() { method setMsgtime (line 55) | public void setMsgtime(Date msgtime) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/ChatExample.java class ChatExample (line 7) | public class ChatExample { method ChatExample (line 14) | public ChatExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andChatidIsNull (line 108) | public Criteria andChatidIsNull() { method andChatidIsNotNull (line 113) | public Criteria andChatidIsNotNull() { method andChatidEqualTo (line 118) | public Criteria andChatidEqualTo(Integer value) { method andChatidNotEqualTo (line 123) | public Criteria andChatidNotEqualTo(Integer value) { method andChatidGreaterThan (line 128) | public Criteria andChatidGreaterThan(Integer value) { method andChatidGreaterThanOrEqualTo (line 133) | public Criteria andChatidGreaterThanOrEqualTo(Integer value) { method andChatidLessThan (line 138) | public Criteria andChatidLessThan(Integer value) { method andChatidLessThanOrEqualTo (line 143) | public Criteria andChatidLessThanOrEqualTo(Integer value) { method andChatidIn (line 148) | public Criteria andChatidIn(List values) { method andChatidNotIn (line 153) | public Criteria andChatidNotIn(List values) { method andChatidBetween (line 158) | public Criteria andChatidBetween(Integer value1, Integer value2) { method andChatidNotBetween (line 163) | public Criteria andChatidNotBetween(Integer value1, Integer value2) { method andSenduserIsNull (line 168) | public Criteria andSenduserIsNull() { method andSenduserIsNotNull (line 173) | public Criteria andSenduserIsNotNull() { method andSenduserEqualTo (line 178) | public Criteria andSenduserEqualTo(Integer value) { method andSenduserNotEqualTo (line 183) | public Criteria andSenduserNotEqualTo(Integer value) { method andSenduserGreaterThan (line 188) | public Criteria andSenduserGreaterThan(Integer value) { method andSenduserGreaterThanOrEqualTo (line 193) | public Criteria andSenduserGreaterThanOrEqualTo(Integer value) { method andSenduserLessThan (line 198) | public Criteria andSenduserLessThan(Integer value) { method andSenduserLessThanOrEqualTo (line 203) | public Criteria andSenduserLessThanOrEqualTo(Integer value) { method andSenduserIn (line 208) | public Criteria andSenduserIn(List values) { method andSenduserNotIn (line 213) | public Criteria andSenduserNotIn(List values) { method andSenduserBetween (line 218) | public Criteria andSenduserBetween(Integer value1, Integer value2) { method andSenduserNotBetween (line 223) | public Criteria andSenduserNotBetween(Integer value1, Integer value2) { method andReceiveuserIsNull (line 228) | public Criteria andReceiveuserIsNull() { method andReceiveuserIsNotNull (line 233) | public Criteria andReceiveuserIsNotNull() { method andReceiveuserEqualTo (line 238) | public Criteria andReceiveuserEqualTo(Integer value) { method andReceiveuserNotEqualTo (line 243) | public Criteria andReceiveuserNotEqualTo(Integer value) { method andReceiveuserGreaterThan (line 248) | public Criteria andReceiveuserGreaterThan(Integer value) { method andReceiveuserGreaterThanOrEqualTo (line 253) | public Criteria andReceiveuserGreaterThanOrEqualTo(Integer value) { method andReceiveuserLessThan (line 258) | public Criteria andReceiveuserLessThan(Integer value) { method andReceiveuserLessThanOrEqualTo (line 263) | public Criteria andReceiveuserLessThanOrEqualTo(Integer value) { method andReceiveuserIn (line 268) | public Criteria andReceiveuserIn(List values) { method andReceiveuserNotIn (line 273) | public Criteria andReceiveuserNotIn(List values) { method andReceiveuserBetween (line 278) | public Criteria andReceiveuserBetween(Integer value1, Integer value2) { method andReceiveuserNotBetween (line 283) | public Criteria andReceiveuserNotBetween(Integer value1, Integer val... method andMsgcontentIsNull (line 288) | public Criteria andMsgcontentIsNull() { method andMsgcontentIsNotNull (line 293) | public Criteria andMsgcontentIsNotNull() { method andMsgcontentEqualTo (line 298) | public Criteria andMsgcontentEqualTo(String value) { method andMsgcontentNotEqualTo (line 303) | public Criteria andMsgcontentNotEqualTo(String value) { method andMsgcontentGreaterThan (line 308) | public Criteria andMsgcontentGreaterThan(String value) { method andMsgcontentGreaterThanOrEqualTo (line 313) | public Criteria andMsgcontentGreaterThanOrEqualTo(String value) { method andMsgcontentLessThan (line 318) | public Criteria andMsgcontentLessThan(String value) { method andMsgcontentLessThanOrEqualTo (line 323) | public Criteria andMsgcontentLessThanOrEqualTo(String value) { method andMsgcontentLike (line 328) | public Criteria andMsgcontentLike(String value) { method andMsgcontentNotLike (line 333) | public Criteria andMsgcontentNotLike(String value) { method andMsgcontentIn (line 338) | public Criteria andMsgcontentIn(List values) { method andMsgcontentNotIn (line 343) | public Criteria andMsgcontentNotIn(List values) { method andMsgcontentBetween (line 348) | public Criteria andMsgcontentBetween(String value1, String value2) { method andMsgcontentNotBetween (line 353) | public Criteria andMsgcontentNotBetween(String value1, String value2) { method andMsgtimeIsNull (line 358) | public Criteria andMsgtimeIsNull() { method andMsgtimeIsNotNull (line 363) | public Criteria andMsgtimeIsNotNull() { method andMsgtimeEqualTo (line 368) | public Criteria andMsgtimeEqualTo(Date value) { method andMsgtimeNotEqualTo (line 373) | public Criteria andMsgtimeNotEqualTo(Date value) { method andMsgtimeGreaterThan (line 378) | public Criteria andMsgtimeGreaterThan(Date value) { method andMsgtimeGreaterThanOrEqualTo (line 383) | public Criteria andMsgtimeGreaterThanOrEqualTo(Date value) { method andMsgtimeLessThan (line 388) | public Criteria andMsgtimeLessThan(Date value) { method andMsgtimeLessThanOrEqualTo (line 393) | public Criteria andMsgtimeLessThanOrEqualTo(Date value) { method andMsgtimeIn (line 398) | public Criteria andMsgtimeIn(List values) { method andMsgtimeNotIn (line 403) | public Criteria andMsgtimeNotIn(List values) { method andMsgtimeBetween (line 408) | public Criteria andMsgtimeBetween(Date value1, Date value2) { method andMsgtimeNotBetween (line 413) | public Criteria andMsgtimeNotBetween(Date value1, Date value2) { class Criteria (line 419) | public static class Criteria extends GeneratedCriteria { method Criteria (line 421) | protected Criteria() { class Criterion (line 426) | public static class Criterion { method getCondition (line 443) | public String getCondition() { method getValue (line 447) | public Object getValue() { method getSecondValue (line 451) | public Object getSecondValue() { method isNoValue (line 455) | public boolean isNoValue() { method isSingleValue (line 459) | public boolean isSingleValue() { method isBetweenValue (line 463) | public boolean isBetweenValue() { method isListValue (line 467) | public boolean isListValue() { method getTypeHandler (line 471) | public String getTypeHandler() { method Criterion (line 475) | protected Criterion(String condition) { method Criterion (line 482) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 494) | protected Criterion(String condition, Object value) { method Criterion (line 498) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 507) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Comment.java class Comment (line 5) | public class Comment { method getCommentid (line 20) | public Integer getCommentid() { method setCommentid (line 24) | public void setCommentid(Integer commentid) { method getUserid (line 28) | public Integer getUserid() { method setUserid (line 32) | public void setUserid(Integer userid) { method getGoodsid (line 36) | public Integer getGoodsid() { method setGoodsid (line 40) | public void setGoodsid(Integer goodsid) { method getPoint (line 44) | public Integer getPoint() { method setPoint (line 48) | public void setPoint(Integer point) { method getContent (line 52) | public String getContent() { method setContent (line 56) | public void setContent(String content) { method getCommenttime (line 60) | public Date getCommenttime() { method setCommenttime (line 64) | public void setCommenttime(Date commenttime) { method setUserName (line 68) | public void setUserName(String userName) {this.username=userName;} method getUsername (line 70) | public String getUsername() {return username;} FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/CommentExample.java class CommentExample (line 7) | public class CommentExample { method CommentExample (line 14) | public CommentExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andCommentidIsNull (line 108) | public Criteria andCommentidIsNull() { method andCommentidIsNotNull (line 113) | public Criteria andCommentidIsNotNull() { method andCommentidEqualTo (line 118) | public Criteria andCommentidEqualTo(Integer value) { method andCommentidNotEqualTo (line 123) | public Criteria andCommentidNotEqualTo(Integer value) { method andCommentidGreaterThan (line 128) | public Criteria andCommentidGreaterThan(Integer value) { method andCommentidGreaterThanOrEqualTo (line 133) | public Criteria andCommentidGreaterThanOrEqualTo(Integer value) { method andCommentidLessThan (line 138) | public Criteria andCommentidLessThan(Integer value) { method andCommentidLessThanOrEqualTo (line 143) | public Criteria andCommentidLessThanOrEqualTo(Integer value) { method andCommentidIn (line 148) | public Criteria andCommentidIn(List values) { method andCommentidNotIn (line 153) | public Criteria andCommentidNotIn(List values) { method andCommentidBetween (line 158) | public Criteria andCommentidBetween(Integer value1, Integer value2) { method andCommentidNotBetween (line 163) | public Criteria andCommentidNotBetween(Integer value1, Integer value... method andUseridIsNull (line 168) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 173) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 178) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 183) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 188) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 193) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 198) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 203) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 208) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 213) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 218) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 223) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 228) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 233) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 238) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 243) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 248) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 253) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 258) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 263) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 268) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 273) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 278) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 283) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andPointIsNull (line 288) | public Criteria andPointIsNull() { method andPointIsNotNull (line 293) | public Criteria andPointIsNotNull() { method andPointEqualTo (line 298) | public Criteria andPointEqualTo(Integer value) { method andPointNotEqualTo (line 303) | public Criteria andPointNotEqualTo(Integer value) { method andPointGreaterThan (line 308) | public Criteria andPointGreaterThan(Integer value) { method andPointGreaterThanOrEqualTo (line 313) | public Criteria andPointGreaterThanOrEqualTo(Integer value) { method andPointLessThan (line 318) | public Criteria andPointLessThan(Integer value) { method andPointLessThanOrEqualTo (line 323) | public Criteria andPointLessThanOrEqualTo(Integer value) { method andPointIn (line 328) | public Criteria andPointIn(List values) { method andPointNotIn (line 333) | public Criteria andPointNotIn(List values) { method andPointBetween (line 338) | public Criteria andPointBetween(Integer value1, Integer value2) { method andPointNotBetween (line 343) | public Criteria andPointNotBetween(Integer value1, Integer value2) { method andContentIsNull (line 348) | public Criteria andContentIsNull() { method andContentIsNotNull (line 353) | public Criteria andContentIsNotNull() { method andContentEqualTo (line 358) | public Criteria andContentEqualTo(String value) { method andContentNotEqualTo (line 363) | public Criteria andContentNotEqualTo(String value) { method andContentGreaterThan (line 368) | public Criteria andContentGreaterThan(String value) { method andContentGreaterThanOrEqualTo (line 373) | public Criteria andContentGreaterThanOrEqualTo(String value) { method andContentLessThan (line 378) | public Criteria andContentLessThan(String value) { method andContentLessThanOrEqualTo (line 383) | public Criteria andContentLessThanOrEqualTo(String value) { method andContentLike (line 388) | public Criteria andContentLike(String value) { method andContentNotLike (line 393) | public Criteria andContentNotLike(String value) { method andContentIn (line 398) | public Criteria andContentIn(List values) { method andContentNotIn (line 403) | public Criteria andContentNotIn(List values) { method andContentBetween (line 408) | public Criteria andContentBetween(String value1, String value2) { method andContentNotBetween (line 413) | public Criteria andContentNotBetween(String value1, String value2) { method andCommenttimeIsNull (line 418) | public Criteria andCommenttimeIsNull() { method andCommenttimeIsNotNull (line 423) | public Criteria andCommenttimeIsNotNull() { method andCommenttimeEqualTo (line 428) | public Criteria andCommenttimeEqualTo(Date value) { method andCommenttimeNotEqualTo (line 433) | public Criteria andCommenttimeNotEqualTo(Date value) { method andCommenttimeGreaterThan (line 438) | public Criteria andCommenttimeGreaterThan(Date value) { method andCommenttimeGreaterThanOrEqualTo (line 443) | public Criteria andCommenttimeGreaterThanOrEqualTo(Date value) { method andCommenttimeLessThan (line 448) | public Criteria andCommenttimeLessThan(Date value) { method andCommenttimeLessThanOrEqualTo (line 453) | public Criteria andCommenttimeLessThanOrEqualTo(Date value) { method andCommenttimeIn (line 458) | public Criteria andCommenttimeIn(List values) { method andCommenttimeNotIn (line 463) | public Criteria andCommenttimeNotIn(List values) { method andCommenttimeBetween (line 468) | public Criteria andCommenttimeBetween(Date value1, Date value2) { method andCommenttimeNotBetween (line 473) | public Criteria andCommenttimeNotBetween(Date value1, Date value2) { class Criteria (line 479) | public static class Criteria extends GeneratedCriteria { method Criteria (line 481) | protected Criteria() { class Criterion (line 486) | public static class Criterion { method getCondition (line 503) | public String getCondition() { method getValue (line 507) | public Object getValue() { method getSecondValue (line 511) | public Object getSecondValue() { method isNoValue (line 515) | public boolean isNoValue() { method isSingleValue (line 519) | public boolean isSingleValue() { method isBetweenValue (line 523) | public boolean isBetweenValue() { method isListValue (line 527) | public boolean isListValue() { method getTypeHandler (line 531) | public String getTypeHandler() { method Criterion (line 535) | protected Criterion(String condition) { method Criterion (line 542) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 554) | protected Criterion(String condition, Object value) { method Criterion (line 558) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 567) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Deliver.java class Deliver (line 3) | public class Deliver { method getDeliverid (line 10) | public Integer getDeliverid() { method setDeliverid (line 14) | public void setDeliverid(Integer deliverid) { method getOrderid (line 18) | public Integer getOrderid() { method setOrderid (line 22) | public void setOrderid(Integer orderid) { method getSendid (line 26) | public Integer getSendid() { method setSendid (line 30) | public void setSendid(Integer sendid) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/DeliverExample.java class DeliverExample (line 6) | public class DeliverExample { method DeliverExample (line 13) | public DeliverExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andDeliveridIsNull (line 107) | public Criteria andDeliveridIsNull() { method andDeliveridIsNotNull (line 112) | public Criteria andDeliveridIsNotNull() { method andDeliveridEqualTo (line 117) | public Criteria andDeliveridEqualTo(Integer value) { method andDeliveridNotEqualTo (line 122) | public Criteria andDeliveridNotEqualTo(Integer value) { method andDeliveridGreaterThan (line 127) | public Criteria andDeliveridGreaterThan(Integer value) { method andDeliveridGreaterThanOrEqualTo (line 132) | public Criteria andDeliveridGreaterThanOrEqualTo(Integer value) { method andDeliveridLessThan (line 137) | public Criteria andDeliveridLessThan(Integer value) { method andDeliveridLessThanOrEqualTo (line 142) | public Criteria andDeliveridLessThanOrEqualTo(Integer value) { method andDeliveridIn (line 147) | public Criteria andDeliveridIn(List values) { method andDeliveridNotIn (line 152) | public Criteria andDeliveridNotIn(List values) { method andDeliveridBetween (line 157) | public Criteria andDeliveridBetween(Integer value1, Integer value2) { method andDeliveridNotBetween (line 162) | public Criteria andDeliveridNotBetween(Integer value1, Integer value... method andOrderidIsNull (line 167) | public Criteria andOrderidIsNull() { method andOrderidIsNotNull (line 172) | public Criteria andOrderidIsNotNull() { method andOrderidEqualTo (line 177) | public Criteria andOrderidEqualTo(Integer value) { method andOrderidNotEqualTo (line 182) | public Criteria andOrderidNotEqualTo(Integer value) { method andOrderidGreaterThan (line 187) | public Criteria andOrderidGreaterThan(Integer value) { method andOrderidGreaterThanOrEqualTo (line 192) | public Criteria andOrderidGreaterThanOrEqualTo(Integer value) { method andOrderidLessThan (line 197) | public Criteria andOrderidLessThan(Integer value) { method andOrderidLessThanOrEqualTo (line 202) | public Criteria andOrderidLessThanOrEqualTo(Integer value) { method andOrderidIn (line 207) | public Criteria andOrderidIn(List values) { method andOrderidNotIn (line 212) | public Criteria andOrderidNotIn(List values) { method andOrderidBetween (line 217) | public Criteria andOrderidBetween(Integer value1, Integer value2) { method andOrderidNotBetween (line 222) | public Criteria andOrderidNotBetween(Integer value1, Integer value2) { method andSendidIsNull (line 227) | public Criteria andSendidIsNull() { method andSendidIsNotNull (line 232) | public Criteria andSendidIsNotNull() { method andSendidEqualTo (line 237) | public Criteria andSendidEqualTo(Integer value) { method andSendidNotEqualTo (line 242) | public Criteria andSendidNotEqualTo(Integer value) { method andSendidGreaterThan (line 247) | public Criteria andSendidGreaterThan(Integer value) { method andSendidGreaterThanOrEqualTo (line 252) | public Criteria andSendidGreaterThanOrEqualTo(Integer value) { method andSendidLessThan (line 257) | public Criteria andSendidLessThan(Integer value) { method andSendidLessThanOrEqualTo (line 262) | public Criteria andSendidLessThanOrEqualTo(Integer value) { method andSendidIn (line 267) | public Criteria andSendidIn(List values) { method andSendidNotIn (line 272) | public Criteria andSendidNotIn(List values) { method andSendidBetween (line 277) | public Criteria andSendidBetween(Integer value1, Integer value2) { method andSendidNotBetween (line 282) | public Criteria andSendidNotBetween(Integer value1, Integer value2) { class Criteria (line 288) | public static class Criteria extends GeneratedCriteria { method Criteria (line 290) | protected Criteria() { class Criterion (line 295) | public static class Criterion { method getCondition (line 312) | public String getCondition() { method getValue (line 316) | public Object getValue() { method getSecondValue (line 320) | public Object getSecondValue() { method isNoValue (line 324) | public boolean isNoValue() { method isSingleValue (line 328) | public boolean isSingleValue() { method isBetweenValue (line 332) | public boolean isBetweenValue() { method isListValue (line 336) | public boolean isListValue() { method getTypeHandler (line 340) | public String getTypeHandler() { method Criterion (line 344) | protected Criterion(String condition) { method Criterion (line 351) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 363) | protected Criterion(String condition, Object value) { method Criterion (line 367) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 376) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Favorite.java class Favorite (line 5) | public class Favorite extends FavoriteKey { method getCollecttime (line 8) | public Date getCollecttime() { method setCollecttime (line 12) | public void setCollecttime(Date collecttime) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/FavoriteExample.java class FavoriteExample (line 7) | public class FavoriteExample { method FavoriteExample (line 14) | public FavoriteExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andUseridIsNull (line 108) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 113) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 118) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 123) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 128) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 133) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 138) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 143) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 148) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 153) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 158) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 163) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 168) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 173) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 178) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 183) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 188) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 193) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 198) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 203) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 208) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 213) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 218) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 223) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andCollecttimeIsNull (line 228) | public Criteria andCollecttimeIsNull() { method andCollecttimeIsNotNull (line 233) | public Criteria andCollecttimeIsNotNull() { method andCollecttimeEqualTo (line 238) | public Criteria andCollecttimeEqualTo(Date value) { method andCollecttimeNotEqualTo (line 243) | public Criteria andCollecttimeNotEqualTo(Date value) { method andCollecttimeGreaterThan (line 248) | public Criteria andCollecttimeGreaterThan(Date value) { method andCollecttimeGreaterThanOrEqualTo (line 253) | public Criteria andCollecttimeGreaterThanOrEqualTo(Date value) { method andCollecttimeLessThan (line 258) | public Criteria andCollecttimeLessThan(Date value) { method andCollecttimeLessThanOrEqualTo (line 263) | public Criteria andCollecttimeLessThanOrEqualTo(Date value) { method andCollecttimeIn (line 268) | public Criteria andCollecttimeIn(List values) { method andCollecttimeNotIn (line 273) | public Criteria andCollecttimeNotIn(List values) { method andCollecttimeBetween (line 278) | public Criteria andCollecttimeBetween(Date value1, Date value2) { method andCollecttimeNotBetween (line 283) | public Criteria andCollecttimeNotBetween(Date value1, Date value2) { class Criteria (line 289) | public static class Criteria extends GeneratedCriteria { method Criteria (line 291) | protected Criteria() { class Criterion (line 296) | public static class Criterion { method getCondition (line 313) | public String getCondition() { method getValue (line 317) | public Object getValue() { method getSecondValue (line 321) | public Object getSecondValue() { method isNoValue (line 325) | public boolean isNoValue() { method isSingleValue (line 329) | public boolean isSingleValue() { method isBetweenValue (line 333) | public boolean isBetweenValue() { method isListValue (line 337) | public boolean isListValue() { method getTypeHandler (line 341) | public String getTypeHandler() { method Criterion (line 345) | protected Criterion(String condition) { method Criterion (line 352) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 364) | protected Criterion(String condition, Object value) { method Criterion (line 368) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 377) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/FavoriteKey.java class FavoriteKey (line 3) | public class FavoriteKey { method FavoriteKey (line 8) | public FavoriteKey() { method FavoriteKey (line 11) | public FavoriteKey(Integer userid, Integer goodsid) { method getUserid (line 17) | public Integer getUserid() { method setUserid (line 21) | public void setUserid(Integer userid) { method getGoodsid (line 25) | public Integer getGoodsid() { method setGoodsid (line 29) | public void setGoodsid(Integer goodsid) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Goods.java class Goods (line 6) | public class Goods { method getGoodsid (line 33) | public Integer getGoodsid() { method setGoodsid (line 37) | public void setGoodsid(Integer goodsid) { method getGoodsname (line 41) | public String getGoodsname() { method setGoodsname (line 45) | public void setGoodsname(String goodsname) { method getPrice (line 49) | public Integer getPrice() { method setPrice (line 53) | public void setPrice(Integer price) { method getNum (line 57) | public Integer getNum() { method setNum (line 61) | public void setNum(Integer num) { method getUptime (line 65) | public Date getUptime() { method setUptime (line 69) | public void setUptime(Date uptime) { method getCategory (line 73) | public Integer getCategory() { method setCategory (line 77) | public void setCategory(Integer category) { method getDetailcate (line 81) | public String getDetailcate() { method setDetailcate (line 85) | public void setDetailcate(String detailcate) { method getActivityid (line 89) | public Integer getActivityid() { method setActivityid (line 93) | public void setActivityid(Integer activityid) { method getDescription (line 97) | public String getDescription() { method setDescription (line 101) | public void setDescription(String description) { method getImagePaths (line 105) | public List getImagePaths() { method setImagePaths (line 109) | public void setImagePaths(List imagePaths) { method isFav (line 114) | public boolean isFav() { method setFav (line 118) | public void setFav(boolean fav) { method getActivity (line 122) | public Activity getActivity() { method setActivity (line 126) | public void setActivity(Activity activity) { method getNewPrice (line 130) | public Float getNewPrice() { method setNewPrice (line 134) | public void setNewPrice(Float newPrice) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/GoodsExample.java class GoodsExample (line 7) | public class GoodsExample { method GoodsExample (line 14) | public GoodsExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andGoodsidIsNull (line 108) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 113) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 118) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 123) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 128) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 133) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 138) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 143) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 148) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 153) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 158) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 163) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andGoodsnameIsNull (line 168) | public Criteria andGoodsnameIsNull() { method andGoodsnameIsNotNull (line 173) | public Criteria andGoodsnameIsNotNull() { method andGoodsnameEqualTo (line 178) | public Criteria andGoodsnameEqualTo(String value) { method andGoodsnameNotEqualTo (line 183) | public Criteria andGoodsnameNotEqualTo(String value) { method andGoodsnameGreaterThan (line 188) | public Criteria andGoodsnameGreaterThan(String value) { method andGoodsnameGreaterThanOrEqualTo (line 193) | public Criteria andGoodsnameGreaterThanOrEqualTo(String value) { method andGoodsnameLessThan (line 198) | public Criteria andGoodsnameLessThan(String value) { method andGoodsnameLessThanOrEqualTo (line 203) | public Criteria andGoodsnameLessThanOrEqualTo(String value) { method andGoodsnameLike (line 208) | public Criteria andGoodsnameLike(String value) { method andGoodsnameNotLike (line 213) | public Criteria andGoodsnameNotLike(String value) { method andGoodsnameIn (line 218) | public Criteria andGoodsnameIn(List values) { method andGoodsnameNotIn (line 223) | public Criteria andGoodsnameNotIn(List values) { method andGoodsnameBetween (line 228) | public Criteria andGoodsnameBetween(String value1, String value2) { method andGoodsnameNotBetween (line 233) | public Criteria andGoodsnameNotBetween(String value1, String value2) { method andPriceIsNull (line 238) | public Criteria andPriceIsNull() { method andPriceIsNotNull (line 243) | public Criteria andPriceIsNotNull() { method andPriceEqualTo (line 248) | public Criteria andPriceEqualTo(Integer value) { method andPriceNotEqualTo (line 253) | public Criteria andPriceNotEqualTo(Integer value) { method andPriceGreaterThan (line 258) | public Criteria andPriceGreaterThan(Integer value) { method andPriceGreaterThanOrEqualTo (line 263) | public Criteria andPriceGreaterThanOrEqualTo(Integer value) { method andPriceLessThan (line 268) | public Criteria andPriceLessThan(Integer value) { method andPriceLessThanOrEqualTo (line 273) | public Criteria andPriceLessThanOrEqualTo(Integer value) { method andPriceIn (line 278) | public Criteria andPriceIn(List values) { method andPriceNotIn (line 283) | public Criteria andPriceNotIn(List values) { method andPriceBetween (line 288) | public Criteria andPriceBetween(Integer value1, Integer value2) { method andPriceNotBetween (line 293) | public Criteria andPriceNotBetween(Integer value1, Integer value2) { method andNumIsNull (line 298) | public Criteria andNumIsNull() { method andNumIsNotNull (line 303) | public Criteria andNumIsNotNull() { method andNumEqualTo (line 308) | public Criteria andNumEqualTo(Integer value) { method andNumNotEqualTo (line 313) | public Criteria andNumNotEqualTo(Integer value) { method andNumGreaterThan (line 318) | public Criteria andNumGreaterThan(Integer value) { method andNumGreaterThanOrEqualTo (line 323) | public Criteria andNumGreaterThanOrEqualTo(Integer value) { method andNumLessThan (line 328) | public Criteria andNumLessThan(Integer value) { method andNumLessThanOrEqualTo (line 333) | public Criteria andNumLessThanOrEqualTo(Integer value) { method andNumIn (line 338) | public Criteria andNumIn(List values) { method andNumNotIn (line 343) | public Criteria andNumNotIn(List values) { method andNumBetween (line 348) | public Criteria andNumBetween(Integer value1, Integer value2) { method andNumNotBetween (line 353) | public Criteria andNumNotBetween(Integer value1, Integer value2) { method andUptimeIsNull (line 358) | public Criteria andUptimeIsNull() { method andUptimeIsNotNull (line 363) | public Criteria andUptimeIsNotNull() { method andUptimeEqualTo (line 368) | public Criteria andUptimeEqualTo(Date value) { method andUptimeNotEqualTo (line 373) | public Criteria andUptimeNotEqualTo(Date value) { method andUptimeGreaterThan (line 378) | public Criteria andUptimeGreaterThan(Date value) { method andUptimeGreaterThanOrEqualTo (line 383) | public Criteria andUptimeGreaterThanOrEqualTo(Date value) { method andUptimeLessThan (line 388) | public Criteria andUptimeLessThan(Date value) { method andUptimeLessThanOrEqualTo (line 393) | public Criteria andUptimeLessThanOrEqualTo(Date value) { method andUptimeIn (line 398) | public Criteria andUptimeIn(List values) { method andUptimeNotIn (line 403) | public Criteria andUptimeNotIn(List values) { method andUptimeBetween (line 408) | public Criteria andUptimeBetween(Date value1, Date value2) { method andUptimeNotBetween (line 413) | public Criteria andUptimeNotBetween(Date value1, Date value2) { method andCategoryIsNull (line 418) | public Criteria andCategoryIsNull() { method andCategoryIsNotNull (line 423) | public Criteria andCategoryIsNotNull() { method andCategoryEqualTo (line 428) | public Criteria andCategoryEqualTo(Integer value) { method andCategoryNotEqualTo (line 433) | public Criteria andCategoryNotEqualTo(Integer value) { method andCategoryGreaterThan (line 438) | public Criteria andCategoryGreaterThan(Integer value) { method andCategoryGreaterThanOrEqualTo (line 443) | public Criteria andCategoryGreaterThanOrEqualTo(Integer value) { method andCategoryLessThan (line 448) | public Criteria andCategoryLessThan(Integer value) { method andCategoryLessThanOrEqualTo (line 453) | public Criteria andCategoryLessThanOrEqualTo(Integer value) { method andCategoryIn (line 458) | public Criteria andCategoryIn(List values) { method andCategoryNotIn (line 463) | public Criteria andCategoryNotIn(List values) { method andCategoryBetween (line 468) | public Criteria andCategoryBetween(Integer value1, Integer value2) { method andCategoryNotBetween (line 473) | public Criteria andCategoryNotBetween(Integer value1, Integer value2) { method andDetailcateIsNull (line 478) | public Criteria andDetailcateIsNull() { method andDetailcateIsNotNull (line 483) | public Criteria andDetailcateIsNotNull() { method andDetailcateEqualTo (line 488) | public Criteria andDetailcateEqualTo(String value) { method andDetailcateNotEqualTo (line 493) | public Criteria andDetailcateNotEqualTo(String value) { method andDetailcateGreaterThan (line 498) | public Criteria andDetailcateGreaterThan(String value) { method andDetailcateGreaterThanOrEqualTo (line 503) | public Criteria andDetailcateGreaterThanOrEqualTo(String value) { method andDetailcateLessThan (line 508) | public Criteria andDetailcateLessThan(String value) { method andDetailcateLessThanOrEqualTo (line 513) | public Criteria andDetailcateLessThanOrEqualTo(String value) { method andDetailcateLike (line 518) | public Criteria andDetailcateLike(String value) { method andDetailcateNotLike (line 523) | public Criteria andDetailcateNotLike(String value) { method andDetailcateIn (line 528) | public Criteria andDetailcateIn(List values) { method andDetailcateNotIn (line 533) | public Criteria andDetailcateNotIn(List values) { method andDetailcateBetween (line 538) | public Criteria andDetailcateBetween(String value1, String value2) { method andDetailcateNotBetween (line 543) | public Criteria andDetailcateNotBetween(String value1, String value2) { method andActivityidIsNull (line 548) | public Criteria andActivityidIsNull() { method andActivityidIsNotNull (line 553) | public Criteria andActivityidIsNotNull() { method andActivityidEqualTo (line 558) | public Criteria andActivityidEqualTo(Integer value) { method andActivityidNotEqualTo (line 563) | public Criteria andActivityidNotEqualTo(Integer value) { method andActivityidGreaterThan (line 568) | public Criteria andActivityidGreaterThan(Integer value) { method andActivityidGreaterThanOrEqualTo (line 573) | public Criteria andActivityidGreaterThanOrEqualTo(Integer value) { method andActivityidLessThan (line 578) | public Criteria andActivityidLessThan(Integer value) { method andActivityidLessThanOrEqualTo (line 583) | public Criteria andActivityidLessThanOrEqualTo(Integer value) { method andActivityidIn (line 588) | public Criteria andActivityidIn(List values) { method andActivityidNotIn (line 593) | public Criteria andActivityidNotIn(List values) { method andActivityidBetween (line 598) | public Criteria andActivityidBetween(Integer value1, Integer value2) { method andActivityidNotBetween (line 603) | public Criteria andActivityidNotBetween(Integer value1, Integer valu... class Criteria (line 609) | public static class Criteria extends GeneratedCriteria { method Criteria (line 611) | protected Criteria() { class Criterion (line 616) | public static class Criterion { method getCondition (line 633) | public String getCondition() { method getValue (line 637) | public Object getValue() { method getSecondValue (line 641) | public Object getSecondValue() { method isNoValue (line 645) | public boolean isNoValue() { method isSingleValue (line 649) | public boolean isSingleValue() { method isBetweenValue (line 653) | public boolean isBetweenValue() { method isListValue (line 657) | public boolean isListValue() { method getTypeHandler (line 661) | public String getTypeHandler() { method Criterion (line 665) | protected Criterion(String condition) { method Criterion (line 672) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 684) | protected Criterion(String condition, Object value) { method Criterion (line 688) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 697) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/GoodsPrice.java class GoodsPrice (line 6) | public class GoodsPrice { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/ImagePath.java class ImagePath (line 3) | public class ImagePath { method ImagePath (line 10) | public ImagePath() { method ImagePath (line 13) | public ImagePath(Integer pathid, Integer goodid, String path) { method getPathid (line 20) | public Integer getPathid() { method setPathid (line 24) | public void setPathid(Integer pathid) { method getGoodid (line 28) | public Integer getGoodid() { method setGoodid (line 32) | public void setGoodid(Integer goodid) { method getPath (line 36) | public String getPath() { method setPath (line 40) | public void setPath(String path) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/ImagePathExample.java class ImagePathExample (line 6) | public class ImagePathExample { method ImagePathExample (line 13) | public ImagePathExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andPathidIsNull (line 107) | public Criteria andPathidIsNull() { method andPathidIsNotNull (line 112) | public Criteria andPathidIsNotNull() { method andPathidEqualTo (line 117) | public Criteria andPathidEqualTo(Integer value) { method andPathidNotEqualTo (line 122) | public Criteria andPathidNotEqualTo(Integer value) { method andPathidGreaterThan (line 127) | public Criteria andPathidGreaterThan(Integer value) { method andPathidGreaterThanOrEqualTo (line 132) | public Criteria andPathidGreaterThanOrEqualTo(Integer value) { method andPathidLessThan (line 137) | public Criteria andPathidLessThan(Integer value) { method andPathidLessThanOrEqualTo (line 142) | public Criteria andPathidLessThanOrEqualTo(Integer value) { method andPathidIn (line 147) | public Criteria andPathidIn(List values) { method andPathidNotIn (line 152) | public Criteria andPathidNotIn(List values) { method andPathidBetween (line 157) | public Criteria andPathidBetween(Integer value1, Integer value2) { method andPathidNotBetween (line 162) | public Criteria andPathidNotBetween(Integer value1, Integer value2) { method andGoodidIsNull (line 167) | public Criteria andGoodidIsNull() { method andGoodidIsNotNull (line 172) | public Criteria andGoodidIsNotNull() { method andGoodidEqualTo (line 177) | public Criteria andGoodidEqualTo(Integer value) { method andGoodidNotEqualTo (line 182) | public Criteria andGoodidNotEqualTo(Integer value) { method andGoodidGreaterThan (line 187) | public Criteria andGoodidGreaterThan(Integer value) { method andGoodidGreaterThanOrEqualTo (line 192) | public Criteria andGoodidGreaterThanOrEqualTo(Integer value) { method andGoodidLessThan (line 197) | public Criteria andGoodidLessThan(Integer value) { method andGoodidLessThanOrEqualTo (line 202) | public Criteria andGoodidLessThanOrEqualTo(Integer value) { method andGoodidIn (line 207) | public Criteria andGoodidIn(List values) { method andGoodidNotIn (line 212) | public Criteria andGoodidNotIn(List values) { method andGoodidBetween (line 217) | public Criteria andGoodidBetween(Integer value1, Integer value2) { method andGoodidNotBetween (line 222) | public Criteria andGoodidNotBetween(Integer value1, Integer value2) { method andPathIsNull (line 227) | public Criteria andPathIsNull() { method andPathIsNotNull (line 232) | public Criteria andPathIsNotNull() { method andPathEqualTo (line 237) | public Criteria andPathEqualTo(String value) { method andPathNotEqualTo (line 242) | public Criteria andPathNotEqualTo(String value) { method andPathGreaterThan (line 247) | public Criteria andPathGreaterThan(String value) { method andPathGreaterThanOrEqualTo (line 252) | public Criteria andPathGreaterThanOrEqualTo(String value) { method andPathLessThan (line 257) | public Criteria andPathLessThan(String value) { method andPathLessThanOrEqualTo (line 262) | public Criteria andPathLessThanOrEqualTo(String value) { method andPathLike (line 267) | public Criteria andPathLike(String value) { method andPathNotLike (line 272) | public Criteria andPathNotLike(String value) { method andPathIn (line 277) | public Criteria andPathIn(List values) { method andPathNotIn (line 282) | public Criteria andPathNotIn(List values) { method andPathBetween (line 287) | public Criteria andPathBetween(String value1, String value2) { method andPathNotBetween (line 292) | public Criteria andPathNotBetween(String value1, String value2) { class Criteria (line 298) | public static class Criteria extends GeneratedCriteria { method Criteria (line 300) | protected Criteria() { class Criterion (line 305) | public static class Criterion { method getCondition (line 322) | public String getCondition() { method getValue (line 326) | public Object getValue() { method getSecondValue (line 330) | public Object getSecondValue() { method isNoValue (line 334) | public boolean isNoValue() { method isSingleValue (line 338) | public boolean isSingleValue() { method isBetweenValue (line 342) | public boolean isBetweenValue() { method isListValue (line 346) | public boolean isListValue() { method getTypeHandler (line 350) | public String getTypeHandler() { method Criterion (line 354) | protected Criterion(String condition) { method Criterion (line 361) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 373) | protected Criterion(String condition, Object value) { method Criterion (line 377) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 386) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/Order.java class Order (line 6) | public class Order { method Order (line 29) | public Order() { method Order (line 34) | public Order(Integer orderid, Integer userid, Date ordertime, Float ol... method getOrderid (line 49) | public Integer getOrderid() { method setOrderid (line 53) | public void setOrderid(Integer orderid) { method getUserid (line 57) | public Integer getUserid() { method setUserid (line 61) | public void setUserid(Integer userid) { method getOrdertime (line 65) | public Date getOrdertime() { method setOrdertime (line 69) | public void setOrdertime(Date ordertime) { method getOldprice (line 73) | public Float getOldprice() { method setOldprice (line 77) | public void setOldprice(Float oldprice) { method getNewprice (line 81) | public Float getNewprice() { method setNewprice (line 85) | public void setNewprice(Float newprice) { method getIspay (line 89) | public Boolean getIspay() { method setIspay (line 93) | public void setIspay(Boolean ispay) { method getIssend (line 97) | public Boolean getIssend() { method setIssend (line 101) | public void setIssend(Boolean issend) { method getIsreceive (line 105) | public Boolean getIsreceive() { method setIsreceive (line 109) | public void setIsreceive(Boolean isreceive) { method getIscomplete (line 113) | public Boolean getIscomplete() { method setIscomplete (line 117) | public void setIscomplete(Boolean iscomplete) { method getAddressid (line 121) | public Integer getAddressid() { method setAddressid (line 125) | public void setAddressid(Integer addressid) { method getGoodsInfo (line 129) | public List getGoodsInfo() { method setGoodsInfo (line 133) | public void setGoodsInfo(List goodsInfo) { method getAddress (line 137) | public Address getAddress() { method setAddress (line 141) | public void setAddress(Address address) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/OrderExample.java class OrderExample (line 7) | public class OrderExample { method OrderExample (line 14) | public OrderExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andOrderidIsNull (line 108) | public Criteria andOrderidIsNull() { method andOrderidIsNotNull (line 113) | public Criteria andOrderidIsNotNull() { method andOrderidEqualTo (line 118) | public Criteria andOrderidEqualTo(Integer value) { method andOrderidNotEqualTo (line 123) | public Criteria andOrderidNotEqualTo(Integer value) { method andOrderidGreaterThan (line 128) | public Criteria andOrderidGreaterThan(Integer value) { method andOrderidGreaterThanOrEqualTo (line 133) | public Criteria andOrderidGreaterThanOrEqualTo(Integer value) { method andOrderidLessThan (line 138) | public Criteria andOrderidLessThan(Integer value) { method andOrderidLessThanOrEqualTo (line 143) | public Criteria andOrderidLessThanOrEqualTo(Integer value) { method andOrderidIn (line 148) | public Criteria andOrderidIn(List values) { method andOrderidNotIn (line 153) | public Criteria andOrderidNotIn(List values) { method andOrderidBetween (line 158) | public Criteria andOrderidBetween(Integer value1, Integer value2) { method andOrderidNotBetween (line 163) | public Criteria andOrderidNotBetween(Integer value1, Integer value2) { method andUseridIsNull (line 168) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 173) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 178) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 183) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 188) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 193) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 198) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 203) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 208) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 213) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 218) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 223) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andOrdertimeIsNull (line 228) | public Criteria andOrdertimeIsNull() { method andOrdertimeIsNotNull (line 233) | public Criteria andOrdertimeIsNotNull() { method andOrdertimeEqualTo (line 238) | public Criteria andOrdertimeEqualTo(Date value) { method andOrdertimeNotEqualTo (line 243) | public Criteria andOrdertimeNotEqualTo(Date value) { method andOrdertimeGreaterThan (line 248) | public Criteria andOrdertimeGreaterThan(Date value) { method andOrdertimeGreaterThanOrEqualTo (line 253) | public Criteria andOrdertimeGreaterThanOrEqualTo(Date value) { method andOrdertimeLessThan (line 258) | public Criteria andOrdertimeLessThan(Date value) { method andOrdertimeLessThanOrEqualTo (line 263) | public Criteria andOrdertimeLessThanOrEqualTo(Date value) { method andOrdertimeIn (line 268) | public Criteria andOrdertimeIn(List values) { method andOrdertimeNotIn (line 273) | public Criteria andOrdertimeNotIn(List values) { method andOrdertimeBetween (line 278) | public Criteria andOrdertimeBetween(Date value1, Date value2) { method andOrdertimeNotBetween (line 283) | public Criteria andOrdertimeNotBetween(Date value1, Date value2) { method andOldpriceIsNull (line 288) | public Criteria andOldpriceIsNull() { method andOldpriceIsNotNull (line 293) | public Criteria andOldpriceIsNotNull() { method andOldpriceEqualTo (line 298) | public Criteria andOldpriceEqualTo(Float value) { method andOldpriceNotEqualTo (line 303) | public Criteria andOldpriceNotEqualTo(Float value) { method andOldpriceGreaterThan (line 308) | public Criteria andOldpriceGreaterThan(Float value) { method andOldpriceGreaterThanOrEqualTo (line 313) | public Criteria andOldpriceGreaterThanOrEqualTo(Float value) { method andOldpriceLessThan (line 318) | public Criteria andOldpriceLessThan(Float value) { method andOldpriceLessThanOrEqualTo (line 323) | public Criteria andOldpriceLessThanOrEqualTo(Float value) { method andOldpriceIn (line 328) | public Criteria andOldpriceIn(List values) { method andOldpriceNotIn (line 333) | public Criteria andOldpriceNotIn(List values) { method andOldpriceBetween (line 338) | public Criteria andOldpriceBetween(Float value1, Float value2) { method andOldpriceNotBetween (line 343) | public Criteria andOldpriceNotBetween(Float value1, Float value2) { method andNewpriceIsNull (line 348) | public Criteria andNewpriceIsNull() { method andNewpriceIsNotNull (line 353) | public Criteria andNewpriceIsNotNull() { method andNewpriceEqualTo (line 358) | public Criteria andNewpriceEqualTo(Float value) { method andNewpriceNotEqualTo (line 363) | public Criteria andNewpriceNotEqualTo(Float value) { method andNewpriceGreaterThan (line 368) | public Criteria andNewpriceGreaterThan(Float value) { method andNewpriceGreaterThanOrEqualTo (line 373) | public Criteria andNewpriceGreaterThanOrEqualTo(Float value) { method andNewpriceLessThan (line 378) | public Criteria andNewpriceLessThan(Float value) { method andNewpriceLessThanOrEqualTo (line 383) | public Criteria andNewpriceLessThanOrEqualTo(Float value) { method andNewpriceIn (line 388) | public Criteria andNewpriceIn(List values) { method andNewpriceNotIn (line 393) | public Criteria andNewpriceNotIn(List values) { method andNewpriceBetween (line 398) | public Criteria andNewpriceBetween(Float value1, Float value2) { method andNewpriceNotBetween (line 403) | public Criteria andNewpriceNotBetween(Float value1, Float value2) { method andIspayIsNull (line 408) | public Criteria andIspayIsNull() { method andIspayIsNotNull (line 413) | public Criteria andIspayIsNotNull() { method andIspayEqualTo (line 418) | public Criteria andIspayEqualTo(Boolean value) { method andIspayNotEqualTo (line 423) | public Criteria andIspayNotEqualTo(Boolean value) { method andIspayGreaterThan (line 428) | public Criteria andIspayGreaterThan(Boolean value) { method andIspayGreaterThanOrEqualTo (line 433) | public Criteria andIspayGreaterThanOrEqualTo(Boolean value) { method andIspayLessThan (line 438) | public Criteria andIspayLessThan(Boolean value) { method andIspayLessThanOrEqualTo (line 443) | public Criteria andIspayLessThanOrEqualTo(Boolean value) { method andIspayIn (line 448) | public Criteria andIspayIn(List values) { method andIspayNotIn (line 453) | public Criteria andIspayNotIn(List values) { method andIspayBetween (line 458) | public Criteria andIspayBetween(Boolean value1, Boolean value2) { method andIspayNotBetween (line 463) | public Criteria andIspayNotBetween(Boolean value1, Boolean value2) { method andIssendIsNull (line 468) | public Criteria andIssendIsNull() { method andIssendIsNotNull (line 473) | public Criteria andIssendIsNotNull() { method andIssendEqualTo (line 478) | public Criteria andIssendEqualTo(Boolean value) { method andIssendNotEqualTo (line 483) | public Criteria andIssendNotEqualTo(Boolean value) { method andIssendGreaterThan (line 488) | public Criteria andIssendGreaterThan(Boolean value) { method andIssendGreaterThanOrEqualTo (line 493) | public Criteria andIssendGreaterThanOrEqualTo(Boolean value) { method andIssendLessThan (line 498) | public Criteria andIssendLessThan(Boolean value) { method andIssendLessThanOrEqualTo (line 503) | public Criteria andIssendLessThanOrEqualTo(Boolean value) { method andIssendIn (line 508) | public Criteria andIssendIn(List values) { method andIssendNotIn (line 513) | public Criteria andIssendNotIn(List values) { method andIssendBetween (line 518) | public Criteria andIssendBetween(Boolean value1, Boolean value2) { method andIssendNotBetween (line 523) | public Criteria andIssendNotBetween(Boolean value1, Boolean value2) { method andIsreceiveIsNull (line 528) | public Criteria andIsreceiveIsNull() { method andIsreceiveIsNotNull (line 533) | public Criteria andIsreceiveIsNotNull() { method andIsreceiveEqualTo (line 538) | public Criteria andIsreceiveEqualTo(Boolean value) { method andIsreceiveNotEqualTo (line 543) | public Criteria andIsreceiveNotEqualTo(Boolean value) { method andIsreceiveGreaterThan (line 548) | public Criteria andIsreceiveGreaterThan(Boolean value) { method andIsreceiveGreaterThanOrEqualTo (line 553) | public Criteria andIsreceiveGreaterThanOrEqualTo(Boolean value) { method andIsreceiveLessThan (line 558) | public Criteria andIsreceiveLessThan(Boolean value) { method andIsreceiveLessThanOrEqualTo (line 563) | public Criteria andIsreceiveLessThanOrEqualTo(Boolean value) { method andIsreceiveIn (line 568) | public Criteria andIsreceiveIn(List values) { method andIsreceiveNotIn (line 573) | public Criteria andIsreceiveNotIn(List values) { method andIsreceiveBetween (line 578) | public Criteria andIsreceiveBetween(Boolean value1, Boolean value2) { method andIsreceiveNotBetween (line 583) | public Criteria andIsreceiveNotBetween(Boolean value1, Boolean value... method andIscompleteIsNull (line 588) | public Criteria andIscompleteIsNull() { method andIscompleteIsNotNull (line 593) | public Criteria andIscompleteIsNotNull() { method andIscompleteEqualTo (line 598) | public Criteria andIscompleteEqualTo(Boolean value) { method andIscompleteNotEqualTo (line 603) | public Criteria andIscompleteNotEqualTo(Boolean value) { method andIscompleteGreaterThan (line 608) | public Criteria andIscompleteGreaterThan(Boolean value) { method andIscompleteGreaterThanOrEqualTo (line 613) | public Criteria andIscompleteGreaterThanOrEqualTo(Boolean value) { method andIscompleteLessThan (line 618) | public Criteria andIscompleteLessThan(Boolean value) { method andIscompleteLessThanOrEqualTo (line 623) | public Criteria andIscompleteLessThanOrEqualTo(Boolean value) { method andIscompleteIn (line 628) | public Criteria andIscompleteIn(List values) { method andIscompleteNotIn (line 633) | public Criteria andIscompleteNotIn(List values) { method andIscompleteBetween (line 638) | public Criteria andIscompleteBetween(Boolean value1, Boolean value2) { method andIscompleteNotBetween (line 643) | public Criteria andIscompleteNotBetween(Boolean value1, Boolean valu... method andAddressidIsNull (line 648) | public Criteria andAddressidIsNull() { method andAddressidIsNotNull (line 653) | public Criteria andAddressidIsNotNull() { method andAddressidEqualTo (line 658) | public Criteria andAddressidEqualTo(Integer value) { method andAddressidNotEqualTo (line 663) | public Criteria andAddressidNotEqualTo(Integer value) { method andAddressidGreaterThan (line 668) | public Criteria andAddressidGreaterThan(Integer value) { method andAddressidGreaterThanOrEqualTo (line 673) | public Criteria andAddressidGreaterThanOrEqualTo(Integer value) { method andAddressidLessThan (line 678) | public Criteria andAddressidLessThan(Integer value) { method andAddressidLessThanOrEqualTo (line 683) | public Criteria andAddressidLessThanOrEqualTo(Integer value) { method andAddressidIn (line 688) | public Criteria andAddressidIn(List values) { method andAddressidNotIn (line 693) | public Criteria andAddressidNotIn(List values) { method andAddressidBetween (line 698) | public Criteria andAddressidBetween(Integer value1, Integer value2) { method andAddressidNotBetween (line 703) | public Criteria andAddressidNotBetween(Integer value1, Integer value... class Criteria (line 709) | public static class Criteria extends GeneratedCriteria { method Criteria (line 711) | protected Criteria() { class Criterion (line 716) | public static class Criterion { method getCondition (line 733) | public String getCondition() { method getValue (line 737) | public Object getValue() { method getSecondValue (line 741) | public Object getSecondValue() { method isNoValue (line 745) | public boolean isNoValue() { method isSingleValue (line 749) | public boolean isSingleValue() { method isBetweenValue (line 753) | public boolean isBetweenValue() { method isListValue (line 757) | public boolean isListValue() { method getTypeHandler (line 761) | public String getTypeHandler() { method Criterion (line 765) | protected Criterion(String condition) { method Criterion (line 772) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 784) | protected Criterion(String condition, Object value) { method Criterion (line 788) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 797) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/OrderItem.java class OrderItem (line 3) | public class OrderItem { method OrderItem (line 12) | public OrderItem() { method OrderItem (line 15) | public OrderItem(Integer itemid, Integer orderid, Integer goodsid, Int... method getItemid (line 23) | public Integer getItemid() { method setItemid (line 27) | public void setItemid(Integer itemid) { method getOrderid (line 31) | public Integer getOrderid() { method setOrderid (line 35) | public void setOrderid(Integer orderid) { method getGoodsid (line 39) | public Integer getGoodsid() { method setGoodsid (line 43) | public void setGoodsid(Integer goodsid) { method getNum (line 47) | public Integer getNum() { method setNum (line 51) | public void setNum(Integer num) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/OrderItemExample.java class OrderItemExample (line 6) | public class OrderItemExample { method OrderItemExample (line 13) | public OrderItemExample() { method setOrderByClause (line 17) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 21) | public String getOrderByClause() { method setDistinct (line 25) | public void setDistinct(boolean distinct) { method isDistinct (line 29) | public boolean isDistinct() { method getOredCriteria (line 33) | public List getOredCriteria() { method or (line 37) | public void or(Criteria criteria) { method or (line 41) | public Criteria or() { method createCriteria (line 47) | public Criteria createCriteria() { method createCriteriaInternal (line 55) | protected Criteria createCriteriaInternal() { method clear (line 60) | public void clear() { class GeneratedCriteria (line 66) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 69) | protected GeneratedCriteria() { method isValid (line 74) | public boolean isValid() { method getAllCriteria (line 78) | public List getAllCriteria() { method getCriteria (line 82) | public List getCriteria() { method addCriterion (line 86) | protected void addCriterion(String condition) { method addCriterion (line 93) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 100) | protected void addCriterion(String condition, Object value1, Object ... method andItemidIsNull (line 107) | public Criteria andItemidIsNull() { method andItemidIsNotNull (line 112) | public Criteria andItemidIsNotNull() { method andItemidEqualTo (line 117) | public Criteria andItemidEqualTo(Integer value) { method andItemidNotEqualTo (line 122) | public Criteria andItemidNotEqualTo(Integer value) { method andItemidGreaterThan (line 127) | public Criteria andItemidGreaterThan(Integer value) { method andItemidGreaterThanOrEqualTo (line 132) | public Criteria andItemidGreaterThanOrEqualTo(Integer value) { method andItemidLessThan (line 137) | public Criteria andItemidLessThan(Integer value) { method andItemidLessThanOrEqualTo (line 142) | public Criteria andItemidLessThanOrEqualTo(Integer value) { method andItemidIn (line 147) | public Criteria andItemidIn(List values) { method andItemidNotIn (line 152) | public Criteria andItemidNotIn(List values) { method andItemidBetween (line 157) | public Criteria andItemidBetween(Integer value1, Integer value2) { method andItemidNotBetween (line 162) | public Criteria andItemidNotBetween(Integer value1, Integer value2) { method andOrderidIsNull (line 167) | public Criteria andOrderidIsNull() { method andOrderidIsNotNull (line 172) | public Criteria andOrderidIsNotNull() { method andOrderidEqualTo (line 177) | public Criteria andOrderidEqualTo(Integer value) { method andOrderidNotEqualTo (line 182) | public Criteria andOrderidNotEqualTo(Integer value) { method andOrderidGreaterThan (line 187) | public Criteria andOrderidGreaterThan(Integer value) { method andOrderidGreaterThanOrEqualTo (line 192) | public Criteria andOrderidGreaterThanOrEqualTo(Integer value) { method andOrderidLessThan (line 197) | public Criteria andOrderidLessThan(Integer value) { method andOrderidLessThanOrEqualTo (line 202) | public Criteria andOrderidLessThanOrEqualTo(Integer value) { method andOrderidIn (line 207) | public Criteria andOrderidIn(List values) { method andOrderidNotIn (line 212) | public Criteria andOrderidNotIn(List values) { method andOrderidBetween (line 217) | public Criteria andOrderidBetween(Integer value1, Integer value2) { method andOrderidNotBetween (line 222) | public Criteria andOrderidNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 227) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 232) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 237) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 242) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 247) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 252) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 257) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 262) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 267) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 272) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 277) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 282) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andNumIsNull (line 287) | public Criteria andNumIsNull() { method andNumIsNotNull (line 292) | public Criteria andNumIsNotNull() { method andNumEqualTo (line 297) | public Criteria andNumEqualTo(Integer value) { method andNumNotEqualTo (line 302) | public Criteria andNumNotEqualTo(Integer value) { method andNumGreaterThan (line 307) | public Criteria andNumGreaterThan(Integer value) { method andNumGreaterThanOrEqualTo (line 312) | public Criteria andNumGreaterThanOrEqualTo(Integer value) { method andNumLessThan (line 317) | public Criteria andNumLessThan(Integer value) { method andNumLessThanOrEqualTo (line 322) | public Criteria andNumLessThanOrEqualTo(Integer value) { method andNumIn (line 327) | public Criteria andNumIn(List values) { method andNumNotIn (line 332) | public Criteria andNumNotIn(List values) { method andNumBetween (line 337) | public Criteria andNumBetween(Integer value1, Integer value2) { method andNumNotBetween (line 342) | public Criteria andNumNotBetween(Integer value1, Integer value2) { class Criteria (line 348) | public static class Criteria extends GeneratedCriteria { method Criteria (line 350) | protected Criteria() { class Criterion (line 355) | public static class Criterion { method getCondition (line 372) | public String getCondition() { method getValue (line 376) | public Object getValue() { method getSecondValue (line 380) | public Object getSecondValue() { method isNoValue (line 384) | public boolean isNoValue() { method isSingleValue (line 388) | public boolean isSingleValue() { method isBetweenValue (line 392) | public boolean isBetweenValue() { method isListValue (line 396) | public boolean isListValue() { method getTypeHandler (line 400) | public String getTypeHandler() { method Criterion (line 404) | protected Criterion(String condition) { method Criterion (line 411) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 423) | protected Criterion(String condition, Object value) { method Criterion (line 427) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 436) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/ShopCart.java class ShopCart (line 5) | public class ShopCart extends ShopCartKey { method getCatedate (line 10) | public Date getCatedate() { method setCatedate (line 14) | public void setCatedate(Date catedate) { method getGoodsnum (line 18) | public Integer getGoodsnum() { method setGoodsnum (line 22) | public void setGoodsnum(Integer goodsnum) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/ShopCartExample.java class ShopCartExample (line 7) | public class ShopCartExample { method ShopCartExample (line 14) | public ShopCartExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andUseridIsNull (line 108) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 113) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 118) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 123) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 128) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 133) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 138) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 143) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 148) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 153) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 158) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 163) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andGoodsidIsNull (line 168) | public Criteria andGoodsidIsNull() { method andGoodsidIsNotNull (line 173) | public Criteria andGoodsidIsNotNull() { method andGoodsidEqualTo (line 178) | public Criteria andGoodsidEqualTo(Integer value) { method andGoodsidNotEqualTo (line 183) | public Criteria andGoodsidNotEqualTo(Integer value) { method andGoodsidGreaterThan (line 188) | public Criteria andGoodsidGreaterThan(Integer value) { method andGoodsidGreaterThanOrEqualTo (line 193) | public Criteria andGoodsidGreaterThanOrEqualTo(Integer value) { method andGoodsidLessThan (line 198) | public Criteria andGoodsidLessThan(Integer value) { method andGoodsidLessThanOrEqualTo (line 203) | public Criteria andGoodsidLessThanOrEqualTo(Integer value) { method andGoodsidIn (line 208) | public Criteria andGoodsidIn(List values) { method andGoodsidNotIn (line 213) | public Criteria andGoodsidNotIn(List values) { method andGoodsidBetween (line 218) | public Criteria andGoodsidBetween(Integer value1, Integer value2) { method andGoodsidNotBetween (line 223) | public Criteria andGoodsidNotBetween(Integer value1, Integer value2) { method andCatedateIsNull (line 228) | public Criteria andCatedateIsNull() { method andCatedateIsNotNull (line 233) | public Criteria andCatedateIsNotNull() { method andCatedateEqualTo (line 238) | public Criteria andCatedateEqualTo(Date value) { method andCatedateNotEqualTo (line 243) | public Criteria andCatedateNotEqualTo(Date value) { method andCatedateGreaterThan (line 248) | public Criteria andCatedateGreaterThan(Date value) { method andCatedateGreaterThanOrEqualTo (line 253) | public Criteria andCatedateGreaterThanOrEqualTo(Date value) { method andCatedateLessThan (line 258) | public Criteria andCatedateLessThan(Date value) { method andCatedateLessThanOrEqualTo (line 263) | public Criteria andCatedateLessThanOrEqualTo(Date value) { method andCatedateIn (line 268) | public Criteria andCatedateIn(List values) { method andCatedateNotIn (line 273) | public Criteria andCatedateNotIn(List values) { method andCatedateBetween (line 278) | public Criteria andCatedateBetween(Date value1, Date value2) { method andCatedateNotBetween (line 283) | public Criteria andCatedateNotBetween(Date value1, Date value2) { method andGoodsnumIsNull (line 288) | public Criteria andGoodsnumIsNull() { method andGoodsnumIsNotNull (line 293) | public Criteria andGoodsnumIsNotNull() { method andGoodsnumEqualTo (line 298) | public Criteria andGoodsnumEqualTo(Integer value) { method andGoodsnumNotEqualTo (line 303) | public Criteria andGoodsnumNotEqualTo(Integer value) { method andGoodsnumGreaterThan (line 308) | public Criteria andGoodsnumGreaterThan(Integer value) { method andGoodsnumGreaterThanOrEqualTo (line 313) | public Criteria andGoodsnumGreaterThanOrEqualTo(Integer value) { method andGoodsnumLessThan (line 318) | public Criteria andGoodsnumLessThan(Integer value) { method andGoodsnumLessThanOrEqualTo (line 323) | public Criteria andGoodsnumLessThanOrEqualTo(Integer value) { method andGoodsnumIn (line 328) | public Criteria andGoodsnumIn(List values) { method andGoodsnumNotIn (line 333) | public Criteria andGoodsnumNotIn(List values) { method andGoodsnumBetween (line 338) | public Criteria andGoodsnumBetween(Integer value1, Integer value2) { method andGoodsnumNotBetween (line 343) | public Criteria andGoodsnumNotBetween(Integer value1, Integer value2) { class Criteria (line 349) | public static class Criteria extends GeneratedCriteria { method Criteria (line 351) | protected Criteria() { class Criterion (line 356) | public static class Criterion { method getCondition (line 373) | public String getCondition() { method getValue (line 377) | public Object getValue() { method getSecondValue (line 381) | public Object getSecondValue() { method isNoValue (line 385) | public boolean isNoValue() { method isSingleValue (line 389) | public boolean isSingleValue() { method isBetweenValue (line 393) | public boolean isBetweenValue() { method isListValue (line 397) | public boolean isListValue() { method getTypeHandler (line 401) | public String getTypeHandler() { method Criterion (line 405) | protected Criterion(String condition) { method Criterion (line 412) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 424) | protected Criterion(String condition, Object value) { method Criterion (line 428) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 437) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/ShopCartKey.java class ShopCartKey (line 3) | public class ShopCartKey { method ShopCartKey (line 8) | public ShopCartKey() { method ShopCartKey (line 11) | public ShopCartKey(Integer userid, Integer goodsid) { method getUserid (line 17) | public Integer getUserid() { method setUserid (line 21) | public void setUserid(Integer userid) { method getGoodsid (line 25) | public Integer getGoodsid() { method setGoodsid (line 29) | public void setGoodsid(Integer goodsid) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/User.java class User (line 5) | public class User { method getUserid (line 18) | public Integer getUserid() { method setUserid (line 22) | public void setUserid(Integer userid) { method getUsername (line 26) | public String getUsername() { method setUsername (line 30) | public void setUsername(String username) { method getPassword (line 34) | public String getPassword() { method setPassword (line 38) | public void setPassword(String password) { method getRegtime (line 42) | public Date getRegtime() { method setRegtime (line 46) | public void setRegtime(Date regtime) { method getEmail (line 50) | public String getEmail() { method setEmail (line 54) | public void setEmail(String email) { method getTelephone (line 58) | public String getTelephone() { method setTelephone (line 62) | public void setTelephone(String telephone) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/entity/UserExample.java class UserExample (line 7) | public class UserExample { method UserExample (line 14) | public UserExample() { method setOrderByClause (line 18) | public void setOrderByClause(String orderByClause) { method getOrderByClause (line 22) | public String getOrderByClause() { method setDistinct (line 26) | public void setDistinct(boolean distinct) { method isDistinct (line 30) | public boolean isDistinct() { method getOredCriteria (line 34) | public List getOredCriteria() { method or (line 38) | public void or(Criteria criteria) { method or (line 42) | public Criteria or() { method createCriteria (line 48) | public Criteria createCriteria() { method createCriteriaInternal (line 56) | protected Criteria createCriteriaInternal() { method clear (line 61) | public void clear() { class GeneratedCriteria (line 67) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 70) | protected GeneratedCriteria() { method isValid (line 75) | public boolean isValid() { method getAllCriteria (line 79) | public List getAllCriteria() { method getCriteria (line 83) | public List getCriteria() { method addCriterion (line 87) | protected void addCriterion(String condition) { method addCriterion (line 94) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 101) | protected void addCriterion(String condition, Object value1, Object ... method andUseridIsNull (line 108) | public Criteria andUseridIsNull() { method andUseridIsNotNull (line 113) | public Criteria andUseridIsNotNull() { method andUseridEqualTo (line 118) | public Criteria andUseridEqualTo(Integer value) { method andUseridNotEqualTo (line 123) | public Criteria andUseridNotEqualTo(Integer value) { method andUseridGreaterThan (line 128) | public Criteria andUseridGreaterThan(Integer value) { method andUseridGreaterThanOrEqualTo (line 133) | public Criteria andUseridGreaterThanOrEqualTo(Integer value) { method andUseridLessThan (line 138) | public Criteria andUseridLessThan(Integer value) { method andUseridLessThanOrEqualTo (line 143) | public Criteria andUseridLessThanOrEqualTo(Integer value) { method andUseridIn (line 148) | public Criteria andUseridIn(List values) { method andUseridNotIn (line 153) | public Criteria andUseridNotIn(List values) { method andUseridBetween (line 158) | public Criteria andUseridBetween(Integer value1, Integer value2) { method andUseridNotBetween (line 163) | public Criteria andUseridNotBetween(Integer value1, Integer value2) { method andUsernameIsNull (line 168) | public Criteria andUsernameIsNull() { method andUsernameIsNotNull (line 173) | public Criteria andUsernameIsNotNull() { method andUsernameEqualTo (line 178) | public Criteria andUsernameEqualTo(String value) { method andUsernameNotEqualTo (line 183) | public Criteria andUsernameNotEqualTo(String value) { method andUsernameGreaterThan (line 188) | public Criteria andUsernameGreaterThan(String value) { method andUsernameGreaterThanOrEqualTo (line 193) | public Criteria andUsernameGreaterThanOrEqualTo(String value) { method andUsernameLessThan (line 198) | public Criteria andUsernameLessThan(String value) { method andUsernameLessThanOrEqualTo (line 203) | public Criteria andUsernameLessThanOrEqualTo(String value) { method andUsernameLike (line 208) | public Criteria andUsernameLike(String value) { method andUsernameNotLike (line 213) | public Criteria andUsernameNotLike(String value) { method andUsernameIn (line 218) | public Criteria andUsernameIn(List values) { method andUsernameNotIn (line 223) | public Criteria andUsernameNotIn(List values) { method andUsernameBetween (line 228) | public Criteria andUsernameBetween(String value1, String value2) { method andUsernameNotBetween (line 233) | public Criteria andUsernameNotBetween(String value1, String value2) { method andPasswordIsNull (line 238) | public Criteria andPasswordIsNull() { method andPasswordIsNotNull (line 243) | public Criteria andPasswordIsNotNull() { method andPasswordEqualTo (line 248) | public Criteria andPasswordEqualTo(String value) { method andPasswordNotEqualTo (line 253) | public Criteria andPasswordNotEqualTo(String value) { method andPasswordGreaterThan (line 258) | public Criteria andPasswordGreaterThan(String value) { method andPasswordGreaterThanOrEqualTo (line 263) | public Criteria andPasswordGreaterThanOrEqualTo(String value) { method andPasswordLessThan (line 268) | public Criteria andPasswordLessThan(String value) { method andPasswordLessThanOrEqualTo (line 273) | public Criteria andPasswordLessThanOrEqualTo(String value) { method andPasswordLike (line 278) | public Criteria andPasswordLike(String value) { method andPasswordNotLike (line 283) | public Criteria andPasswordNotLike(String value) { method andPasswordIn (line 288) | public Criteria andPasswordIn(List values) { method andPasswordNotIn (line 293) | public Criteria andPasswordNotIn(List values) { method andPasswordBetween (line 298) | public Criteria andPasswordBetween(String value1, String value2) { method andPasswordNotBetween (line 303) | public Criteria andPasswordNotBetween(String value1, String value2) { method andRegtimeIsNull (line 308) | public Criteria andRegtimeIsNull() { method andRegtimeIsNotNull (line 313) | public Criteria andRegtimeIsNotNull() { method andRegtimeEqualTo (line 318) | public Criteria andRegtimeEqualTo(Date value) { method andRegtimeNotEqualTo (line 323) | public Criteria andRegtimeNotEqualTo(Date value) { method andRegtimeGreaterThan (line 328) | public Criteria andRegtimeGreaterThan(Date value) { method andRegtimeGreaterThanOrEqualTo (line 333) | public Criteria andRegtimeGreaterThanOrEqualTo(Date value) { method andRegtimeLessThan (line 338) | public Criteria andRegtimeLessThan(Date value) { method andRegtimeLessThanOrEqualTo (line 343) | public Criteria andRegtimeLessThanOrEqualTo(Date value) { method andRegtimeIn (line 348) | public Criteria andRegtimeIn(List values) { method andRegtimeNotIn (line 353) | public Criteria andRegtimeNotIn(List values) { method andRegtimeBetween (line 358) | public Criteria andRegtimeBetween(Date value1, Date value2) { method andRegtimeNotBetween (line 363) | public Criteria andRegtimeNotBetween(Date value1, Date value2) { method andEmailIsNull (line 368) | public Criteria andEmailIsNull() { method andEmailIsNotNull (line 373) | public Criteria andEmailIsNotNull() { method andEmailEqualTo (line 378) | public Criteria andEmailEqualTo(String value) { method andEmailNotEqualTo (line 383) | public Criteria andEmailNotEqualTo(String value) { method andEmailGreaterThan (line 388) | public Criteria andEmailGreaterThan(String value) { method andEmailGreaterThanOrEqualTo (line 393) | public Criteria andEmailGreaterThanOrEqualTo(String value) { method andEmailLessThan (line 398) | public Criteria andEmailLessThan(String value) { method andEmailLessThanOrEqualTo (line 403) | public Criteria andEmailLessThanOrEqualTo(String value) { method andEmailLike (line 408) | public Criteria andEmailLike(String value) { method andEmailNotLike (line 413) | public Criteria andEmailNotLike(String value) { method andEmailIn (line 418) | public Criteria andEmailIn(List values) { method andEmailNotIn (line 423) | public Criteria andEmailNotIn(List values) { method andEmailBetween (line 428) | public Criteria andEmailBetween(String value1, String value2) { method andEmailNotBetween (line 433) | public Criteria andEmailNotBetween(String value1, String value2) { method andTelephoneIsNull (line 438) | public Criteria andTelephoneIsNull() { method andTelephoneIsNotNull (line 443) | public Criteria andTelephoneIsNotNull() { method andTelephoneEqualTo (line 448) | public Criteria andTelephoneEqualTo(String value) { method andTelephoneNotEqualTo (line 453) | public Criteria andTelephoneNotEqualTo(String value) { method andTelephoneGreaterThan (line 458) | public Criteria andTelephoneGreaterThan(String value) { method andTelephoneGreaterThanOrEqualTo (line 463) | public Criteria andTelephoneGreaterThanOrEqualTo(String value) { method andTelephoneLessThan (line 468) | public Criteria andTelephoneLessThan(String value) { method andTelephoneLessThanOrEqualTo (line 473) | public Criteria andTelephoneLessThanOrEqualTo(String value) { method andTelephoneLike (line 478) | public Criteria andTelephoneLike(String value) { method andTelephoneNotLike (line 483) | public Criteria andTelephoneNotLike(String value) { method andTelephoneIn (line 488) | public Criteria andTelephoneIn(List values) { method andTelephoneNotIn (line 493) | public Criteria andTelephoneNotIn(List values) { method andTelephoneBetween (line 498) | public Criteria andTelephoneBetween(String value1, String value2) { method andTelephoneNotBetween (line 503) | public Criteria andTelephoneNotBetween(String value1, String value2) { class Criteria (line 509) | public static class Criteria extends GeneratedCriteria { method Criteria (line 511) | protected Criteria() { class Criterion (line 516) | public static class Criterion { method getCondition (line 533) | public String getCondition() { method getValue (line 537) | public Object getValue() { method getSecondValue (line 541) | public Object getSecondValue() { method isNoValue (line 545) | public boolean isNoValue() { method isSingleValue (line 549) | public boolean isSingleValue() { method isBetweenValue (line 553) | public boolean isBetweenValue() { method isListValue (line 557) | public boolean isListValue() { method getTypeHandler (line 561) | public String getTypeHandler() { method Criterion (line 565) | protected Criterion(String condition) { method Criterion (line 572) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 584) | protected Criterion(String condition, Object value) { method Criterion (line 588) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 597) | protected Criterion(String condition, Object value, Object secondVal... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/ActivityService.java type ActivityService (line 9) | public interface ActivityService { method getAllActivity (line 10) | List getAllActivity(ActivityExample activityExample); method insertActivitySelective (line 12) | void insertActivitySelective(Activity activity); method selectByKey (line 14) | Activity selectByKey(Integer activityid); method deleteByActivityId (line 16) | void deleteByActivityId(Integer activityid); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/AddressService.java type AddressService (line 8) | public interface AddressService { method getAllAddressByExample (line 9) | public List
getAllAddressByExample(AddressExample addressExam... method updateByPrimaryKeySelective (line 11) | public void updateByPrimaryKeySelective(Address address); method deleteByPrimaryKey (line 13) | public void deleteByPrimaryKey(Integer addressid); method insert (line 15) | public void insert(Address address); method insertSelective (line 17) | public void insertSelective(Address address); method selectByPrimaryKey (line 19) | public Address selectByPrimaryKey(Integer addressid); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/AdminService.java type AdminService (line 6) | public interface AdminService { method selectByName (line 7) | public Admin selectByName(Admin admin); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/CateService.java type CateService (line 10) | @Service("CateService") method selectByExample (line 12) | public List selectByExample(CategoryExample example); method insertSelective (line 13) | public void insertSelective(Category category); method selectByExampleLimit (line 15) | public List selectByExampleLimit(CategoryExample digCategory... method selectById (line 17) | public Category selectById(Integer category); method updateByPrimaryKeySelective (line 19) | public void updateByPrimaryKeySelective(Category category); method deleteByPrimaryKey (line 21) | public void deleteByPrimaryKey(Integer cateid); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/ChatService.java type ChatService (line 9) | public interface ChatService { method insertChatSelective (line 10) | public void insertChatSelective(Chat chat); method selectChatByExample (line 12) | public List selectChatByExample(ChatExample chatExample); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/CommentService.java type CommentService (line 9) | public interface CommentService { method insertSelective (line 10) | public void insertSelective(Comment comment); method selectByExample (line 12) | public List selectByExample(CommentExample commentExample); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/GoodsService.java type GoodsService (line 8) | public interface GoodsService { method addGoods (line 9) | public Integer addGoods(Goods goods); method addImagePath (line 11) | public void addImagePath(ImagePath imagePath); method selectByExample (line 13) | public List selectByExample(GoodsExample example); method deleteGoodsById (line 15) | public void deleteGoodsById(Integer goodsid); method updateGoodsById (line 17) | public void updateGoodsById(Goods goods); method findImagePath (line 19) | public List findImagePath(Integer goodsid); method selectById (line 21) | public Goods selectById(Integer goodsid); method selectByExampleLimit (line 23) | public List selectByExampleLimit(GoodsExample digGoodsExample); method addFavorite (line 25) | public void addFavorite(Favorite favorite); method selectFavByKey (line 27) | public Favorite selectFavByKey(FavoriteKey favoriteKey); method deleteFavByKey (line 29) | public void deleteFavByKey(FavoriteKey favoriteKey); method selectFavByExample (line 31) | public List selectFavByExample(FavoriteExample favoriteExamp... FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/OrderService.java type OrderService (line 10) | public interface OrderService { method insertOrder (line 11) | public void insertOrder(Order order); method deleteById (line 13) | public void deleteById(Integer orderid); method selectOrderByExample (line 16) | public List selectOrderByExample(OrderExample orderExample); method getOrderItemByExample (line 18) | public List getOrderItemByExample(OrderItemExample orderIte... method getAddressByKey (line 20) | public Address getAddressByKey(Integer addressid); method updateOrderByKey (line 22) | public void updateOrderByKey(Order order); method selectByPrimaryKey (line 24) | public Order selectByPrimaryKey(Integer orderid); method insertOrderItem (line 26) | void insertOrderItem(OrderItem orderItem); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/ShopCartService.java type ShopCartService (line 10) | public interface ShopCartService { method addShopCart (line 11) | public void addShopCart(ShopCart shopCart); method selectByExample (line 13) | public List selectByExample(ShopCartExample shopCartExample); method deleteByKey (line 15) | public void deleteByKey(ShopCartKey shopCartKey); method updateCartByKey (line 17) | public void updateCartByKey(ShopCart shopCart); method selectCartByKey (line 19) | public ShopCart selectCartByKey(ShopCartKey shopCartKey); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/UserService.java type UserService (line 9) | public interface UserService { method selectByPrimaryKey (line 10) | public User selectByPrimaryKey(int userId); method selectByExample (line 12) | public List selectByExample(UserExample userExample); method insertSelective (line 14) | public void insertSelective(User user); method deleteUserById (line 16) | public void deleteUserById(Integer userid); method updateByPrimaryKeySelective (line 18) | public void updateByPrimaryKeySelective(User user); FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/ActivityServiceImpl.java class ActivityServiceImpl (line 13) | @Service("activityService") method getAllActivity (line 19) | public List getAllActivity(ActivityExample activityExample) { method insertActivitySelective (line 23) | @Override method selectByKey (line 28) | @Override method deleteByActivityId (line 33) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/AddressServiceImpl.java class AddressServiceImpl (line 13) | @Service("addressService") method getAllAddressByExample (line 19) | @Override method updateByPrimaryKeySelective (line 24) | @Override method deleteByPrimaryKey (line 29) | @Override method insert (line 34) | @Override method insertSelective (line 39) | @Override method selectByPrimaryKey (line 44) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/AdminServiceImpl.java class AdminServiceImpl (line 10) | @Service("adminService") method selectByName (line 16) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/CateServiceImpl.java class CateServiceImpl (line 13) | @Service("cateService") method selectByExample (line 19) | @Override method insertSelective (line 24) | @Override method selectByExampleLimit (line 29) | @Override method selectById (line 34) | @Override method updateByPrimaryKeySelective (line 39) | @Override method deleteByPrimaryKey (line 44) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/ChatServiceImpl.java class ChatServiceImpl (line 13) | @Service("chatService") method insertChatSelective (line 19) | @Override method selectChatByExample (line 24) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/CommentServiceImpl.java class CommentServiceImpl (line 13) | @Service("commentService") method insertSelective (line 19) | @Override method selectByExample (line 24) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/GoodsServiceImpl.java class GoodsServiceImpl (line 14) | @Service("goodsService") method addGoods (line 26) | @Override method addImagePath (line 32) | @Override method selectByExample (line 37) | @Override method deleteGoodsById (line 42) | @Override method updateGoodsById (line 48) | @Override method findImagePath (line 53) | @Override method selectById (line 61) | @Override method selectByExampleLimit (line 66) | @Override method addFavorite (line 71) | @Override method selectFavByKey (line 76) | @Override method deleteFavByKey (line 81) | @Override method selectFavByExample (line 86) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/OrderServiceImpl.java class OrderServiceImpl (line 14) | @Service("orderService") method insertOrder (line 26) | @Override method deleteById (line 31) | @Override method selectOrderByExample (line 37) | @Override method getOrderItemByExample (line 42) | @Override method getAddressByKey (line 47) | @Override method updateOrderByKey (line 52) | @Override method selectByPrimaryKey (line 57) | @Override method insertOrderItem (line 62) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/ShopCartServiceImpl.java class ShopCartServiceImpl (line 14) | @Service("addShopCart") method addShopCart (line 20) | @Override method selectByExample (line 25) | @Override method deleteByKey (line 30) | @Override method updateCartByKey (line 35) | @Override method selectCartByKey (line 40) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/service/impl/UserServiceImpl.java class UserServiceImpl (line 13) | @Service("userService") method selectByPrimaryKey (line 19) | @Override method selectByExample (line 24) | @Override method insertSelective (line 29) | @Override method deleteUserById (line 34) | @Override method updateByPrimaryKeySelective (line 39) | @Override FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/util/ImageUtil.java class ImageUtil (line 16) | public class ImageUtil { method imagePath (line 18) | public static String imagePath(MultipartFile file, String shopName) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/util/Msg.java class Msg (line 10) | public class Msg { method success (line 20) | public static Msg success(String msg) { method fail (line 27) | public static Msg fail(String msg) { method add (line 34) | public Msg add(String key, Object value) { method getCode (line 39) | public int getCode() { method setCode (line 43) | public void setCode(int code) { method getMsg (line 47) | public String getMsg() { method setMsg (line 51) | public void setMsg(String msg) { method getInfo (line 55) | public Map getInfo() { method setInfo (line 59) | public void setInfo(Map info) { FILE: ssmschoolshop/src/main/java/com/zhang/ssmschoolshop/util/verificate/Verificate.java class Verificate (line 11) | public class Verificate { method getCertPic (line 20) | public String getCertPic(int width, int height,OutputStream os) { FILE: ssmschoolshop/src/main/webapp/css/bootstrap/js/bootstrap.js function transitionEnd (line 34) | function transitionEnd() { function removeElement (line 126) | function removeElement() { function Plugin (line 142) | function Plugin(option) { function Plugin (line 251) | function Plugin(option) { function Plugin (line 475) | function Plugin(option) { function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) { function Plugin (line 707) | function Plugin(option) { function getParent (line 774) | function getParent($this) { function clearMenus (line 787) | function clearMenus(e) { function Plugin (line 880) | function Plugin(option) { function Plugin (line 1208) | function Plugin(option, _relatedTarget) { function complete (line 1574) | function complete() { function Plugin (line 1750) | function Plugin(option) { function Plugin (line 1859) | function Plugin(option) { function ScrollSpy (line 1902) | function ScrollSpy(element, options) { function Plugin (line 2022) | function Plugin(option) { function next (line 2131) | function next() { function Plugin (line 2177) | function Plugin(option) { function Plugin (line 2334) | function Plugin(option) { FILE: ssmschoolshop/src/main/webapp/js/adminchat.js function userListClick (line 317) | function userListClick() { function showMessage (line 357) | function showMessage(message) { function getChatList (line 379) | function getChatList(id) { function reGetChatUser (line 399) | function reGetChatUser(sendto) { function showChatList (line 416) | function showChatList(userlist) { FILE: ssmschoolshop/src/main/webapp/js/chat.js function send (line 51) | function send(data,userid){ function showMessage (line 83) | function showMessage(receiveName, message) { function showUrl (line 95) | function showUrl(message, url) { function showNews (line 105) | function showNews(article, source, detailurl) { FILE: ssmschoolshop/src/main/webapp/js/distpicker.js function defineProperties (line 4045) | function defineProperties(target, props) { function Distpicker (line 4139) | function Distpicker(element, options) { FILE: ssmschoolshop/src/main/webapp/js/goodsManage.js function showActInfo (line 138) | function showActInfo(activityId) { function getActivity (line 152) | function getActivity() { function to_page (line 194) | function to_page(path, page) { function build_goods_table (line 215) | function build_goods_table(path,result) { function build_page_info (line 258) | function build_page_info(path,result) { function build_page_nav (line 263) | function build_page_nav(path,result) { FILE: ssmschoolshop/src/main/webapp/js/holder.js function __webpack_require__ (line 266) | function __webpack_require__(moduleId) { function prepareImageElement (line 579) | function prepareImageElement(options, engineSettings, src, el) { function parseURL (line 598) | function parseURL(url, instanceOptions) { function prepareDOMElement (line 694) | function prepareDOMElement(prepSettings) { function render (line 845) | function render(renderSettings) { function buildSceneGraph (line 944) | function buildSceneGraph(scene) { function textSize (line 1130) | function textSize(width, height, fontSize, scale) { function updateResizableElements (line 1147) | function updateResizableElements(element) { function setInitialDimensions (line 1206) | function setInitialDimensions(el) { function visibilityCheck (line 1239) | function visibilityCheck() { function startVisibilityCheck (line 1269) | function startVisibilityCheck() { function setInvisible (line 1282) | function setInvisible(el) { function debounce (line 1395) | function debounce(fn) { function resizeEvent (line 1407) | function resizeEvent() { function _onDomReady (line 1502) | function _onDomReady(win) { function trim (line 1767) | function trim(str){ function merge (line 1828) | function merge(parent, child) { function format (line 2330) | function format (decimal) { function convertShape (line 2535) | function convertShape (shape, tag) { function textCss (line 2544) | function textCss (properties) { function outlinePath (line 2553) | function outlinePath (bgWidth, bgHeight, outlineWidth) { function createElement (line 2694) | function createElement (sugarString) { function replacer (line 2727) | function replacer (key, value) { function escapeAttribute (line 2738) | function escapeAttribute (string) { function escapeHTML (line 2744) | function escapeHTML (string) { function escapeHtml (line 2893) | function escapeHtml(html) { FILE: ssmschoolshop/src/main/webapp/js/jquery.js function DOMEval (line 76) | function DOMEval( code, doc ) { function isArrayLike (line 522) | function isArrayLike( obj ) { function Sizzle (line 754) | function Sizzle( selector, context, results, seed ) { function createCache (line 893) | function createCache() { function markFunction (line 911) | function markFunction( fn ) { function assert (line 920) | function assert( fn ) { function addHandle (line 942) | function addHandle( attrs, handler ) { function siblingCheck (line 957) | function siblingCheck( a, b ) { function createInputPseudo (line 983) | function createInputPseudo( type ) { function createButtonPseudo (line 994) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1005) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1061) | function createPositionalPseudo( fn ) { function testContext (line 1084) | function testContext( context ) { function setFilters (line 2166) | function setFilters() {} function toSelector (line 2237) | function toSelector( tokens ) { function addCombinator (line 2247) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2311) | function elementMatcher( matchers ) { function multipleContexts (line 2325) | function multipleContexts( selector, contexts, results ) { function condense (line 2334) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2355) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2448) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2506) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 2842) | function nodeName( elem, name ) { function winnow (line 2854) | function winnow( elements, qualifier, not ) { function sibling (line 3157) | function sibling( cur, dir ) { function createOptions (line 3244) | function createOptions( options ) { function Identity (line 3469) | function Identity( v ) { function Thrower (line 3472) | function Thrower( ex ) { function adoptValue (line 3476) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3569) | function resolve( depth, deferred, handler, special ) { function completed (line 3927) | function completed() { function Data (line 4029) | function Data() { function getData (line 4198) | function getData( data ) { function dataAttr (line 4223) | function dataAttr( elem, key, data ) { function adjustCSS (line 4536) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4601) | function getDefaultDisplay( elem ) { function showHide (line 4624) | function showHide( elements, show ) { function getAll (line 4725) | function getAll( context, tag ) { function setGlobalEval (line 4750) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4766) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4889) | function returnTrue() { function returnFalse (line 4893) | function returnFalse() { function safeActiveElement (line 4899) | function safeActiveElement() { function on (line 4905) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5634) | function manipulationTarget( elem, content ) { function disableScript (line 5645) | function disableScript( elem ) { function restoreScript (line 5649) | function restoreScript( elem ) { function cloneCopyEvent (line 5661) | function cloneCopyEvent( src, dest ) { function fixInput (line 5696) | function fixInput( src, dest ) { function domManip (line 5709) | function domManip( collection, args, callback, ignored ) { function remove (line 5799) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6092) | function computeStyleTests() { function curCSS (line 6166) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6219) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6256) | function vendorPropName( name ) { function finalPropName (line 6277) | function finalPropName( name ) { function setPositiveNumber (line 6285) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6297) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6343) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 6652) | function Tween( elem, options, prop, end, easing ) { function schedule (line 6775) | function schedule() { function createFxNow (line 6788) | function createFxNow() { function genFx (line 6796) | function genFx( type, includeWidth ) { function createTween (line 6816) | function createTween( value, prop, animation ) { function defaultPrefilter (line 6830) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7001) | function propFilter( props, specialEasing ) { function Animation (line 7038) | function Animation( elem, properties, options ) { function stripAndCollapse (line 7753) | function stripAndCollapse( value ) { function getClass (line 7759) | function getClass( elem ) { function buildParams (line 8383) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 8533) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8567) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8596) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8616) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8674) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9187) | function done( status, nativeStatusText, responses, headers ) { FILE: ssmschoolshop/src/main/webapp/js/mqttws31.js function decodeMessage (line 413) | function decodeMessage(input) { function writeUint16 (line 483) | function writeUint16(input, buffer, offset) { function writeString (line 489) | function writeString(input, utf8Length, buffer, offset) { function readUint16 (line 495) | function readUint16(buffer, offset) { function encodeMBI (line 503) | function encodeMBI(number) { function UTF8Length (line 523) | function UTF8Length(input) { function stringToUTF8 (line 550) | function stringToUTF8(input, output, start) { function parseUTF8 (line 584) | function parseUTF8(input, offset, length) { method host (line 1728) | get host() { return this._getHost(); } method host (line 1729) | set host(newHost) { this._setHost(newHost); } method port (line 1731) | get port() { return this._getPort(); } method port (line 1732) | set port(newPort) { this._setPort(newPort); } method clientId (line 1734) | get clientId() { return this._getClientId(); } method clientId (line 1735) | set clientId(newClientId) { this._setClientId(newClientId); } method onConnectionLost (line 1737) | get onConnectionLost() { return this._getOnConnectionLost(); } method onConnectionLost (line 1738) | set onConnectionLost(newOnConnectionLost) { this._setOnConnectionLost(ne... method onMessageDelivered (line 1740) | get onMessageDelivered() { return this._getOnMessageDelivered(); } method onMessageDelivered (line 1741) | set onMessageDelivered(newOnMessageDelivered) { this._setOnMessageDelive... method onMessageArrived (line 1743) | get onMessageArrived() { return this._getOnMessageArrived(); } method onMessageArrived (line 1744) | set onMessageArrived(newOnMessageArrived) { this._setOnMessageArrived(ne... method payloadString (line 1855) | get payloadString() { return this._getPayloadString(); } method payloadBytes (line 1856) | get payloadBytes() { return this._getPayloadBytes(); } method destinationName (line 1858) | get destinationName() { return this._getDestinationName(); } method destinationName (line 1859) | set destinationName(newDestinationName) { this._setDestinationName(newDe... method qos (line 1861) | get qos() { return this._getQos(); } method qos (line 1862) | set qos(newQos) { this._setQos(newQos); } method retained (line 1864) | get retained() { return this._getRetained(); } method retained (line 1865) | set retained(newRetained) { this._setRetained(newRetained); } method duplicate (line 1867) | get duplicate() { return this._getDuplicate(); } method duplicate (line 1868) | set duplicate(newDuplicate) { this._setDuplicate(newDuplicate); } FILE: ssmschoolshop/src/main/webapp/js/send.js function userListClick (line 164) | function userListClick() { function showMessage (line 204) | function showMessage(message) { function getChatList (line 226) | function getChatList(id) { function reGetChatUser (line 246) | function reGetChatUser(sendto) { function showChatList (line 263) | function showChatList(userlist) { FILE: ssmschoolshop/src/main/webapp/js/shopcart.js function deleteCartGoods (line 51) | function deleteCartGoods(goodsid) { function updateCart (line 66) | function updateCart(goodsid, newNum) { function showcart (line 86) | function showcart() { function build_cart_table (line 100) | function build_cart_table(result) { FILE: ssmschoolshop/src/main/webapp/js/userManage.js function to_page (line 43) | function to_page(path, page) { function build_user_table (line 64) | function build_user_table(path,result) { function build_page_info (line 86) | function build_page_info(path,result) { function build_page_nav (line 91) | function build_page_nav(path,result) { FILE: ssmschoolshop/src/test/java/com/zhang/test/MBGTest.java class MBGTest (line 25) | @Ignore method main (line 29) | public static void main(String[] args) throws IOException, XMLParserEx... FILE: ssmschoolshop/target/ssmschoolshop/css/bootstrap/js/bootstrap.js function transitionEnd (line 34) | function transitionEnd() { function removeElement (line 126) | function removeElement() { function Plugin (line 142) | function Plugin(option) { function Plugin (line 251) | function Plugin(option) { function Plugin (line 475) | function Plugin(option) { function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) { function Plugin (line 707) | function Plugin(option) { function getParent (line 774) | function getParent($this) { function clearMenus (line 787) | function clearMenus(e) { function Plugin (line 880) | function Plugin(option) { function Plugin (line 1208) | function Plugin(option, _relatedTarget) { function complete (line 1574) | function complete() { function Plugin (line 1750) | function Plugin(option) { function Plugin (line 1859) | function Plugin(option) { function ScrollSpy (line 1902) | function ScrollSpy(element, options) { function Plugin (line 2022) | function Plugin(option) { function next (line 2131) | function next() { function Plugin (line 2177) | function Plugin(option) { function Plugin (line 2334) | function Plugin(option) { FILE: ssmschoolshop/target/ssmschoolshop/js/adminchat.js function userListClick (line 317) | function userListClick() { function showMessage (line 357) | function showMessage(message) { function getChatList (line 379) | function getChatList(id) { function reGetChatUser (line 399) | function reGetChatUser(sendto) { function showChatList (line 416) | function showChatList(userlist) { FILE: ssmschoolshop/target/ssmschoolshop/js/chat.js function send (line 51) | function send(data,userid){ function showMessage (line 83) | function showMessage(receiveName, message) { function showUrl (line 95) | function showUrl(message, url) { function showNews (line 105) | function showNews(article, source, detailurl) { FILE: ssmschoolshop/target/ssmschoolshop/js/distpicker.js function defineProperties (line 4045) | function defineProperties(target, props) { function Distpicker (line 4139) | function Distpicker(element, options) { FILE: ssmschoolshop/target/ssmschoolshop/js/goodsManage.js function showActInfo (line 138) | function showActInfo(activityId) { function getActivity (line 152) | function getActivity() { function to_page (line 194) | function to_page(path, page) { function build_goods_table (line 215) | function build_goods_table(path,result) { function build_page_info (line 258) | function build_page_info(path,result) { function build_page_nav (line 263) | function build_page_nav(path,result) { FILE: ssmschoolshop/target/ssmschoolshop/js/holder.js function __webpack_require__ (line 266) | function __webpack_require__(moduleId) { function prepareImageElement (line 579) | function prepareImageElement(options, engineSettings, src, el) { function parseURL (line 598) | function parseURL(url, instanceOptions) { function prepareDOMElement (line 694) | function prepareDOMElement(prepSettings) { function render (line 845) | function render(renderSettings) { function buildSceneGraph (line 944) | function buildSceneGraph(scene) { function textSize (line 1130) | function textSize(width, height, fontSize, scale) { function updateResizableElements (line 1147) | function updateResizableElements(element) { function setInitialDimensions (line 1206) | function setInitialDimensions(el) { function visibilityCheck (line 1239) | function visibilityCheck() { function startVisibilityCheck (line 1269) | function startVisibilityCheck() { function setInvisible (line 1282) | function setInvisible(el) { function debounce (line 1395) | function debounce(fn) { function resizeEvent (line 1407) | function resizeEvent() { function _onDomReady (line 1502) | function _onDomReady(win) { function trim (line 1767) | function trim(str){ function merge (line 1828) | function merge(parent, child) { function format (line 2330) | function format (decimal) { function convertShape (line 2535) | function convertShape (shape, tag) { function textCss (line 2544) | function textCss (properties) { function outlinePath (line 2553) | function outlinePath (bgWidth, bgHeight, outlineWidth) { function createElement (line 2694) | function createElement (sugarString) { function replacer (line 2727) | function replacer (key, value) { function escapeAttribute (line 2738) | function escapeAttribute (string) { function escapeHTML (line 2744) | function escapeHTML (string) { function escapeHtml (line 2893) | function escapeHtml(html) { FILE: ssmschoolshop/target/ssmschoolshop/js/jquery.js function DOMEval (line 76) | function DOMEval( code, doc ) { function isArrayLike (line 522) | function isArrayLike( obj ) { function Sizzle (line 754) | function Sizzle( selector, context, results, seed ) { function createCache (line 893) | function createCache() { function markFunction (line 911) | function markFunction( fn ) { function assert (line 920) | function assert( fn ) { function addHandle (line 942) | function addHandle( attrs, handler ) { function siblingCheck (line 957) | function siblingCheck( a, b ) { function createInputPseudo (line 983) | function createInputPseudo( type ) { function createButtonPseudo (line 994) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1005) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1061) | function createPositionalPseudo( fn ) { function testContext (line 1084) | function testContext( context ) { function setFilters (line 2166) | function setFilters() {} function toSelector (line 2237) | function toSelector( tokens ) { function addCombinator (line 2247) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2311) | function elementMatcher( matchers ) { function multipleContexts (line 2325) | function multipleContexts( selector, contexts, results ) { function condense (line 2334) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2355) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2448) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2506) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 2842) | function nodeName( elem, name ) { function winnow (line 2854) | function winnow( elements, qualifier, not ) { function sibling (line 3157) | function sibling( cur, dir ) { function createOptions (line 3244) | function createOptions( options ) { function Identity (line 3469) | function Identity( v ) { function Thrower (line 3472) | function Thrower( ex ) { function adoptValue (line 3476) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3569) | function resolve( depth, deferred, handler, special ) { function completed (line 3927) | function completed() { function Data (line 4029) | function Data() { function getData (line 4198) | function getData( data ) { function dataAttr (line 4223) | function dataAttr( elem, key, data ) { function adjustCSS (line 4536) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4601) | function getDefaultDisplay( elem ) { function showHide (line 4624) | function showHide( elements, show ) { function getAll (line 4725) | function getAll( context, tag ) { function setGlobalEval (line 4750) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4766) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4889) | function returnTrue() { function returnFalse (line 4893) | function returnFalse() { function safeActiveElement (line 4899) | function safeActiveElement() { function on (line 4905) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5634) | function manipulationTarget( elem, content ) { function disableScript (line 5645) | function disableScript( elem ) { function restoreScript (line 5649) | function restoreScript( elem ) { function cloneCopyEvent (line 5661) | function cloneCopyEvent( src, dest ) { function fixInput (line 5696) | function fixInput( src, dest ) { function domManip (line 5709) | function domManip( collection, args, callback, ignored ) { function remove (line 5799) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6092) | function computeStyleTests() { function curCSS (line 6166) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6219) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6256) | function vendorPropName( name ) { function finalPropName (line 6277) | function finalPropName( name ) { function setPositiveNumber (line 6285) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6297) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6343) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 6652) | function Tween( elem, options, prop, end, easing ) { function schedule (line 6775) | function schedule() { function createFxNow (line 6788) | function createFxNow() { function genFx (line 6796) | function genFx( type, includeWidth ) { function createTween (line 6816) | function createTween( value, prop, animation ) { function defaultPrefilter (line 6830) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7001) | function propFilter( props, specialEasing ) { function Animation (line 7038) | function Animation( elem, properties, options ) { function stripAndCollapse (line 7753) | function stripAndCollapse( value ) { function getClass (line 7759) | function getClass( elem ) { function buildParams (line 8383) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 8533) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8567) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8596) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8616) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8674) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9187) | function done( status, nativeStatusText, responses, headers ) { FILE: ssmschoolshop/target/ssmschoolshop/js/mqttws31.js function decodeMessage (line 413) | function decodeMessage(input) { function writeUint16 (line 483) | function writeUint16(input, buffer, offset) { function writeString (line 489) | function writeString(input, utf8Length, buffer, offset) { function readUint16 (line 495) | function readUint16(buffer, offset) { function encodeMBI (line 503) | function encodeMBI(number) { function UTF8Length (line 523) | function UTF8Length(input) { function stringToUTF8 (line 550) | function stringToUTF8(input, output, start) { function parseUTF8 (line 584) | function parseUTF8(input, offset, length) { method host (line 1728) | get host() { return this._getHost(); } method host (line 1729) | set host(newHost) { this._setHost(newHost); } method port (line 1731) | get port() { return this._getPort(); } method port (line 1732) | set port(newPort) { this._setPort(newPort); } method clientId (line 1734) | get clientId() { return this._getClientId(); } method clientId (line 1735) | set clientId(newClientId) { this._setClientId(newClientId); } method onConnectionLost (line 1737) | get onConnectionLost() { return this._getOnConnectionLost(); } method onConnectionLost (line 1738) | set onConnectionLost(newOnConnectionLost) { this._setOnConnectionLost(ne... method onMessageDelivered (line 1740) | get onMessageDelivered() { return this._getOnMessageDelivered(); } method onMessageDelivered (line 1741) | set onMessageDelivered(newOnMessageDelivered) { this._setOnMessageDelive... method onMessageArrived (line 1743) | get onMessageArrived() { return this._getOnMessageArrived(); } method onMessageArrived (line 1744) | set onMessageArrived(newOnMessageArrived) { this._setOnMessageArrived(ne... method payloadString (line 1855) | get payloadString() { return this._getPayloadString(); } method payloadBytes (line 1856) | get payloadBytes() { return this._getPayloadBytes(); } method destinationName (line 1858) | get destinationName() { return this._getDestinationName(); } method destinationName (line 1859) | set destinationName(newDestinationName) { this._setDestinationName(newDe... method qos (line 1861) | get qos() { return this._getQos(); } method qos (line 1862) | set qos(newQos) { this._setQos(newQos); } method retained (line 1864) | get retained() { return this._getRetained(); } method retained (line 1865) | set retained(newRetained) { this._setRetained(newRetained); } method duplicate (line 1867) | get duplicate() { return this._getDuplicate(); } method duplicate (line 1868) | set duplicate(newDuplicate) { this._setDuplicate(newDuplicate); } FILE: ssmschoolshop/target/ssmschoolshop/js/send.js function userListClick (line 164) | function userListClick() { function showMessage (line 204) | function showMessage(message) { function getChatList (line 226) | function getChatList(id) { function reGetChatUser (line 246) | function reGetChatUser(sendto) { function showChatList (line 263) | function showChatList(userlist) { FILE: ssmschoolshop/target/ssmschoolshop/js/shopcart.js function deleteCartGoods (line 51) | function deleteCartGoods(goodsid) { function updateCart (line 66) | function updateCart(goodsid, newNum) { function showcart (line 86) | function showcart() { function build_cart_table (line 100) | function build_cart_table(result) { FILE: ssmschoolshop/target/ssmschoolshop/js/userManage.js function to_page (line 43) | function to_page(path, page) { function build_user_table (line 64) | function build_user_table(path,result) { function build_page_info (line 86) | function build_page_info(path,result) { function build_page_nav (line 91) | function build_page_nav(path,result) {