⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 productcategoryrelationaction.java

📁 shopping home JSP system
💻 JAVA
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   ProductCategoryRelationAction.java

package com.keyshop.shop.product.controller;

import com.keyshop.pub.bo.PubHibernate;
import com.keyshop.pub.controller.PubAction;
import com.keyshop.pub.controller.PubForm;
import com.keyshop.pub.util.StringUtil;
import com.keyshop.shop.product.bo.ProductCategoryBO;
import com.keyshop.shop.product.bo.ProductCategoryRelationBO;
import com.keyshop.shop.product.model.*;
import com.keyshop.shop.product.util.ProductHelper;
import java.io.PrintStream;
import java.util.*;
import javax.servlet.http.*;
import org.apache.struts.action.*;

// Referenced classes of package com.keyshop.shop.product.controller:
//            ProductCategoryForm

public class ProductCategoryRelationAction extends PubAction
{

    public ProductCategoryRelationAction()
    {
    }



    public String getSelectSQL()
    {
       
            
        return “”;
    }

    public void initClassName()
    {
       
        formBeanClass = "com.keyshop.shop.product.controller.ProductForm";
    }

    public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    {
        
        return super.execute(mapping, form, request, response);
    }

    public ActionForward performSave(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    {
       
        return mapping.findForward("add");
    }

    public ActionForward performList(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    {
       
            return mapping.findForward("list");
        }
        catch(Exception e)
        {
            generalError(request, e);
        }
        return mapping.findForward("fail");
    }

    public ActionForward performAddproduct(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    {
       
        return performList(mapping, form, request, response);
    }

    public ActionForward performRemoveproduct(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    {

        return performExistedlist(mapping, form, request, response);
    }

    public ActionForward performExistedlist(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    {
      
        return mapping.findForward("fail");
    }

    private List convertProductList(List searchResult)
    {
return null;
    }

    private String getCategoryId()
    {
       return null;
    }

    private boolean checkCategory()
    {
         
        return false;
    }

    private List filterList(List alist, List rlist)
    {
      return null;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -