Generate complete model for version 3.5.3a - partial upload

This commit is contained in:
Carlos Ruiz 2008-12-21 13:28:45 +00:00
parent 40ad684bcd
commit 2e86a136c2
196 changed files with 1731 additions and 1965 deletions

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for B_Offer
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_B_Offer extends PO implements I_B_Offer, I_Persistent
{
@ -77,7 +77,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent
return sb.toString();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -88,7 +88,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -137,7 +137,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent
return ii.intValue();
}
public I_B_SellerFunds getB_SellerFunds() throws Exception
public I_B_SellerFunds getB_SellerFunds() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_B_SellerFunds.Table_Name);
I_B_SellerFunds result = null;
@ -148,7 +148,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -175,7 +175,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent
return ii.intValue();
}
public I_B_Topic getB_Topic() throws Exception
public I_B_Topic getB_Topic() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_B_Topic.Table_Name);
I_B_Topic result = null;
@ -186,7 +186,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for B_Seller
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_B_Seller extends PO implements I_B_Seller, I_Persistent
{
@ -76,7 +76,7 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent
return sb.toString();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -87,7 +87,7 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for B_SellerFunds
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent
{
@ -77,7 +77,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent
return sb.toString();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -88,7 +88,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -167,7 +167,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent
return bd;
}
public I_C_Order getC_Order() throws Exception
public I_C_Order getC_Order() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Order.Table_Name);
I_C_Order result = null;
@ -178,7 +178,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -206,7 +206,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent
return ii.intValue();
}
public I_C_Payment getC_Payment() throws Exception
public I_C_Payment getC_Payment() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Payment.Table_Name);
I_C_Payment result = null;
@ -217,7 +217,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for B_Topic
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_B_Topic extends PO implements I_B_Topic, I_Persistent
{
@ -82,7 +82,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent
return sb.toString();
}
public I_B_TopicCategory getB_TopicCategory() throws Exception
public I_B_TopicCategory getB_TopicCategory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_B_TopicCategory.Table_Name);
I_B_TopicCategory result = null;
@ -93,7 +93,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -142,7 +142,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent
return ii.intValue();
}
public I_B_TopicType getB_TopicType() throws Exception
public I_B_TopicType getB_TopicType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_B_TopicType.Table_Name);
I_B_TopicType result = null;
@ -153,7 +153,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for B_TopicCategory
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persistent
{
@ -96,7 +96,7 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis
return ii.intValue();
}
public I_B_TopicType getB_TopicType() throws Exception
public I_B_TopicType getB_TopicType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_B_TopicType.Table_Name);
I_B_TopicType result = null;
@ -107,7 +107,7 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for B_TopicType
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent
{
@ -149,7 +149,7 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent
return (String)get_Value(COLUMNNAME_Help);
}
public I_M_PriceList getM_PriceList() throws Exception
public I_M_PriceList getM_PriceList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList.Table_Name);
I_M_PriceList result = null;
@ -160,7 +160,7 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -187,7 +187,7 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -198,7 +198,7 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -225,8 +225,6 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent
return ii.intValue();
}
/** M_ProductMember_ID AD_Reference_ID=162 */
public static final int M_PRODUCTMEMBER_ID_AD_Reference_ID=162;
/** Set Membership.
@param M_ProductMember_ID
Product used to deternine the price of the membership for the topic type

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_AccessContainer
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_Persistent
{
@ -72,7 +72,7 @@ public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_
return sb.toString();
}
public I_CM_AccessProfile getCM_AccessProfile() throws Exception
public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_AccessProfile.Table_Name);
I_CM_AccessProfile result = null;
@ -83,7 +83,7 @@ public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -110,7 +110,7 @@ public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_
return ii.intValue();
}
public I_CM_Container getCM_Container() throws Exception
public I_CM_Container getCM_Container() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Container.Table_Name);
I_CM_Container result = null;
@ -121,7 +121,7 @@ public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_AccessListBPGroup
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup, I_Persistent
{
@ -72,7 +72,7 @@ public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup
return sb.toString();
}
public I_C_BP_Group getC_BP_Group() throws Exception
public I_C_BP_Group getC_BP_Group() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BP_Group.Table_Name);
I_C_BP_Group result = null;
@ -83,7 +83,7 @@ public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -110,7 +110,7 @@ public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup
return ii.intValue();
}
public I_CM_AccessProfile getCM_AccessProfile() throws Exception
public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_AccessProfile.Table_Name);
I_CM_AccessProfile result = null;
@ -121,7 +121,7 @@ public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_AccessListRole
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Persistent
{
@ -72,7 +72,7 @@ public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Pe
return sb.toString();
}
public I_AD_Role getAD_Role() throws Exception
public I_AD_Role getAD_Role() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Role.Table_Name);
I_AD_Role result = null;
@ -83,7 +83,7 @@ public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -110,7 +110,7 @@ public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Pe
return ii.intValue();
}
public I_CM_AccessProfile getCM_AccessProfile() throws Exception
public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_AccessProfile.Table_Name);
I_CM_AccessProfile result = null;
@ -121,7 +121,7 @@ public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_AccessMedia
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persistent
{
@ -72,7 +72,7 @@ public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persiste
return sb.toString();
}
public I_CM_AccessProfile getCM_AccessProfile() throws Exception
public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_AccessProfile.Table_Name);
I_CM_AccessProfile result = null;
@ -83,7 +83,7 @@ public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -110,7 +110,7 @@ public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persiste
return ii.intValue();
}
public I_CM_Media getCM_Media() throws Exception
public I_CM_Media getCM_Media() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Media.Table_Name);
I_CM_Media result = null;
@ -121,7 +121,7 @@ public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_AccessNewsChannel
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel, I_Persistent
{
@ -72,7 +72,7 @@ public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel
return sb.toString();
}
public I_CM_AccessProfile getCM_AccessProfile() throws Exception
public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_AccessProfile.Table_Name);
I_CM_AccessProfile result = null;
@ -83,7 +83,7 @@ public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -110,7 +110,7 @@ public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel
return ii.intValue();
}
public I_CM_NewsChannel getCM_NewsChannel() throws Exception
public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_NewsChannel.Table_Name);
I_CM_NewsChannel result = null;
@ -121,7 +121,7 @@ public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_AccessProfile
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_AccessProfile extends PO implements I_CM_AccessProfile, I_Persistent
{

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_AccessStage
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persistent
{
@ -72,7 +72,7 @@ public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persiste
return sb.toString();
}
public I_CM_AccessProfile getCM_AccessProfile() throws Exception
public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_AccessProfile.Table_Name);
I_CM_AccessProfile result = null;
@ -83,7 +83,7 @@ public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -110,7 +110,7 @@ public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persiste
return ii.intValue();
}
public I_CM_CStage getCM_CStage() throws Exception
public I_CM_CStage getCM_CStage() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_CStage.Table_Name);
I_CM_CStage result = null;
@ -121,7 +121,7 @@ public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Ad
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent
{
@ -125,7 +125,7 @@ public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent
return ii.intValue();
}
public I_CM_Ad_Cat getCM_Ad_Cat() throws Exception
public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Ad_Cat.Table_Name);
I_CM_Ad_Cat result = null;
@ -136,7 +136,7 @@ public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -185,7 +185,7 @@ public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent
return ii.intValue();
}
public I_CM_Media getCM_Media() throws Exception
public I_CM_Media getCM_Media() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Media.Table_Name);
I_CM_Media result = null;
@ -196,7 +196,7 @@ public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Ad_Cat
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Ad_Cat extends PO implements I_CM_Ad_Cat, I_Persistent
{
@ -96,7 +96,7 @@ public class X_CM_Ad_Cat extends PO implements I_CM_Ad_Cat, I_Persistent
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -107,7 +107,7 @@ public class X_CM_Ad_Cat extends PO implements I_CM_Ad_Cat, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_BroadcastServer
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_BroadcastServer extends PO implements I_CM_BroadcastServer, I_Persistent
{
@ -97,7 +97,7 @@ public class X_CM_BroadcastServer extends PO implements I_CM_BroadcastServer, I_
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -108,7 +108,7 @@ public class X_CM_BroadcastServer extends PO implements I_CM_BroadcastServer, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_CStage
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent
{
@ -108,8 +108,6 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent
return ii.intValue();
}
/** CM_CStageLink_ID AD_Reference_ID=387 */
public static final int CM_CSTAGELINK_ID_AD_Reference_ID=387;
/** Set Container Link.
@param CM_CStageLink_ID
Stage Link to another Container in the Web Project
@ -133,7 +131,7 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent
return ii.intValue();
}
public I_CM_Template getCM_Template() throws Exception
public I_CM_Template getCM_Template() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Template.Table_Name);
I_CM_Template result = null;
@ -144,7 +142,7 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -172,7 +170,7 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -183,7 +181,7 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_CStageTTable
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persistent
{
@ -75,7 +75,7 @@ public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persis
return sb.toString();
}
public I_CM_CStage getCM_CStage() throws Exception
public I_CM_CStage getCM_CStage() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_CStage.Table_Name);
I_CM_CStage result = null;
@ -86,7 +86,7 @@ public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -135,7 +135,7 @@ public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persis
return ii.intValue();
}
public I_CM_TemplateTable getCM_TemplateTable() throws Exception
public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_TemplateTable.Table_Name);
I_CM_TemplateTable result = null;
@ -146,7 +146,7 @@ public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_CStage_Element
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_CStage_Element extends PO implements I_CM_CStage_Element, I_Persistent
{
@ -96,7 +96,7 @@ public class X_CM_CStage_Element extends PO implements I_CM_CStage_Element, I_Pe
return ii.intValue();
}
public I_CM_CStage getCM_CStage() throws Exception
public I_CM_CStage getCM_CStage() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_CStage.Table_Name);
I_CM_CStage result = null;
@ -107,7 +107,7 @@ public class X_CM_CStage_Element extends PO implements I_CM_CStage_Element, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Chat
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent
{
@ -76,7 +76,7 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -87,7 +87,7 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -136,7 +136,7 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent
return ii.intValue();
}
public I_CM_ChatType getCM_ChatType() throws Exception
public I_CM_ChatType getCM_ChatType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_ChatType.Table_Name);
I_CM_ChatType result = null;
@ -147,7 +147,7 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_ChatEntry
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent
{
@ -77,7 +77,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent
return sb.toString();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -88,7 +88,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -161,8 +161,6 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent
return (String)get_Value(COLUMNNAME_ChatEntryType);
}
/** CM_ChatEntryGrandParent_ID AD_Reference_ID=399 */
public static final int CM_CHATENTRYGRANDPARENT_ID_AD_Reference_ID=399;
/** Set Chat Entry Grandparent.
@param CM_ChatEntryGrandParent_ID
Link to Grand Parent (root level)
@ -216,8 +214,6 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent
return new KeyNamePair(get_ID(), String.valueOf(getCM_ChatEntry_ID()));
}
/** CM_ChatEntryParent_ID AD_Reference_ID=399 */
public static final int CM_CHATENTRYPARENT_ID_AD_Reference_ID=399;
/** Set Chat Entry Parent.
@param CM_ChatEntryParent_ID
Link to direct Parent
@ -241,7 +237,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent
return ii.intValue();
}
public I_CM_Chat getCM_Chat() throws Exception
public I_CM_Chat getCM_Chat() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Chat.Table_Name);
I_CM_Chat result = null;
@ -252,7 +248,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_ChatType
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent
{
@ -74,7 +74,7 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -85,7 +85,7 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_ChatTypeUpdate
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Persistent
{
@ -73,7 +73,7 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe
return sb.toString();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -84,7 +84,7 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -111,7 +111,7 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe
return ii.intValue();
}
public I_CM_ChatType getCM_ChatType() throws Exception
public I_CM_ChatType getCM_ChatType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_ChatType.Table_Name);
I_CM_ChatType result = null;
@ -122,7 +122,7 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for CM_ChatUpdate
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent
{
@ -73,7 +73,7 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent
return sb.toString();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -84,7 +84,7 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -111,7 +111,7 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent
return ii.intValue();
}
public I_CM_Chat getCM_Chat() throws Exception
public I_CM_Chat getCM_Chat() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Chat.Table_Name);
I_CM_Chat result = null;
@ -122,7 +122,7 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Container
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Container extends PO implements I_CM_Container, I_Persistent
{
@ -106,8 +106,6 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent
return ii.intValue();
}
/** CM_ContainerLink_ID AD_Reference_ID=386 */
public static final int CM_CONTAINERLINK_ID_AD_Reference_ID=386;
/** Set Container Link.
@param CM_ContainerLink_ID
Link to another Container in the Web Project
@ -131,7 +129,7 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent
return ii.intValue();
}
public I_CM_Template getCM_Template() throws Exception
public I_CM_Template getCM_Template() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Template.Table_Name);
I_CM_Template result = null;
@ -142,7 +140,7 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -169,7 +167,7 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -180,7 +178,7 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_ContainerTTable
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_Persistent
{
@ -75,7 +75,7 @@ public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_
return sb.toString();
}
public I_CM_Container getCM_Container() throws Exception
public I_CM_Container getCM_Container() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Container.Table_Name);
I_CM_Container result = null;
@ -86,7 +86,7 @@ public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -135,7 +135,7 @@ public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_
return ii.intValue();
}
public I_CM_TemplateTable getCM_TemplateTable() throws Exception
public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_TemplateTable.Table_Name);
I_CM_TemplateTable result = null;
@ -146,7 +146,7 @@ public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Container_Element
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Container_Element extends PO implements I_CM_Container_Element, I_Persistent
{
@ -96,7 +96,7 @@ public class X_CM_Container_Element extends PO implements I_CM_Container_Element
return ii.intValue();
}
public I_CM_Container getCM_Container() throws Exception
public I_CM_Container getCM_Container() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Container.Table_Name);
I_CM_Container result = null;
@ -107,7 +107,7 @@ public class X_CM_Container_Element extends PO implements I_CM_Container_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import java.util.logging.Level;
/** Generated Model for CM_Container_URL
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Container_URL extends PO implements I_CM_Container_URL, I_Persistent
{
@ -95,7 +95,7 @@ public class X_CM_Container_URL extends PO implements I_CM_Container_URL, I_Pers
return (Timestamp)get_Value(COLUMNNAME_Checked);
}
public I_CM_Container getCM_Container() throws Exception
public I_CM_Container getCM_Container() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Container.Table_Name);
I_CM_Container result = null;
@ -106,7 +106,7 @@ public class X_CM_Container_URL extends PO implements I_CM_Container_URL, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Media
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Media extends PO implements I_CM_Media, I_Persistent
{
@ -120,7 +120,7 @@ public class X_CM_Media extends PO implements I_CM_Media, I_Persistent
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -131,7 +131,7 @@ public class X_CM_Media extends PO implements I_CM_Media, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import java.util.logging.Level;
/** Generated Model for CM_MediaDeploy
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persistent
{
@ -97,7 +97,7 @@ public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persiste
return ii.intValue();
}
public I_CM_Media getCM_Media() throws Exception
public I_CM_Media getCM_Media() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Media.Table_Name);
I_CM_Media result = null;
@ -108,7 +108,7 @@ public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -135,7 +135,7 @@ public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persiste
return ii.intValue();
}
public I_CM_Media_Server getCM_Media_Server() throws Exception
public I_CM_Media_Server getCM_Media_Server() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Media_Server.Table_Name);
I_CM_Media_Server result = null;
@ -146,7 +146,7 @@ public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Media_Server
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Media_Server extends PO implements I_CM_Media_Server, I_Persistent
{
@ -97,7 +97,7 @@ public class X_CM_Media_Server extends PO implements I_CM_Media_Server, I_Persis
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -108,7 +108,7 @@ public class X_CM_Media_Server extends PO implements I_CM_Media_Server, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_NewsChannel
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_NewsChannel extends PO implements I_CM_NewsChannel, I_Persistent
{
@ -116,7 +116,7 @@ public class X_CM_NewsChannel extends PO implements I_CM_NewsChannel, I_Persiste
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -127,7 +127,7 @@ public class X_CM_NewsChannel extends PO implements I_CM_NewsChannel, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import java.util.logging.Level;
/** Generated Model for CM_NewsItem
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_NewsItem extends PO implements I_CM_NewsItem, I_Persistent
{
@ -90,7 +90,7 @@ public class X_CM_NewsItem extends PO implements I_CM_NewsItem, I_Persistent
return (String)get_Value(COLUMNNAME_Author);
}
public I_CM_NewsChannel getCM_NewsChannel() throws Exception
public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_NewsChannel.Table_Name);
I_CM_NewsChannel result = null;
@ -101,7 +101,7 @@ public class X_CM_NewsItem extends PO implements I_CM_NewsItem, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Template
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Template extends PO implements I_CM_Template, I_Persistent
{
@ -101,7 +101,7 @@ public class X_CM_Template extends PO implements I_CM_Template, I_Persistent
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -112,7 +112,7 @@ public class X_CM_Template extends PO implements I_CM_Template, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_TemplateTable
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Persistent
{
@ -75,7 +75,7 @@ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Pers
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -86,7 +86,7 @@ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -113,7 +113,7 @@ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Pers
return ii.intValue();
}
public I_CM_Template getCM_Template() throws Exception
public I_CM_Template getCM_Template() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Template.Table_Name);
I_CM_Template result = null;
@ -124,7 +124,7 @@ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_Template_Ad_Cat
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_Persistent
{
@ -74,7 +74,7 @@ public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_
return sb.toString();
}
public I_CM_Ad_Cat getCM_Ad_Cat() throws Exception
public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Ad_Cat.Table_Name);
I_CM_Ad_Cat result = null;
@ -85,7 +85,7 @@ public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -112,7 +112,7 @@ public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_
return ii.intValue();
}
public I_CM_Template getCM_Template() throws Exception
public I_CM_Template getCM_Template() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Template.Table_Name);
I_CM_Template result = null;
@ -123,7 +123,7 @@ public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.Env;
/** Generated Model for CM_WebAccessLog
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persistent
{
@ -94,7 +94,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
return (String)get_Value(COLUMNNAME_AcceptLanguage);
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -105,7 +105,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -133,7 +133,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
return ii.intValue();
}
public I_CM_BroadcastServer getCM_BroadcastServer() throws Exception
public I_CM_BroadcastServer getCM_BroadcastServer() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_BroadcastServer.Table_Name);
I_CM_BroadcastServer result = null;
@ -144,7 +144,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -172,7 +172,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
return ii.intValue();
}
public I_CM_Media getCM_Media() throws Exception
public I_CM_Media getCM_Media() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Media.Table_Name);
I_CM_Media result = null;
@ -183,7 +183,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -233,7 +233,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -244,7 +244,7 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_WebProject
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent
{
@ -81,8 +81,6 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent
return sb.toString();
}
/** AD_TreeCMC_ID AD_Reference_ID=184 */
public static final int AD_TREECMC_ID_AD_Reference_ID=184;
/** Set Container Tree.
@param AD_TreeCMC_ID
Container Tree
@ -106,8 +104,6 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent
return ii.intValue();
}
/** AD_TreeCMM_ID AD_Reference_ID=184 */
public static final int AD_TREECMM_ID_AD_Reference_ID=184;
/** Set Media Tree.
@param AD_TreeCMM_ID
Media Tree
@ -131,8 +127,6 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent
return ii.intValue();
}
/** AD_TreeCMS_ID AD_Reference_ID=184 */
public static final int AD_TREECMS_ID_AD_Reference_ID=184;
/** Set Stage Tree.
@param AD_TreeCMS_ID
Stage Tree
@ -156,8 +150,6 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent
return ii.intValue();
}
/** AD_TreeCMT_ID AD_Reference_ID=184 */
public static final int AD_TREECMT_ID_AD_Reference_ID=184;
/** Set Template Tree.
@param AD_TreeCMT_ID
Template Tree

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_WebProject_Domain
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain, I_Persistent
{
@ -75,7 +75,7 @@ public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain
return sb.toString();
}
public I_CM_Container getCM_Container() throws Exception
public I_CM_Container getCM_Container() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_Container.Table_Name);
I_CM_Container result = null;
@ -86,7 +86,7 @@ public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -136,7 +136,7 @@ public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -147,7 +147,7 @@ public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for CM_WikiToken
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_CM_WikiToken extends PO implements I_CM_WikiToken, I_Persistent
{
@ -75,7 +75,7 @@ public class X_CM_WikiToken extends PO implements I_CM_WikiToken, I_Persistent
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -86,7 +86,7 @@ public class X_CM_WikiToken extends PO implements I_CM_WikiToken, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_AcctProcessor
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persistent
{
@ -79,7 +79,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -90,7 +90,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -140,7 +140,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis
return ii.intValue();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -151,7 +151,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -344,8 +344,6 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis
return false;
}
/** Supervisor_ID AD_Reference_ID=286 */
public static final int SUPERVISOR_ID_AD_Reference_ID=286;
/** Set Supervisor.
@param Supervisor_ID
Supervisor for this user/organization - used for escalation and approval

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_AcctProcessorLog
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_Persistent
{
@ -90,7 +90,7 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_
return (byte[])get_Value(COLUMNNAME_BinaryData);
}
public I_C_AcctProcessor getC_AcctProcessor() throws Exception
public I_C_AcctProcessor getC_AcctProcessor() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctProcessor.Table_Name);
I_C_AcctProcessor result = null;
@ -101,7 +101,7 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_AcctSchema
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
{
@ -97,8 +97,6 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
return sb.toString();
}
/** AD_OrgOnly_ID AD_Reference_ID=322 */
public static final int AD_ORGONLY_ID_AD_Reference_ID=322;
/** Set Only Organization.
@param AD_OrgOnly_ID
Create posting entries only for this organization
@ -168,7 +166,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -179,7 +177,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -302,7 +300,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
return (String)get_Value(COLUMNNAME_CostingMethod);
}
public I_C_Period getC_Period() throws Exception
public I_C_Period getC_Period() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Period.Table_Name);
I_C_Period result = null;
@ -313,7 +311,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -628,7 +626,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
return false;
}
public I_M_CostType getM_CostType() throws Exception
public I_M_CostType getM_CostType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_CostType.Table_Name);
I_M_CostType result = null;
@ -639,7 +637,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_AcctSchema_Default
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default, I_Persistent
{
@ -372,7 +372,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
return ii.intValue();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -383,7 +383,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_AcctSchema_Element
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element, I_Persistent
{
@ -81,7 +81,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return sb.toString();
}
public I_AD_Column getAD_Column() throws Exception
public I_AD_Column getAD_Column() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Column.Table_Name);
I_AD_Column result = null;
@ -92,7 +92,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -139,7 +139,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -150,7 +150,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -177,7 +177,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -188,7 +188,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -216,7 +216,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -227,7 +227,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -255,7 +255,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -266,7 +266,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -294,7 +294,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_Element getC_Element() throws Exception
public I_C_Element getC_Element() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Element.Table_Name);
I_C_Element result = null;
@ -305,7 +305,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -332,7 +332,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_ElementValue getC_ElementValue() throws Exception
public I_C_ElementValue getC_ElementValue() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ElementValue.Table_Name);
I_C_ElementValue result = null;
@ -343,7 +343,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -394,7 +394,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -405,7 +405,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -433,7 +433,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return ii.intValue();
}
public I_C_SalesRegion getC_SalesRegion() throws Exception
public I_C_SalesRegion getC_SalesRegion() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_SalesRegion.Table_Name);
I_C_SalesRegion result = null;
@ -444,7 +444,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -569,7 +569,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return false;
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -580,7 +580,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -635,8 +635,6 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element
return new KeyNamePair(get_ID(), getName());
}
/** Org_ID AD_Reference_ID=130 */
public static final int ORG_ID_AD_Reference_ID=130;
/** Set Organization.
@param Org_ID
Organizational entity within client

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_AcctSchema_GL
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persistent
{
@ -82,7 +82,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -93,7 +93,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Activity
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Activity extends PO implements I_C_Activity, I_Persistent
{

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_AllocationHdr
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persistent
{
@ -132,7 +132,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -143,7 +143,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_AllocationLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Persistent
{
@ -101,7 +101,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
return bd;
}
public I_C_AllocationHdr getC_AllocationHdr() throws Exception
public I_C_AllocationHdr getC_AllocationHdr() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AllocationHdr.Table_Name);
I_C_AllocationHdr result = null;
@ -112,7 +112,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -161,7 +161,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -172,7 +172,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -200,7 +200,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
return ii.intValue();
}
public I_C_CashLine getC_CashLine() throws Exception
public I_C_CashLine getC_CashLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_CashLine.Table_Name);
I_C_CashLine result = null;
@ -211,7 +211,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -239,7 +239,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
return ii.intValue();
}
public I_C_Invoice getC_Invoice() throws Exception
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null;
@ -250,7 +250,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -286,7 +286,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
return new KeyNamePair(get_ID(), String.valueOf(getC_Invoice_ID()));
}
public I_C_Order getC_Order() throws Exception
public I_C_Order getC_Order() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Order.Table_Name);
I_C_Order result = null;
@ -297,7 +297,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -325,7 +325,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
return ii.intValue();
}
public I_C_Payment getC_Payment() throws Exception
public I_C_Payment getC_Payment() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Payment.Table_Name);
I_C_Payment result = null;
@ -336,7 +336,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BP_BankAccount
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Persistent
{
@ -126,7 +126,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers
return (String)get_Value(COLUMNNAME_A_Country);
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -137,7 +137,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -346,7 +346,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers
return (String)get_Value(COLUMNNAME_BPBankAcctUse);
}
public I_C_Bank getC_Bank() throws Exception
public I_C_Bank getC_Bank() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Bank.Table_Name);
I_C_Bank result = null;
@ -357,7 +357,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -385,7 +385,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -396,7 +396,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_BP_Customer_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_Persistent
{
@ -75,7 +75,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -86,7 +86,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -113,7 +113,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -124,7 +124,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BP_EDI
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent
{
@ -86,8 +86,6 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent
return sb.toString();
}
/** AD_Sequence_ID AD_Reference_ID=128 */
public static final int AD_SEQUENCE_ID_AD_Reference_ID=128;
/** Set Sequence.
@param AD_Sequence_ID
Document Sequence
@ -110,7 +108,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -121,7 +119,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -383,7 +381,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent
return false;
}
public I_M_Warehouse getM_Warehouse() throws Exception
public I_M_Warehouse getM_Warehouse() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null;
@ -394,7 +392,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_BP_Employee_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_Persistent
{
@ -74,7 +74,7 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -85,7 +85,7 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -112,7 +112,7 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -123,7 +123,7 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BP_Group
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
{
@ -79,7 +79,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
return sb.toString();
}
public I_AD_PrintColor getAD_PrintColor() throws Exception
public I_AD_PrintColor getAD_PrintColor() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_PrintColor.Table_Name);
I_AD_PrintColor result = null;
@ -90,7 +90,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -140,7 +140,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
return ii.intValue();
}
public I_C_Dunning getC_Dunning() throws Exception
public I_C_Dunning getC_Dunning() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Dunning.Table_Name);
I_C_Dunning result = null;
@ -151,7 +151,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -264,8 +264,6 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
return false;
}
/** M_DiscountSchema_ID AD_Reference_ID=325 */
public static final int M_DISCOUNTSCHEMA_ID_AD_Reference_ID=325;
/** Set Discount Schema.
@param M_DiscountSchema_ID
Schema to calculate the trade discount percentage
@ -289,7 +287,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
return ii.intValue();
}
public I_M_PriceList getM_PriceList() throws Exception
public I_M_PriceList getM_PriceList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList.Table_Name);
I_M_PriceList result = null;
@ -300,7 +298,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -355,8 +353,6 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
return new KeyNamePair(get_ID(), getName());
}
/** PO_DiscountSchema_ID AD_Reference_ID=325 */
public static final int PO_DISCOUNTSCHEMA_ID_AD_Reference_ID=325;
/** Set PO Discount Schema.
@param PO_DiscountSchema_ID
Schema to calculate the purchase trade discount percentage
@ -380,8 +376,6 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent
return ii.intValue();
}
/** PO_PriceList_ID AD_Reference_ID=166 */
public static final int PO_PRICELIST_ID_AD_Reference_ID=166;
/** Set Purchase Pricelist.
@param PO_PriceList_ID
Price List used by this Business Partner

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BP_Group_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persistent
{
@ -86,7 +86,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -97,7 +97,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -124,7 +124,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis
return ii.intValue();
}
public I_C_BP_Group getC_BP_Group() throws Exception
public I_C_BP_Group getC_BP_Group() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BP_Group.Table_Name);
I_C_BP_Group result = null;
@ -135,7 +135,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BP_Relation
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
{
@ -81,7 +81,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -92,7 +92,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -119,7 +119,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
return ii.intValue();
}
public I_C_BPartner_Location getC_BPartner_Location() throws Exception
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null;
@ -130,7 +130,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -158,8 +158,6 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
return ii.intValue();
}
/** C_BPartnerRelation_ID AD_Reference_ID=138 */
public static final int C_BPARTNERRELATION_ID_AD_Reference_ID=138;
/** Set Related Partner.
@param C_BPartnerRelation_ID
Related Business Partner
@ -182,8 +180,6 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
return ii.intValue();
}
/** C_BPartnerRelation_Location_ID AD_Reference_ID=159 */
public static final int C_BPARTNERRELATION_LOCATION_ID_AD_Reference_ID=159;
/** Set Related Partner Location.
@param C_BPartnerRelation_Location_ID
Location of the related Business Partner

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_BP_Vendor_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Persistent
{
@ -74,7 +74,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -85,7 +85,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -112,7 +112,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -123,7 +123,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_BP_Withholding
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Persistent
{
@ -74,7 +74,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -85,7 +85,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -112,7 +112,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers
return ii.intValue();
}
public I_C_Withholding getC_Withholding() throws Exception
public I_C_Withholding getC_Withholding() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Withholding.Table_Name);
I_C_Withholding result = null;
@ -123,7 +123,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BPartner
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
{
@ -209,7 +209,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
public I_C_BP_Group getC_BP_Group() throws Exception
public I_C_BP_Group getC_BP_Group() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BP_Group.Table_Name);
I_C_BP_Group result = null;
@ -220,7 +220,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -247,7 +247,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
public I_C_Dunning getC_Dunning() throws Exception
public I_C_Dunning getC_Dunning() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Dunning.Table_Name);
I_C_Dunning result = null;
@ -258,7 +258,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -286,7 +286,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
public I_C_Greeting getC_Greeting() throws Exception
public I_C_Greeting getC_Greeting() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Greeting.Table_Name);
I_C_Greeting result = null;
@ -297,7 +297,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -325,7 +325,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
public I_C_InvoiceSchedule getC_InvoiceSchedule() throws Exception
public I_C_InvoiceSchedule getC_InvoiceSchedule() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoiceSchedule.Table_Name);
I_C_InvoiceSchedule result = null;
@ -336,7 +336,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -364,7 +364,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
public I_C_PaymentTerm getC_PaymentTerm() throws Exception
public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_PaymentTerm.Table_Name);
I_C_PaymentTerm result = null;
@ -375,7 +375,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -403,7 +403,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws Exception
public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException
{
Class<?> clazz = MTable.getClass(org.eevolution.model.I_C_TaxGroup.Table_Name);
org.eevolution.model.I_C_TaxGroup result = null;
@ -414,7 +414,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -630,8 +630,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return (String)get_Value(COLUMNNAME_FreightCostRule);
}
/** Invoice_PrintFormat_ID AD_Reference_ID=261 */
public static final int INVOICE_PRINTFORMAT_ID_AD_Reference_ID=261;
/** Set Invoice Print Format.
@param Invoice_PrintFormat_ID
Print Format for printing Invoices
@ -896,8 +894,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return false;
}
/** M_DiscountSchema_ID AD_Reference_ID=325 */
public static final int M_DISCOUNTSCHEMA_ID_AD_Reference_ID=325;
/** Set Discount Schema.
@param M_DiscountSchema_ID
Schema to calculate the trade discount percentage
@ -921,7 +917,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
public I_M_PriceList getM_PriceList() throws Exception
public I_M_PriceList getM_PriceList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList.Table_Name);
I_M_PriceList result = null;
@ -932,7 +928,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1055,6 +1051,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
public static final String PAYMENTRULE_OnCredit = "P";
/** Direct Debit = D */
public static final String PAYMENTRULE_DirectDebit = "D";
/** Mixed = M */
public static final String PAYMENTRULE_Mixed = "M";
/** Set Payment Rule.
@param PaymentRule
How you pay the invoice
@ -1062,7 +1060,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
public void setPaymentRule (String PaymentRule)
{
if (PaymentRule == null || PaymentRule.equals("B") || PaymentRule.equals("K") || PaymentRule.equals("T") || PaymentRule.equals("S") || PaymentRule.equals("P") || PaymentRule.equals("D")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=195 - B - K - T - S - P - D"); set_Value (COLUMNNAME_PaymentRule, PaymentRule);
if (PaymentRule == null || PaymentRule.equals("B") || PaymentRule.equals("K") || PaymentRule.equals("T") || PaymentRule.equals("S") || PaymentRule.equals("P") || PaymentRule.equals("D") || PaymentRule.equals("M")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=195 - B - K - T - S - P - D - M"); set_Value (COLUMNNAME_PaymentRule, PaymentRule);
}
/** Get Payment Rule.
@ -1087,6 +1085,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
public static final String PAYMENTRULEPO_OnCredit = "P";
/** Direct Debit = D */
public static final String PAYMENTRULEPO_DirectDebit = "D";
/** Mixed = M */
public static final String PAYMENTRULEPO_Mixed = "M";
/** Set Payment Rule.
@param PaymentRulePO
Purchase payment option
@ -1094,7 +1094,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
public void setPaymentRulePO (String PaymentRulePO)
{
if (PaymentRulePO == null || PaymentRulePO.equals("B") || PaymentRulePO.equals("K") || PaymentRulePO.equals("T") || PaymentRulePO.equals("S") || PaymentRulePO.equals("P") || PaymentRulePO.equals("D")); else throw new IllegalArgumentException ("PaymentRulePO Invalid value - " + PaymentRulePO + " - Reference_ID=195 - B - K - T - S - P - D"); set_Value (COLUMNNAME_PaymentRulePO, PaymentRulePO);
if (PaymentRulePO == null || PaymentRulePO.equals("B") || PaymentRulePO.equals("K") || PaymentRulePO.equals("T") || PaymentRulePO.equals("S") || PaymentRulePO.equals("P") || PaymentRulePO.equals("D") || PaymentRulePO.equals("M")); else throw new IllegalArgumentException ("PaymentRulePO Invalid value - " + PaymentRulePO + " - Reference_ID=195 - B - K - T - S - P - D - M"); set_Value (COLUMNNAME_PaymentRulePO, PaymentRulePO);
}
/** Get Payment Rule.
@ -1105,8 +1105,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return (String)get_Value(COLUMNNAME_PaymentRulePO);
}
/** PO_DiscountSchema_ID AD_Reference_ID=325 */
public static final int PO_DISCOUNTSCHEMA_ID_AD_Reference_ID=325;
/** Set PO Discount Schema.
@param PO_DiscountSchema_ID
Schema to calculate the purchase trade discount percentage
@ -1130,8 +1128,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
/** PO_PaymentTerm_ID AD_Reference_ID=227 */
public static final int PO_PAYMENTTERM_ID_AD_Reference_ID=227;
/** Set PO Payment Term.
@param PO_PaymentTerm_ID
Payment rules for a purchase order
@ -1155,8 +1151,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return ii.intValue();
}
/** PO_PriceList_ID AD_Reference_ID=166 */
public static final int PO_PRICELIST_ID_AD_Reference_ID=166;
/** Set Purchase Pricelist.
@param PO_PriceList_ID
Price List used by this Business Partner
@ -1251,8 +1245,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent
return (String)get_Value(COLUMNNAME_ReferenceNo);
}
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BPartner_Location
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, I_Persistent
{
@ -84,7 +84,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location,
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -95,7 +95,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -166,7 +166,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location,
return ii.intValue();
}
public I_C_SalesRegion getC_SalesRegion() throws Exception
public I_C_SalesRegion getC_SalesRegion() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_SalesRegion.Table_Name);
I_C_SalesRegion result = null;
@ -177,7 +177,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.Env;
/** Generated Model for C_BPartner_Product
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_Persistent
{
@ -76,7 +76,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -87,7 +87,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -148,7 +148,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_
return (String)get_Value(COLUMNNAME_Manufacturer);
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -159,7 +159,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Bank
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Bank extends PO implements I_C_Bank, I_Persistent
{

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BankAccount
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent
{
@ -163,7 +163,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent
return ii.intValue();
}
public I_C_Bank getC_Bank() throws Exception
public I_C_Bank getC_Bank() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Bank.Table_Name);
I_C_Bank result = null;
@ -174,7 +174,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -209,7 +209,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent
return new KeyNamePair(get_ID(), String.valueOf(getC_Bank_ID()));
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -220,7 +220,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BankAccountDoc
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Persistent
{
@ -98,7 +98,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers
return ii.intValue();
}
public I_C_BankAccount getC_BankAccount() throws Exception
public I_C_BankAccount getC_BankAccount() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BankAccount.Table_Name);
I_C_BankAccount result = null;
@ -109,7 +109,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -136,8 +136,6 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers
return ii.intValue();
}
/** Check_PrintFormat_ID AD_Reference_ID=268 */
public static final int CHECK_PRINTFORMAT_ID_AD_Reference_ID=268;
/** Set Check Print Format.
@param Check_PrintFormat_ID
Print Format for printing Checks
@ -239,6 +237,8 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers
public static final String PAYMENTRULE_OnCredit = "P";
/** Direct Debit = D */
public static final String PAYMENTRULE_DirectDebit = "D";
/** Mixed = M */
public static final String PAYMENTRULE_Mixed = "M";
/** Set Payment Rule.
@param PaymentRule
How you pay the invoice
@ -246,7 +246,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers
public void setPaymentRule (String PaymentRule)
{
if (PaymentRule == null) throw new IllegalArgumentException ("PaymentRule is mandatory");
if (PaymentRule.equals("B") || PaymentRule.equals("K") || PaymentRule.equals("T") || PaymentRule.equals("S") || PaymentRule.equals("P") || PaymentRule.equals("D")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=195 - B - K - T - S - P - D"); set_Value (COLUMNNAME_PaymentRule, PaymentRule);
if (PaymentRule.equals("B") || PaymentRule.equals("K") || PaymentRule.equals("T") || PaymentRule.equals("S") || PaymentRule.equals("P") || PaymentRule.equals("D") || PaymentRule.equals("M")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=195 - B - K - T - S - P - D - M"); set_Value (COLUMNNAME_PaymentRule, PaymentRule);
}
/** Get Payment Rule.

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_BankAccount_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_Persistent
{
@ -324,7 +324,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_
return ii.intValue();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -335,7 +335,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -362,7 +362,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_
return ii.intValue();
}
public I_C_BankAccount getC_BankAccount() throws Exception
public I_C_BankAccount getC_BankAccount() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BankAccount.Table_Name);
I_C_BankAccount result = null;
@ -373,7 +373,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BankStatement
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persistent
{
@ -112,7 +112,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis
return bd;
}
public I_C_BankAccount getC_BankAccount() throws Exception
public I_C_BankAccount getC_BankAccount() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BankAccount.Table_Name);
I_C_BankAccount result = null;
@ -123,7 +123,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BankStatementLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, I_Persistent
{
@ -95,7 +95,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
return sb.toString();
}
public I_C_BankStatement getC_BankStatement() throws Exception
public I_C_BankStatement getC_BankStatement() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BankStatement.Table_Name);
I_C_BankStatement result = null;
@ -106,7 +106,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -155,7 +155,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -166,7 +166,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -194,7 +194,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -205,7 +205,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -232,7 +232,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -243,7 +243,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -292,7 +292,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
return bd;
}
public I_C_Invoice getC_Invoice() throws Exception
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null;
@ -303,7 +303,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -331,7 +331,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
return ii.intValue();
}
public I_C_Payment getC_Payment() throws Exception
public I_C_Payment getC_Payment() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Payment.Table_Name);
I_C_Payment result = null;
@ -342,7 +342,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BankStatementLoader
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoader, I_Persistent
{
@ -109,7 +109,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad
return (String)get_Value(COLUMNNAME_BranchID);
}
public I_C_BankAccount getC_BankAccount() throws Exception
public I_C_BankAccount getC_BankAccount() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BankAccount.Table_Name);
I_C_BankAccount result = null;
@ -120,7 +120,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_BankStatementMatcher
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMatcher, I_Persistent
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Calendar
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent
{

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Campaign
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent
{
@ -101,7 +101,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent
return ii.intValue();
}
public I_C_Channel getC_Channel() throws Exception
public I_C_Channel getC_Channel() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Channel.Table_Name);
I_C_Channel result = null;
@ -112,7 +112,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Cash
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
{
@ -92,8 +92,6 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
return sb.toString();
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -139,7 +137,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
return bd;
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -150,7 +148,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -178,7 +176,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -189,7 +187,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -217,7 +215,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
return ii.intValue();
}
public I_C_CashBook getC_CashBook() throws Exception
public I_C_CashBook getC_CashBook() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_CashBook.Table_Name);
I_C_CashBook result = null;
@ -228,7 +226,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -277,7 +275,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -288,7 +286,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -625,8 +623,6 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
return bd;
}
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1.
@param User1_ID
User defined list element #1
@ -650,8 +646,6 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent
return ii.intValue();
}
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2.
@param User2_ID
User defined list element #2

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_CashBook
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent
{
@ -97,7 +97,7 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -108,7 +108,7 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_CashBook_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persistent
{
@ -77,7 +77,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -88,7 +88,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -215,7 +215,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis
return ii.intValue();
}
public I_C_CashBook getC_CashBook() throws Exception
public I_C_CashBook getC_CashBook() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_CashBook.Table_Name);
I_C_CashBook result = null;
@ -226,7 +226,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_CashLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
{
@ -135,7 +135,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
return (String)get_Value(COLUMNNAME_CashType);
}
public I_C_BankAccount getC_BankAccount() throws Exception
public I_C_BankAccount getC_BankAccount() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BankAccount.Table_Name);
I_C_BankAccount result = null;
@ -146,7 +146,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -174,7 +174,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
return ii.intValue();
}
public I_C_Cash getC_Cash() throws Exception
public I_C_Cash getC_Cash() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Cash.Table_Name);
I_C_Cash result = null;
@ -185,7 +185,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -242,7 +242,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -253,7 +253,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -281,7 +281,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -292,7 +292,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -320,7 +320,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
return ii.intValue();
}
public I_C_Invoice getC_Invoice() throws Exception
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null;
@ -331,7 +331,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -359,7 +359,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
return ii.intValue();
}
public I_C_Payment getC_Payment() throws Exception
public I_C_Payment getC_Payment() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Payment.Table_Name);
I_C_Payment result = null;
@ -370,7 +370,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Channel
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Channel extends PO implements I_C_Channel, I_Persistent
{
@ -73,7 +73,7 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent
return sb.toString();
}
public I_AD_PrintColor getAD_PrintColor() throws Exception
public I_AD_PrintColor getAD_PrintColor() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_PrintColor.Table_Name);
I_AD_PrintColor result = null;
@ -84,7 +84,7 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Charge
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Charge extends PO implements I_C_Charge, I_Persistent
{
@ -81,7 +81,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -92,7 +92,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -164,7 +164,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent
return bd;
}
public I_C_TaxCategory getC_TaxCategory() throws Exception
public I_C_TaxCategory getC_TaxCategory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_TaxCategory.Table_Name);
I_C_TaxCategory result = null;
@ -175,7 +175,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_Charge_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent
{
@ -74,7 +74,7 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -85,7 +85,7 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -112,7 +112,7 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -123,7 +123,7 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_City
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_City extends PO implements I_C_City, I_Persistent
{
@ -112,7 +112,7 @@ public class X_C_City extends PO implements I_C_City, I_Persistent
return ii.intValue();
}
public I_C_Country getC_Country() throws Exception
public I_C_Country getC_Country() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Country.Table_Name);
I_C_Country result = null;
@ -123,7 +123,7 @@ public class X_C_City extends PO implements I_C_City, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -168,8 +168,6 @@ public class X_C_City extends PO implements I_C_City, I_Persistent
return (String)get_Value(COLUMNNAME_Coordinates);
}
/** C_Region_ID AD_Reference_ID=157 */
public static final int C_REGION_ID_AD_Reference_ID=157;
/** Set Region.
@param C_Region_ID
Identifies a geographical Region

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Commission
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Commission extends PO implements I_C_Commission, I_Persistent
{
@ -82,8 +82,6 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent
return sb.toString();
}
/** C_BPartner_ID AD_Reference_ID=232 */
public static final int C_BPARTNER_ID_AD_Reference_ID=232;
/** Set Business Partner .
@param C_BPartner_ID
Identifies a Business Partner
@ -106,7 +104,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -117,7 +115,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -166,7 +164,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -177,7 +175,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_CommissionAmt
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persistent
{
@ -123,7 +123,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis
return ii.intValue();
}
public I_C_CommissionLine getC_CommissionLine() throws Exception
public I_C_CommissionLine getC_CommissionLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_CommissionLine.Table_Name);
I_C_CommissionLine result = null;
@ -134,7 +134,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -161,7 +161,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis
return ii.intValue();
}
public I_C_CommissionRun getC_CommissionRun() throws Exception
public I_C_CommissionRun getC_CommissionRun() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_CommissionRun.Table_Name);
I_C_CommissionRun result = null;
@ -172,7 +172,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_CommissionDetail
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_Persistent
{
@ -123,7 +123,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
return bd;
}
public I_C_CommissionAmt getC_CommissionAmt() throws Exception
public I_C_CommissionAmt getC_CommissionAmt() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_CommissionAmt.Table_Name);
I_C_CommissionAmt result = null;
@ -134,7 +134,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -183,7 +183,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -194,7 +194,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -221,7 +221,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
return ii.intValue();
}
public I_C_InvoiceLine getC_InvoiceLine() throws Exception
public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoiceLine.Table_Name);
I_C_InvoiceLine result = null;
@ -232,7 +232,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -282,7 +282,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
return bd;
}
public I_C_OrderLine getC_OrderLine() throws Exception
public I_C_OrderLine getC_OrderLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null;
@ -293,7 +293,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_CommissionLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Persistent
{
@ -127,7 +127,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
return bd;
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -138,7 +138,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -166,7 +166,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
return ii.intValue();
}
public I_C_BP_Group getC_BP_Group() throws Exception
public I_C_BP_Group getC_BP_Group() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BP_Group.Table_Name);
I_C_BP_Group result = null;
@ -177,7 +177,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -205,7 +205,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
return ii.intValue();
}
public I_C_Commission getC_Commission() throws Exception
public I_C_Commission getC_Commission() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Commission.Table_Name);
I_C_Commission result = null;
@ -216,7 +216,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -297,7 +297,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
return false;
}
public I_C_SalesRegion getC_SalesRegion() throws Exception
public I_C_SalesRegion getC_SalesRegion() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_SalesRegion.Table_Name);
I_C_SalesRegion result = null;
@ -308,7 +308,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -397,7 +397,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
return ii.intValue();
}
public I_M_Product_Category getM_Product_Category() throws Exception
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
@ -408,7 +408,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -436,7 +436,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -447,7 +447,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -475,8 +475,6 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
return ii.intValue();
}
/** Org_ID AD_Reference_ID=130 */
public static final int ORG_ID_AD_Reference_ID=130;
/** Set Organization.
@param Org_ID
Organizational entity within client
@ -514,6 +512,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
public static final String PAYMENTRULE_OnCredit = "P";
/** Direct Debit = D */
public static final String PAYMENTRULE_DirectDebit = "D";
/** Mixed = M */
public static final String PAYMENTRULE_Mixed = "M";
/** Set Payment Rule.
@param PaymentRule
How you pay the invoice
@ -521,7 +521,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers
public void setPaymentRule (String PaymentRule)
{
if (PaymentRule == null || PaymentRule.equals("B") || PaymentRule.equals("K") || PaymentRule.equals("T") || PaymentRule.equals("S") || PaymentRule.equals("P") || PaymentRule.equals("D")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=195 - B - K - T - S - P - D"); set_Value (COLUMNNAME_PaymentRule, PaymentRule);
if (PaymentRule == null || PaymentRule.equals("B") || PaymentRule.equals("K") || PaymentRule.equals("T") || PaymentRule.equals("S") || PaymentRule.equals("P") || PaymentRule.equals("D") || PaymentRule.equals("M")); else throw new IllegalArgumentException ("PaymentRule Invalid value - " + PaymentRule + " - Reference_ID=195 - B - K - T - S - P - D - M"); set_Value (COLUMNNAME_PaymentRule, PaymentRule);
}
/** Get Payment Rule.

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_CommissionRun
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persistent
{
@ -80,7 +80,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis
return sb.toString();
}
public I_C_Commission getC_Commission() throws Exception
public I_C_Commission getC_Commission() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Commission.Table_Name);
I_C_Commission result = null;
@ -91,7 +91,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_ConversionType
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Persistent
{

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Conversion_Rate
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Persistent
{
@ -111,7 +111,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe
return new KeyNamePair(get_ID(), String.valueOf(getC_Conversion_Rate_ID()));
}
public I_C_ConversionType getC_ConversionType() throws Exception
public I_C_ConversionType getC_ConversionType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ConversionType.Table_Name);
I_C_ConversionType result = null;
@ -122,7 +122,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -149,8 +149,6 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe
return ii.intValue();
}
/** C_Currency_ID AD_Reference_ID=112 */
public static final int C_CURRENCY_ID_AD_Reference_ID=112;
/** Set Currency.
@param C_Currency_ID
The Currency for this record
@ -173,8 +171,6 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe
return ii.intValue();
}
/** C_Currency_ID_To AD_Reference_ID=112 */
public static final int C_CURRENCY_ID_TO_AD_Reference_ID=112;
/** Set Currency To.
@param C_Currency_ID_To
Target currency

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Country
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Country extends PO implements I_C_Country, I_Persistent
{
@ -121,7 +121,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -132,7 +132,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Currency
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Currency extends PO implements I_C_Currency, I_Persistent
{
@ -275,7 +275,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent
return new KeyNamePair(get_ID(), getISO_Code());
}
/** Set RoundOffFactor.
/** Set Round Off Factor.
@param RoundOffFactor
Used to Round Off Payment Amount
*/
@ -286,7 +286,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent
set_Value (COLUMNNAME_RoundOffFactor, RoundOffFactor);
}
/** Get RoundOffFactor.
/** Get Round Off Factor.
@return Used to Round Off Payment Amount
*/
public BigDecimal getRoundOffFactor ()

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_Currency_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persistent
{
@ -76,7 +76,7 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -87,7 +87,7 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -114,7 +114,7 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -125,7 +125,7 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Cycle
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent
{
@ -74,7 +74,7 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent
return sb.toString();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -85,7 +85,7 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for C_CyclePhase
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent
{
@ -72,7 +72,7 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent
return sb.toString();
}
public I_C_CycleStep getC_CycleStep() throws Exception
public I_C_CycleStep getC_CycleStep() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_CycleStep.Table_Name);
I_C_CycleStep result = null;
@ -83,7 +83,7 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -110,7 +110,7 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent
return ii.intValue();
}
public I_C_Phase getC_Phase() throws Exception
public I_C_Phase getC_Phase() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Phase.Table_Name);
I_C_Phase result = null;
@ -121,7 +121,7 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_CycleStep
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent
{
@ -80,7 +80,7 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent
return sb.toString();
}
public I_C_Cycle getC_Cycle() throws Exception
public I_C_Cycle getC_Cycle() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Cycle.Table_Name);
I_C_Cycle result = null;
@ -91,7 +91,7 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_DocType
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
{
@ -52,11 +52,11 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
setIsDefaultCounterDoc (false);
setIsDocNoControlled (true);
// Y
setIsInTransit (false);
setIsIndexed (false);
setIsInTransit (false);
setIsPickQAConfirm (false);
setIsSOTrx (false);
setIsShipConfirm (false);
setIsSOTrx (false);
setIsSplitWhenDifference (false);
// N
setName (null);
@ -154,6 +154,28 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
return ii.intValue();
}
/** Set Document Type.
@param C_DocType_ID
Document type or rules
*/
public void setC_DocType_ID (int C_DocType_ID)
{
if (C_DocType_ID < 0)
throw new IllegalArgumentException ("C_DocType_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID));
}
/** Get Document Type.
@return Document type or rules
*/
public int getC_DocType_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Document Type for Invoice.
@param C_DocTypeInvoice_ID
Document type used for invoices generated from this sales document
@ -223,28 +245,6 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
return ii.intValue();
}
/** Set Document Type.
@param C_DocType_ID
Document type or rules
*/
public void setC_DocType_ID (int C_DocType_ID)
{
if (C_DocType_ID < 0)
throw new IllegalArgumentException ("C_DocType_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID));
}
/** Get Document Type.
@return Document type or rules
*/
public int getC_DocType_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Definite Sequence.
@param DefiniteSequence_ID Definite Sequence */
public void setDefiniteSequence_ID (int DefiniteSequence_ID)
@ -636,30 +636,6 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
return false;
}
/** Set In Transit.
@param IsInTransit
Movement is in transit
*/
public void setIsInTransit (boolean IsInTransit)
{
set_Value (COLUMNNAME_IsInTransit, Boolean.valueOf(IsInTransit));
}
/** Get In Transit.
@return Movement is in transit
*/
public boolean isInTransit ()
{
Object oo = get_Value(COLUMNNAME_IsInTransit);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
}
return false;
}
/** Set Indexed.
@param IsIndexed
Index the document for the internal search engine
@ -684,6 +660,30 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
return false;
}
/** Set In Transit.
@param IsInTransit
Movement is in transit
*/
public void setIsInTransit (boolean IsInTransit)
{
set_Value (COLUMNNAME_IsInTransit, Boolean.valueOf(IsInTransit));
}
/** Get In Transit.
@return Movement is in transit
*/
public boolean isInTransit ()
{
Object oo = get_Value(COLUMNNAME_IsInTransit);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
}
return false;
}
/** Set Overwrite Date on Complete.
@param IsOverwriteDateOnComplete Overwrite Date on Complete */
public void setIsOverwriteDateOnComplete (boolean IsOverwriteDateOnComplete)
@ -750,30 +750,6 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
return false;
}
/** Set Sales Transaction.
@param IsSOTrx
This is a Sales Transaction
*/
public void setIsSOTrx (boolean IsSOTrx)
{
set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx));
}
/** Get Sales Transaction.
@return This is a Sales Transaction
*/
public boolean isSOTrx ()
{
Object oo = get_Value(COLUMNNAME_IsSOTrx);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
}
return false;
}
/** Set Ship/Receipt Confirmation.
@param IsShipConfirm
Require Ship or Receipt Confirmation before processing
@ -798,6 +774,30 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent
return false;
}
/** Set Sales Transaction.
@param IsSOTrx
This is a Sales Transaction
*/
public void setIsSOTrx (boolean IsSOTrx)
{
set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx));
}
/** Get Sales Transaction.
@return This is a Sales Transaction
*/
public boolean isSOTrx ()
{
Object oo = get_Value(COLUMNNAME_IsSOTrx);
if (oo != null)
{
if (oo instanceof Boolean)
return ((Boolean)oo).booleanValue();
return "Y".equals(oo);
}
return false;
}
/** Set Split when Difference.
@param IsSplitWhenDifference
Split document when there is a difference

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_DocTypeCounter
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Persistent
{
@ -100,7 +100,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -111,7 +111,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -138,8 +138,6 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers
return ii.intValue();
}
/** Counter_C_DocType_ID AD_Reference_ID=170 */
public static final int COUNTER_C_DOCTYPE_ID_AD_Reference_ID=170;
/** Set Counter Document Type.
@param Counter_C_DocType_ID
Generated Counter Document Type (To)

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Dunning
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent
{

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_DunningLevel
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persistent
{
@ -85,7 +85,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste
return sb.toString();
}
public I_C_Dunning getC_Dunning() throws Exception
public I_C_Dunning getC_Dunning() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Dunning.Table_Name);
I_C_Dunning result = null;
@ -96,7 +96,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -190,7 +190,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste
return false;
}
public I_C_PaymentTerm getC_PaymentTerm() throws Exception
public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_PaymentTerm.Table_Name);
I_C_PaymentTerm result = null;
@ -201,7 +201,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -288,8 +288,6 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste
return (String)get_Value(COLUMNNAME_Description);
}
/** Dunning_PrintFormat_ID AD_Reference_ID=259 */
public static final int DUNNING_PRINTFORMAT_ID_AD_Reference_ID=259;
/** Set Dunning Print Format.
@param Dunning_PrintFormat_ID
Print Format for printing Dunning Letters

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_DunningRun
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent
{
@ -77,7 +77,7 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent
return sb.toString();
}
public I_C_DunningLevel getC_DunningLevel() throws Exception
public I_C_DunningLevel getC_DunningLevel() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DunningLevel.Table_Name);
I_C_DunningLevel result = null;
@ -88,7 +88,7 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_DunningRunEntry
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Persistent
{
@ -82,7 +82,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
return sb.toString();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -93,7 +93,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -143,7 +143,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
return bd;
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -154,7 +154,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -181,7 +181,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
return ii.intValue();
}
public I_C_BPartner_Location getC_BPartner_Location() throws Exception
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null;
@ -192,7 +192,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -219,7 +219,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -230,7 +230,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -279,7 +279,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
return ii.intValue();
}
public I_C_DunningRun getC_DunningRun() throws Exception
public I_C_DunningRun getC_DunningRun() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DunningRun.Table_Name);
I_C_DunningRun result = null;
@ -290,7 +290,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -388,8 +388,6 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe
return bd;
}
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_DunningRunLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Persistent
{
@ -107,7 +107,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
return bd;
}
public I_C_DunningRunEntry getC_DunningRunEntry() throws Exception
public I_C_DunningRunEntry getC_DunningRunEntry() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DunningRunEntry.Table_Name);
I_C_DunningRunEntry result = null;
@ -118,7 +118,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -167,7 +167,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
return ii.intValue();
}
public I_C_Invoice getC_Invoice() throws Exception
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null;
@ -178,7 +178,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -214,7 +214,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
return new KeyNamePair(get_ID(), String.valueOf(getC_Invoice_ID()));
}
public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws Exception
public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoicePaySchedule.Table_Name);
I_C_InvoicePaySchedule result = null;
@ -225,7 +225,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -275,7 +275,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
return bd;
}
public I_C_Payment getC_Payment() throws Exception
public I_C_Payment getC_Payment() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Payment.Table_Name);
I_C_Payment result = null;
@ -286,7 +286,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for C_Element
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_C_Element extends PO implements I_C_Element, I_Persistent
{
@ -78,7 +78,7 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent
return sb.toString();
}
public I_AD_Tree getAD_Tree() throws Exception
public I_AD_Tree getAD_Tree() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Tree.Table_Name);
I_AD_Tree result = null;
@ -89,7 +89,7 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

Some files were not shown because too many files have changed in this diff Show More