details:   /erp/devel/pi/rev/0200b2ef9a97
changeset: 9434:0200b2ef9a97
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Tue Dec 28 13:54:53 2010 +0100
summary:   Removed not needed parts of querylist

diffstat:

 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/OBCLKER_TEMPLATE.xml
               |  15 --
 
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListComponent.java
    |  51 ----------
 
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/templates/ob-querylist.ftl
 |  18 ---
 3 files changed, 0 insertions(+), 84 deletions(-)

diffs (96 lines):

diff -r 45d838bfa22a -r 0200b2ef9a97 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/OBCLKER_TEMPLATE.xml
--- 
a/modules/org.openbravo.client.querylist/src-db/database/sourcedata/OBCLKER_TEMPLATE.xml
    Tue Dec 28 13:25:15 2010 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<data>
-<!--337A637E2DDB4FABA2C793DFB937207D--><OBCLKER_TEMPLATE>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  
<OBCLKER_TEMPLATE_ID><![CDATA[337A637E2DDB4FABA2C793DFB937207D]]></OBCLKER_TEMPLATE_ID>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  
<AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  
<AD_MODULE_ID><![CDATA[0A060B2AF1974E8EAA8DB61388E9AECC]]></AD_MODULE_ID>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  <NAME><![CDATA[QueryList Superclass 
Widget]]></NAME>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  
<TEMPLATECLASSPATHLOCATION><![CDATA[/org/openbravo/client/querylist/templates/ob-querylist.ftl]]></TEMPLATECLASSPATHLOCATION>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  
<TEMPLATE_LANGUAGE><![CDATA[OBCLFRE_Freemarker]]></TEMPLATE_LANGUAGE>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  
<COMPONENT_TYPE><![CDATA[OBUIAPP_MainLayout]]></COMPONENT_TYPE>
-<!--337A637E2DDB4FABA2C793DFB937207D-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
-<!--337A637E2DDB4FABA2C793DFB937207D--></OBCLKER_TEMPLATE>
-
-</data>
diff -r 45d838bfa22a -r 0200b2ef9a97 
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListComponent.java
--- 
a/modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListComponent.java
 Tue Dec 28 13:25:15 2010 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-/*
- *************************************************************************
- * The contents of this file are subject to the Openbravo  Public  License
- * Version  1.1  (the  "License"),  being   the  Mozilla   Public  License
- * Version 1.1  with a permitted attribution clause; you may not  use this
- * file except in compliance with the License. You  may  obtain  a copy of
- * the License at http://www.openbravo.com/legal/license.html 
- * Software distributed under the License  is  distributed  on  an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * License for the specific  language  governing  rights  and  limitations
- * under the License.
- * The Original Code is Openbravo ERP.
- * The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2010 Openbravo SLU
- * All Rights Reserved.
- * Contributor(s):  ______________________________________.
- ************************************************************************
- */
-package org.openbravo.client.querylist;
-
-import java.util.UUID;
-
-import org.openbravo.client.kernel.BaseTemplateComponent;
-import org.openbravo.client.kernel.Template;
-import org.openbravo.dal.service.OBDal;
-
-/**
- * Creates the properties list which is initially loaded in the client.
- * 
- * @author gorkaion
- */
-public class QueryListComponent extends BaseTemplateComponent {
-
-  static final String COMPONENT_ID = "QueryList";
-  private static final String TEMPLATEID = "337A637E2DDB4FABA2C793DFB937207D";
-
-  @Override
-  protected Template getComponentTemplate() {
-    return OBDal.getInstance().get(Template.class, TEMPLATEID);
-  }
-
-  @Override
-  public String getId() {
-    return COMPONENT_ID;
-  }
-
-  @Override
-  public String getETag() {
-    return UUID.randomUUID().toString();
-  }
-}
diff -r 45d838bfa22a -r 0200b2ef9a97 
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/templates/ob-querylist.ftl
--- 
a/modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/templates/ob-querylist.ftl
      Tue Dec 28 13:25:15 2010 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-/*
- *************************************************************************
- * The contents of this file are subject to the Openbravo  Public  License
- * Version  1.1  (the  "License"),  being   the  Mozilla   Public  License
- * Version 1.1  with a permitted attribution clause; you may not  use this
- * file except in compliance with the License. You  may  obtain  a copy of
- * the License at http://www.openbravo.com/legal/license.html 
- * Software distributed under the License  is  distributed  on  an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * License for the specific  language  governing  rights  and  limitations
- * under the License.
- * The Original Code is Openbravo ERP.
- * The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2010 Openbravo SLU
- * All Rights Reserved.
- * Contributor(s):  ______________________________________.
- ************************************************************************
-*/

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to