tot.send
类 SendCategory

java.lang.Object
  继承者 tot.send.SendCategory

public class SendCategory
extends java.lang.Object


构造函数摘要
SendCategory()
          Creates a new instance of SendCategory
 
方法摘要
 void createCategoryImgListDesc(java.util.Locale locale, int categoryId, int imgw, int imgh, int pagesizes, java.lang.String savePath, java.lang.String template, java.lang.String distributepath)
          create category list file with desc
 void createCategoryIndex(java.util.Locale locale, int categoryId, java.lang.String savePath, java.lang.String template, java.lang.String distributepath)
          create category index file
 void createCategoryList(java.util.Locale locale, int categoryId, int pagesizes, java.lang.String savePath, java.lang.String template, java.lang.String distributepath)
          create category list file
 void createCategoryListDesc(java.util.Locale locale, int categoryId, int pagesizes, java.lang.String savePath, java.lang.String template, java.lang.String distributepath)
          create category list file with desc
 void createCategoryMultiList(java.util.Locale locale, int categoryId, int rows, int cols, java.lang.String savePath, java.lang.String template, java.lang.String distributepath)
          create category multi list file
 void createCategoryPicList(java.util.Locale locale, int categoryId, int rows, int cols, int imgw, int imgh, java.lang.String savePath, java.lang.String template, java.lang.String distributepath)
          create category pic list file
 java.lang.String showPage(java.util.Locale locale, int currentpage, int totalnum, int pagenum)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

SendCategory

public SendCategory()
Creates a new instance of SendCategory

方法详细信息

createCategoryIndex

public void createCategoryIndex(java.util.Locale locale,
                                int categoryId,
                                java.lang.String savePath,
                                java.lang.String template,
                                java.lang.String distributepath)
                         throws BadInputException
create category index file

抛出:
BadInputException

createCategoryList

public void createCategoryList(java.util.Locale locale,
                               int categoryId,
                               int pagesizes,
                               java.lang.String savePath,
                               java.lang.String template,
                               java.lang.String distributepath)
                        throws BadInputException
create category list file

抛出:
BadInputException

createCategoryListDesc

public void createCategoryListDesc(java.util.Locale locale,
                                   int categoryId,
                                   int pagesizes,
                                   java.lang.String savePath,
                                   java.lang.String template,
                                   java.lang.String distributepath)
create category list file with desc


createCategoryImgListDesc

public void createCategoryImgListDesc(java.util.Locale locale,
                                      int categoryId,
                                      int imgw,
                                      int imgh,
                                      int pagesizes,
                                      java.lang.String savePath,
                                      java.lang.String template,
                                      java.lang.String distributepath)
create category list file with desc


createCategoryMultiList

public void createCategoryMultiList(java.util.Locale locale,
                                    int categoryId,
                                    int rows,
                                    int cols,
                                    java.lang.String savePath,
                                    java.lang.String template,
                                    java.lang.String distributepath)
create category multi list file


createCategoryPicList

public void createCategoryPicList(java.util.Locale locale,
                                  int categoryId,
                                  int rows,
                                  int cols,
                                  int imgw,
                                  int imgh,
                                  java.lang.String savePath,
                                  java.lang.String template,
                                  java.lang.String distributepath)
create category pic list file


showPage

public java.lang.String showPage(java.util.Locale locale,
                                 int currentpage,
                                 int totalnum,
                                 int pagenum)