Generate complete model for version 3.5.3a - partial upload
This commit is contained in:
parent
2583c1ec31
commit
40ad684bcd
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_AccessLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -102,7 +102,7 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent
|
|||
return new KeyNamePair(get_ID(), String.valueOf(getAD_AccessLog_ID()));
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -113,7 +113,7 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, 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;
|
||||
}
|
||||
|
@ -141,7 +141,7 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -152,7 +152,7 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Alert
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -104,7 +104,7 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws Exception
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_AlertProcessor.Table_Name);
|
||||
I_AD_AlertProcessor result = null;
|
||||
|
@ -115,7 +115,7 @@ public class X_AD_Alert extends PO implements I_AD_Alert, 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;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_AlertProcessor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -264,8 +264,6 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Supervisor_ID AD_Reference_ID=316 */
|
||||
public static final int SUPERVISOR_ID_AD_Reference_ID=316;
|
||||
/** Set Supervisor.
|
||||
@param Supervisor_ID
|
||||
Supervisor for this user/organization - used for escalation and approval
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_AlertProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws Exception
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_AlertProcessor.Table_Name);
|
||||
I_AD_AlertProcessor result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_AlertRecipient
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Alert getAD_Alert() throws Exception
|
||||
public I_AD_Alert getAD_Alert() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Alert.Table_Name);
|
||||
I_AD_Alert result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, 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;
|
||||
}
|
||||
|
@ -133,7 +133,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -144,7 +144,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, 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;
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -183,7 +183,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_AlertRule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -78,7 +78,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Alert getAD_Alert() throws Exception
|
||||
public I_AD_Alert getAD_Alert() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Alert.Table_Name);
|
||||
I_AD_Alert result = null;
|
||||
|
@ -89,7 +89,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, 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;
|
||||
}
|
||||
|
@ -138,7 +138,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -149,7 +149,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Archive
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -97,7 +97,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -108,7 +108,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, 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_AD_Archive extends PO implements I_AD_Archive, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -147,7 +147,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, 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;
|
||||
}
|
||||
|
@ -194,7 +194,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent
|
|||
return (byte[])get_Value(COLUMNNAME_BinaryData);
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -205,7 +205,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Attachment
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -97,7 +97,7 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -108,7 +108,7 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_AttachmentNote
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -76,7 +76,7 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Attachment getAD_Attachment() throws Exception
|
||||
public I_AD_Attachment getAD_Attachment() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Attachment.Table_Name);
|
||||
I_AD_Attachment result = null;
|
||||
|
@ -87,7 +87,7 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, 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;
|
||||
}
|
||||
|
@ -136,7 +136,7 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -147,7 +147,7 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Attribute
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -101,8 +101,6 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_ID AD_Reference_ID=1 */
|
||||
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
|
||||
/** Set Reference.
|
||||
@param AD_Reference_ID
|
||||
System Reference and Validation
|
||||
|
@ -125,8 +123,6 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_Value_ID AD_Reference_ID=4 */
|
||||
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4;
|
||||
/** Set Reference Key.
|
||||
@param AD_Reference_Value_ID
|
||||
Required to specify, if data type is Table or List
|
||||
|
@ -150,7 +146,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -161,7 +157,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, 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;
|
||||
}
|
||||
|
@ -188,7 +184,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws Exception
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Val_Rule.Table_Name);
|
||||
I_AD_Val_Rule result = null;
|
||||
|
@ -199,7 +195,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for AD_Attribute_Value
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ChangeLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -99,7 +99,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -110,7 +110,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, 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_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Session getAD_Session() throws Exception
|
||||
public I_AD_Session getAD_Session() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Session.Table_Name);
|
||||
I_AD_Session result = null;
|
||||
|
@ -148,7 +148,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, 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;
|
||||
}
|
||||
|
@ -183,7 +183,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent
|
|||
return new KeyNamePair(get_ID(), String.valueOf(getAD_Session_ID()));
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -194,7 +194,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Client
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Client extends PO implements I_AD_Client, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_AD_Language);
|
||||
}
|
||||
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws Exception
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ReplicationStrategy.Table_Name);
|
||||
I_AD_ReplicationStrategy result = null;
|
||||
|
@ -121,7 +121,7 @@ public class X_AD_Client extends PO implements I_AD_Client, 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;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_ClientInfo
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -71,8 +71,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** AD_Tree_Activity_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_ACTIVITY_ID_AD_Reference_ID=184;
|
||||
/** Set Activity Tree.
|
||||
@param AD_Tree_Activity_ID
|
||||
Tree to determine activity hierarchy
|
||||
|
@ -96,8 +94,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_BPartner_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_BPARTNER_ID_AD_Reference_ID=184;
|
||||
/** Set BPartner Tree.
|
||||
@param AD_Tree_BPartner_ID
|
||||
Tree to determine business partner hierarchy
|
||||
|
@ -121,8 +117,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_Campaign_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_CAMPAIGN_ID_AD_Reference_ID=184;
|
||||
/** Set Campaign Tree.
|
||||
@param AD_Tree_Campaign_ID
|
||||
Tree to determine marketing campaign hierarchy
|
||||
|
@ -146,8 +140,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_Menu_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_MENU_ID_AD_Reference_ID=184;
|
||||
/** Set Menu Tree.
|
||||
@param AD_Tree_Menu_ID
|
||||
Tree of the menu
|
||||
|
@ -171,8 +163,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_Org_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_ORG_ID_AD_Reference_ID=184;
|
||||
/** Set Organization Tree.
|
||||
@param AD_Tree_Org_ID
|
||||
Tree to determine organizational hierarchy
|
||||
|
@ -196,8 +186,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_Product_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_PRODUCT_ID_AD_Reference_ID=184;
|
||||
/** Set Product Tree.
|
||||
@param AD_Tree_Product_ID
|
||||
Tree to determine product hierarchy
|
||||
|
@ -221,8 +209,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_Project_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_PROJECT_ID_AD_Reference_ID=184;
|
||||
/** Set Project Tree.
|
||||
@param AD_Tree_Project_ID
|
||||
Tree to determine project hierarchy
|
||||
|
@ -246,8 +232,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_SalesRegion_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_SALESREGION_ID_AD_Reference_ID=184;
|
||||
/** Set Sales Region Tree.
|
||||
@param AD_Tree_SalesRegion_ID
|
||||
Tree to determine sales regional hierarchy
|
||||
|
@ -271,8 +255,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** C_AcctSchema1_ID AD_Reference_ID=136 */
|
||||
public static final int C_ACCTSCHEMA1_ID_AD_Reference_ID=136;
|
||||
/** Set Primary Accounting Schema.
|
||||
@param C_AcctSchema1_ID
|
||||
Primary rules for accounting
|
||||
|
@ -296,8 +278,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** C_BPartnerCashTrx_ID AD_Reference_ID=138 */
|
||||
public static final int C_BPARTNERCASHTRX_ID_AD_Reference_ID=138;
|
||||
/** Set Template B.Partner.
|
||||
@param C_BPartnerCashTrx_ID
|
||||
Business Partner used for creating new Business Partners on the fly
|
||||
|
@ -321,7 +301,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_C_Calendar getC_Calendar() throws Exception
|
||||
public I_C_Calendar getC_Calendar() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_C_Calendar.Table_Name);
|
||||
I_C_Calendar result = null;
|
||||
|
@ -332,7 +312,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, 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;
|
||||
}
|
||||
|
@ -360,8 +340,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** C_UOM_Length_ID AD_Reference_ID=114 */
|
||||
public static final int C_UOM_LENGTH_ID_AD_Reference_ID=114;
|
||||
/** Set UOM for Length.
|
||||
@param C_UOM_Length_ID
|
||||
Standard Unit of Measure for Length
|
||||
|
@ -385,8 +363,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** C_UOM_Time_ID AD_Reference_ID=114 */
|
||||
public static final int C_UOM_TIME_ID_AD_Reference_ID=114;
|
||||
/** Set UOM for Time.
|
||||
@param C_UOM_Time_ID
|
||||
Standard Unit of Measure for Time
|
||||
|
@ -410,8 +386,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** C_UOM_Volume_ID AD_Reference_ID=114 */
|
||||
public static final int C_UOM_VOLUME_ID_AD_Reference_ID=114;
|
||||
/** Set UOM for Volume.
|
||||
@param C_UOM_Volume_ID
|
||||
Standard Unit of Measure for Volume
|
||||
|
@ -435,8 +409,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** C_UOM_Weight_ID AD_Reference_ID=114 */
|
||||
public static final int C_UOM_WEIGHT_ID_AD_Reference_ID=114;
|
||||
/** Set UOM for Weight.
|
||||
@param C_UOM_Weight_ID
|
||||
Standard Unit of Measure for Weight
|
||||
|
@ -504,8 +476,6 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** M_ProductFreight_ID AD_Reference_ID=162 */
|
||||
public static final int M_PRODUCTFREIGHT_ID_AD_Reference_ID=162;
|
||||
/** Set Product for Freight.
|
||||
@param M_ProductFreight_ID Product for Freight */
|
||||
public void setM_ProductFreight_ID (int M_ProductFreight_ID)
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ClientShare
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -97,7 +97,7 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -108,7 +108,7 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, 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;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Color
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Color extends PO implements I_AD_Color, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -104,7 +104,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Image getAD_Image() throws Exception
|
||||
public I_AD_Image getAD_Image() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Image.Table_Name);
|
||||
I_AD_Image result = null;
|
||||
|
@ -115,7 +115,7 @@ public class X_AD_Color extends PO implements I_AD_Color, 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;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Column
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Column extends PO implements I_AD_Column, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -118,7 +118,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Element getAD_Element() throws Exception
|
||||
public I_AD_Element getAD_Element() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Element.Table_Name);
|
||||
I_AD_Element result = null;
|
||||
|
@ -129,7 +129,7 @@ public class X_AD_Column extends PO implements I_AD_Column, 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;
|
||||
}
|
||||
|
@ -156,7 +156,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -167,7 +167,7 @@ public class X_AD_Column extends PO implements I_AD_Column, 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;
|
||||
}
|
||||
|
@ -195,8 +195,6 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_ID AD_Reference_ID=1 */
|
||||
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
|
||||
/** Set Reference.
|
||||
@param AD_Reference_ID
|
||||
System Reference and Validation
|
||||
|
@ -219,8 +217,6 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_Value_ID AD_Reference_ID=4 */
|
||||
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4;
|
||||
/** Set Reference Key.
|
||||
@param AD_Reference_Value_ID
|
||||
Required to specify, if data type is Table or List
|
||||
|
@ -244,7 +240,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -255,7 +251,7 @@ public class X_AD_Column extends PO implements I_AD_Column, 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;
|
||||
}
|
||||
|
@ -282,7 +278,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws Exception
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Val_Rule.Table_Name);
|
||||
I_AD_Val_Rule result = null;
|
||||
|
@ -293,7 +289,7 @@ public class X_AD_Column extends PO implements I_AD_Column, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Column_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -76,7 +76,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers
|
|||
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;
|
||||
|
@ -87,7 +87,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, 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;
|
||||
}
|
||||
|
@ -122,7 +122,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers
|
|||
return new KeyNamePair(get_ID(), String.valueOf(getAD_Column_ID()));
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -133,7 +133,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, 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;
|
||||
}
|
||||
|
@ -160,7 +160,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -171,7 +171,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Desktop
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Desktop extends PO implements I_AD_Desktop, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_DesktopWorkbench
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -75,7 +75,7 @@ public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench,
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Desktop getAD_Desktop() throws Exception
|
||||
public I_AD_Desktop getAD_Desktop() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Desktop.Table_Name);
|
||||
I_AD_Desktop result = null;
|
||||
|
@ -86,7 +86,7 @@ public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench,
|
|||
} 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;
|
||||
}
|
||||
|
@ -132,7 +132,7 @@ public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench,
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Workbench getAD_Workbench() throws Exception
|
||||
public I_AD_Workbench getAD_Workbench() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Workbench.Table_Name);
|
||||
I_AD_Workbench result = null;
|
||||
|
@ -143,7 +143,7 @@ public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench,
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Document_Action_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Action_Access, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Ref_List getAD_Ref_List() throws Exception
|
||||
public I_AD_Ref_List getAD_Ref_List() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Ref_List.Table_Name);
|
||||
I_AD_Ref_List result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act
|
|||
} 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_AD_Document_Action_Access extends PO implements I_AD_Document_Act
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -122,7 +122,7 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act
|
|||
} 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,7 +149,7 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act
|
|||
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;
|
||||
|
@ -160,7 +160,7 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Element
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Element extends PO implements I_AD_Element, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_EntityType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Error
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Error extends PO implements I_AD_Error, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Field
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Field extends PO implements I_AD_Field, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -88,7 +88,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent
|
|||
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;
|
||||
|
@ -99,7 +99,7 @@ public class X_AD_Field extends PO implements I_AD_Field, 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;
|
||||
}
|
||||
|
@ -126,7 +126,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_FieldGroup getAD_FieldGroup() throws Exception
|
||||
public I_AD_FieldGroup getAD_FieldGroup() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_FieldGroup.Table_Name);
|
||||
I_AD_FieldGroup result = null;
|
||||
|
@ -137,7 +137,7 @@ public class X_AD_Field extends PO implements I_AD_Field, 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,8 +187,6 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_ID AD_Reference_ID=1 */
|
||||
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
|
||||
/** Set Reference.
|
||||
@param AD_Reference_ID
|
||||
System Reference and Validation
|
||||
|
@ -212,8 +210,6 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_Value_ID AD_Reference_ID=4 */
|
||||
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4;
|
||||
/** Set Reference Key.
|
||||
@param AD_Reference_Value_ID
|
||||
Required to specify, if data type is Table or List
|
||||
|
@ -237,7 +233,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Tab getAD_Tab() throws Exception
|
||||
public I_AD_Tab getAD_Tab() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Tab.Table_Name);
|
||||
I_AD_Tab result = null;
|
||||
|
@ -248,7 +244,7 @@ public class X_AD_Field extends PO implements I_AD_Field, 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;
|
||||
}
|
||||
|
@ -275,7 +271,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws Exception
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Val_Rule.Table_Name);
|
||||
I_AD_Val_Rule result = null;
|
||||
|
@ -286,7 +282,7 @@ public class X_AD_Field extends PO implements I_AD_Field, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_FieldGroup
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Find
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Find extends PO implements I_AD_Find, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -79,8 +79,6 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** AD_Column_ID AD_Reference_ID=251 */
|
||||
public static final int AD_COLUMN_ID_AD_Reference_ID=251;
|
||||
/** Set Column.
|
||||
@param AD_Column_ID
|
||||
Column in the table
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Form
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Form extends PO implements I_AD_Form, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Form_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Form getAD_Form() throws Exception
|
||||
public I_AD_Form getAD_Form() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Form.Table_Name);
|
||||
I_AD_Form result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, 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;
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -122,7 +122,7 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, 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;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_HouseKeeping
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -95,7 +95,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -106,7 +106,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, 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;
|
||||
}
|
||||
|
@ -340,4 +340,4 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis
|
|||
{
|
||||
return (String)get_Value(COLUMNNAME_WhereClause);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Image
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Image extends PO implements I_AD_Image, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ImpFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -95,7 +95,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -106,7 +106,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ImpFormat_Row
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -81,7 +81,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers
|
|||
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_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, 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;
|
||||
}
|
||||
|
@ -119,7 +119,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_ImpFormat getAD_ImpFormat() throws Exception
|
||||
public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ImpFormat.Table_Name);
|
||||
I_AD_ImpFormat result = null;
|
||||
|
@ -130,7 +130,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_InfoColumn
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -81,7 +81,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Element getAD_Element() throws Exception
|
||||
public I_AD_Element getAD_Element() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Element.Table_Name);
|
||||
I_AD_Element result = null;
|
||||
|
@ -92,7 +92,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, 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_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_InfoWindow getAD_InfoWindow() throws Exception
|
||||
public I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_InfoWindow.Table_Name);
|
||||
I_AD_InfoWindow result = null;
|
||||
|
@ -153,7 +153,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, 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;
|
||||
}
|
||||
|
@ -180,8 +180,6 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_ID AD_Reference_ID=1 */
|
||||
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
|
||||
/** Set Reference.
|
||||
@param AD_Reference_ID
|
||||
System Reference and Validation
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_InfoWindow
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -99,7 +99,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -110,7 +110,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Issue
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -85,7 +85,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_A_Asset getA_Asset() throws Exception
|
||||
public I_A_Asset getA_Asset() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_A_Asset.Table_Name);
|
||||
I_A_Asset result = null;
|
||||
|
@ -96,7 +96,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
@ -124,7 +124,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Form getAD_Form() throws Exception
|
||||
public I_AD_Form getAD_Form() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Form.Table_Name);
|
||||
I_AD_Form result = null;
|
||||
|
@ -135,7 +135,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -196,7 +196,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
@ -224,7 +224,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Window getAD_Window() throws Exception
|
||||
public I_AD_Window getAD_Window() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Window.Table_Name);
|
||||
I_AD_Window result = null;
|
||||
|
@ -235,7 +235,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
@ -736,7 +736,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_ResponseText);
|
||||
}
|
||||
|
||||
public I_R_IssueKnown getR_IssueKnown() throws Exception
|
||||
public I_R_IssueKnown getR_IssueKnown() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_R_IssueKnown.Table_Name);
|
||||
I_R_IssueKnown result = null;
|
||||
|
@ -747,7 +747,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
@ -775,7 +775,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_R_IssueProject getR_IssueProject() throws Exception
|
||||
public I_R_IssueProject getR_IssueProject() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_R_IssueProject.Table_Name);
|
||||
I_R_IssueProject result = null;
|
||||
|
@ -786,7 +786,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
@ -814,7 +814,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_R_IssueSystem getR_IssueSystem() throws Exception
|
||||
public I_R_IssueSystem getR_IssueSystem() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_R_IssueSystem.Table_Name);
|
||||
I_R_IssueSystem result = null;
|
||||
|
@ -825,7 +825,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
@ -853,7 +853,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_R_IssueUser getR_IssueUser() throws Exception
|
||||
public I_R_IssueUser getR_IssueUser() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_R_IssueUser.Table_Name);
|
||||
I_R_IssueUser result = null;
|
||||
|
@ -864,7 +864,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
@ -892,7 +892,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_R_Request getR_Request() throws Exception
|
||||
public I_R_Request getR_Request() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_R_Request.Table_Name);
|
||||
I_R_Request result = null;
|
||||
|
@ -903,7 +903,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_LabelPrinter
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_LabelPrinterFunction
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFunction, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -97,7 +97,7 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_LabelPrinter getAD_LabelPrinter() throws Exception
|
||||
public I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_LabelPrinter.Table_Name);
|
||||
I_AD_LabelPrinter result = null;
|
||||
|
@ -108,7 +108,7 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Language
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Language extends PO implements I_AD_Language, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_LdapAccess
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -96,7 +96,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_LdapProcessor getAD_LdapProcessor() throws Exception
|
||||
public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_LdapProcessor.Table_Name);
|
||||
I_AD_LdapProcessor result = null;
|
||||
|
@ -107,7 +107,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, 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;
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -145,7 +145,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, 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;
|
||||
}
|
||||
|
@ -222,7 +222,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
public I_R_InterestArea getR_InterestArea() throws Exception
|
||||
public I_R_InterestArea getR_InterestArea() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_R_InterestArea.Table_Name);
|
||||
I_R_InterestArea result = null;
|
||||
|
@ -233,7 +233,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, 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;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_LdapProcessor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -238,8 +238,6 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Supervisor_ID AD_Reference_ID=110 */
|
||||
public static final int SUPERVISOR_ID_AD_Reference_ID=110;
|
||||
/** Set Supervisor.
|
||||
@param Supervisor_ID
|
||||
Supervisor for this user/organization - used for escalation and approval
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_LdapProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog,
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_LdapProcessor getAD_LdapProcessor() throws Exception
|
||||
public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_LdapProcessor.Table_Name);
|
||||
I_AD_LdapProcessor result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog,
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Menu
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -113,7 +113,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_Action);
|
||||
}
|
||||
|
||||
public I_AD_Form getAD_Form() throws Exception
|
||||
public I_AD_Form getAD_Form() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Form.Table_Name);
|
||||
I_AD_Form result = null;
|
||||
|
@ -124,7 +124,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, 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_AD_Menu extends PO implements I_AD_Menu, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -185,7 +185,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, 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;
|
||||
}
|
||||
|
@ -213,7 +213,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Task getAD_Task() throws Exception
|
||||
public I_AD_Task getAD_Task() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Task.Table_Name);
|
||||
I_AD_Task result = null;
|
||||
|
@ -224,7 +224,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, 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;
|
||||
}
|
||||
|
@ -252,7 +252,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Window getAD_Window() throws Exception
|
||||
public I_AD_Window getAD_Window() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Window.Table_Name);
|
||||
I_AD_Window result = null;
|
||||
|
@ -263,7 +263,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, 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;
|
||||
}
|
||||
|
@ -291,7 +291,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Workbench getAD_Workbench() throws Exception
|
||||
public I_AD_Workbench getAD_Workbench() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Workbench.Table_Name);
|
||||
I_AD_Workbench result = null;
|
||||
|
@ -302,7 +302,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, 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;
|
||||
}
|
||||
|
@ -330,7 +330,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Workflow getAD_Workflow() throws Exception
|
||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Workflow.Table_Name);
|
||||
I_AD_Workflow result = null;
|
||||
|
@ -341,7 +341,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Message
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Message extends PO implements I_AD_Message, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_MigrationScript
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ModelValidator
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Modification
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Modification extends PO implements I_AD_Modification, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Note
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Note extends PO implements I_AD_Note, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,8 +73,6 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** AD_Message_ID AD_Reference_ID=102 */
|
||||
public static final int AD_MESSAGE_ID_AD_Reference_ID=102;
|
||||
/** Set Message.
|
||||
@param AD_Message_ID
|
||||
System Message
|
||||
|
@ -127,7 +125,7 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -138,7 +136,7 @@ public class X_AD_Note extends PO implements I_AD_Note, 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_AD_Note extends PO implements I_AD_Note, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -177,7 +175,7 @@ public class X_AD_Note extends PO implements I_AD_Note, 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;
|
||||
}
|
||||
|
@ -205,7 +203,7 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_WF_Activity getAD_WF_Activity() throws Exception
|
||||
public I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_WF_Activity.Table_Name);
|
||||
I_AD_WF_Activity result = null;
|
||||
|
@ -216,7 +214,7 @@ public class X_AD_Note extends PO implements I_AD_Note, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Org
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Org extends PO implements I_AD_Org, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_OrgInfo
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -136,25 +136,6 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set D-U-N-S.
|
||||
@param DUNS
|
||||
Dun & Bradstreet Number
|
||||
*/
|
||||
public void setDUNS (String DUNS)
|
||||
{
|
||||
if (DUNS == null)
|
||||
throw new IllegalArgumentException ("DUNS is mandatory.");
|
||||
set_Value (COLUMNNAME_DUNS, DUNS);
|
||||
}
|
||||
|
||||
/** Get D-U-N-S.
|
||||
@return Dun & Bradstreet Number
|
||||
*/
|
||||
public String getDUNS ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_DUNS);
|
||||
}
|
||||
|
||||
/** Set Drop Ship Warehouse.
|
||||
@param DropShip_Warehouse_ID
|
||||
The (logical) warehouse to use for recording drop ship receipts and shipments.
|
||||
|
@ -178,6 +159,25 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set D-U-N-S.
|
||||
@param DUNS
|
||||
Dun & Bradstreet Number
|
||||
*/
|
||||
public void setDUNS (String DUNS)
|
||||
{
|
||||
if (DUNS == null)
|
||||
throw new IllegalArgumentException ("DUNS is mandatory.");
|
||||
set_Value (COLUMNNAME_DUNS, DUNS);
|
||||
}
|
||||
|
||||
/** Get D-U-N-S.
|
||||
@return Dun & Bradstreet Number
|
||||
*/
|
||||
public String getDUNS ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_DUNS);
|
||||
}
|
||||
|
||||
public I_M_Warehouse getM_Warehouse() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
|
||||
|
@ -240,7 +240,7 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set ReceiptFooterMsg.
|
||||
/** Set Receipt Footer Msg.
|
||||
@param ReceiptFooterMsg
|
||||
This message will be displayed at the bottom of a receipt when doing a sales or purchase
|
||||
*/
|
||||
|
@ -251,7 +251,7 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent
|
|||
set_Value (COLUMNNAME_ReceiptFooterMsg, ReceiptFooterMsg);
|
||||
}
|
||||
|
||||
/** Get ReceiptFooterMsg.
|
||||
/** Get Receipt Footer Msg.
|
||||
@return This message will be displayed at the bottom of a receipt when doing a sales or purchase
|
||||
*/
|
||||
public String getReceiptFooterMsg ()
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_OrgType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -95,7 +95,7 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -106,7 +106,7 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PInstance
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -105,7 +105,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent
|
|||
return new KeyNamePair(get_ID(), String.valueOf(getAD_PInstance_ID()));
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -116,7 +116,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, 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;
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -154,7 +154,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, 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;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for AD_PInstance_Log
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -75,7 +75,7 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_PInstance getAD_PInstance() throws Exception
|
||||
public I_AD_PInstance getAD_PInstance() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PInstance.Table_Name);
|
||||
I_AD_PInstance result = null;
|
||||
|
@ -86,7 +86,7 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, 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;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PInstance_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -76,7 +76,7 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_PInstance getAD_PInstance() throws Exception
|
||||
public I_AD_PInstance getAD_PInstance() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PInstance.Table_Name);
|
||||
I_AD_PInstance result = null;
|
||||
|
@ -87,7 +87,7 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Package_Exp
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Package_Exp_Common
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Common, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -72,7 +72,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Form getAD_Form() throws Exception
|
||||
public I_AD_Form getAD_Form() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Form.Table_Name);
|
||||
I_AD_Form result = null;
|
||||
|
@ -83,7 +83,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_ImpFormat getAD_ImpFormat() throws Exception
|
||||
public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ImpFormat.Table_Name);
|
||||
I_AD_ImpFormat result = null;
|
||||
|
@ -122,7 +122,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -147,7 +147,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Menu getAD_Menu() throws Exception
|
||||
public I_AD_Menu getAD_Menu() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Menu.Table_Name);
|
||||
I_AD_Menu result = null;
|
||||
|
@ -158,7 +158,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -213,7 +213,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Exp_Common_ID()));
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -224,7 +224,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -252,7 +252,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_ReportView getAD_ReportView() throws Exception
|
||||
public I_AD_ReportView getAD_ReportView() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ReportView.Table_Name);
|
||||
I_AD_ReportView result = null;
|
||||
|
@ -263,7 +263,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -291,7 +291,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -302,7 +302,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -330,7 +330,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -341,7 +341,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -369,7 +369,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Window getAD_Window() throws Exception
|
||||
public I_AD_Window getAD_Window() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Window.Table_Name);
|
||||
I_AD_Window result = null;
|
||||
|
@ -380,7 +380,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -408,7 +408,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Workbench getAD_Workbench() throws Exception
|
||||
public I_AD_Workbench getAD_Workbench() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Workbench.Table_Name);
|
||||
I_AD_Workbench result = null;
|
||||
|
@ -419,7 +419,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
@ -447,7 +447,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Workflow getAD_Workflow() throws Exception
|
||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Workflow.Table_Name);
|
||||
I_AD_Workflow result = null;
|
||||
|
@ -458,7 +458,7 @@ public class X_AD_Package_Exp_Common extends PO implements I_AD_Package_Exp_Comm
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Package_Exp_Detail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Detail, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -76,7 +76,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Form getAD_Form() throws Exception
|
||||
public I_AD_Form getAD_Form() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Form.Table_Name);
|
||||
I_AD_Form result = null;
|
||||
|
@ -87,7 +87,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_ImpFormat getAD_ImpFormat() throws Exception
|
||||
public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ImpFormat.Table_Name);
|
||||
I_AD_ImpFormat result = null;
|
||||
|
@ -126,7 +126,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -151,9 +151,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Menu_ID AD_Reference_ID=105 */
|
||||
public static final int AD_MENU_ID_AD_Reference_ID=105;
|
||||
public I_AD_Menu getAD_Menu() throws Exception
|
||||
public I_AD_Menu getAD_Menu() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Menu.Table_Name);
|
||||
I_AD_Menu result = null;
|
||||
|
@ -164,7 +162,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -192,7 +190,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Message getAD_Message() throws Exception
|
||||
public I_AD_Message getAD_Message() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Message.Table_Name);
|
||||
I_AD_Message result = null;
|
||||
|
@ -203,7 +201,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -305,7 +303,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws Exception
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PrintFormat.Table_Name);
|
||||
I_AD_PrintFormat result = null;
|
||||
|
@ -316,7 +314,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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,7 +342,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -355,7 +353,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Reference getAD_Reference() throws Exception
|
||||
public I_AD_Reference getAD_Reference() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Reference.Table_Name);
|
||||
I_AD_Reference result = null;
|
||||
|
@ -394,7 +392,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -422,7 +420,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_ReportView getAD_ReportView() throws Exception
|
||||
public I_AD_ReportView getAD_ReportView() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ReportView.Table_Name);
|
||||
I_AD_ReportView result = null;
|
||||
|
@ -433,7 +431,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -461,7 +459,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -472,7 +470,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -500,7 +498,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -511,7 +509,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -562,7 +560,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Window getAD_Window() throws Exception
|
||||
public I_AD_Window getAD_Window() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Window.Table_Name);
|
||||
I_AD_Window result = null;
|
||||
|
@ -573,7 +571,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -601,7 +599,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Workbench getAD_Workbench() throws Exception
|
||||
public I_AD_Workbench getAD_Workbench() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Workbench.Table_Name);
|
||||
I_AD_Workbench result = null;
|
||||
|
@ -612,7 +610,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
@ -640,7 +638,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Workflow getAD_Workflow() throws Exception
|
||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Workflow.Table_Name);
|
||||
I_AD_Workflow result = null;
|
||||
|
@ -651,7 +649,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Package_Imp
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Package_Imp_Backup
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Backup, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -72,8 +72,6 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** AD_Column_ID AD_Reference_ID=251 */
|
||||
public static final int AD_COLUMN_ID_AD_Reference_ID=251;
|
||||
/** Set Column.
|
||||
@param AD_Column_ID
|
||||
Column in the table
|
||||
|
@ -190,8 +188,6 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back
|
|||
return (String)get_Value(COLUMNNAME_AD_Package_Imp_Org_Dir);
|
||||
}
|
||||
|
||||
/** AD_Reference_ID AD_Reference_ID=1 */
|
||||
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
|
||||
/** Set Reference.
|
||||
@param AD_Reference_ID
|
||||
System Reference and Validation
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for AD_Package_Imp_Detail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Detail, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Package_Imp_Inst
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for AD_Package_Imp_Proc
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Preference
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -96,7 +96,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -107,7 +107,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, 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;
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Window getAD_Window() throws Exception
|
||||
public I_AD_Window getAD_Window() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Window.Table_Name);
|
||||
I_AD_Window result = null;
|
||||
|
@ -146,7 +146,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintColor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintFont
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintForm
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -110,8 +110,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_Description);
|
||||
}
|
||||
|
||||
/** Distrib_Order_MailText_ID AD_Reference_ID=274 */
|
||||
public static final int DISTRIB_ORDER_MAILTEXT_ID_AD_Reference_ID=274;
|
||||
/** Set Distribution Order Mail Text.
|
||||
@param Distrib_Order_MailText_ID
|
||||
Email text used for sending Distribution Order
|
||||
|
@ -135,8 +133,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Distrib_Order_PrintFormat_ID AD_Reference_ID=53282 */
|
||||
public static final int DISTRIB_ORDER_PRINTFORMAT_ID_AD_Reference_ID=53282;
|
||||
/** Set Distribution Order Print Format.
|
||||
@param Distrib_Order_PrintFormat_ID
|
||||
Print Format for printing Distribution Order
|
||||
|
@ -160,8 +156,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Invoice_MailText_ID AD_Reference_ID=274 */
|
||||
public static final int INVOICE_MAILTEXT_ID_AD_Reference_ID=274;
|
||||
/** Set Invoice Mail Text.
|
||||
@param Invoice_MailText_ID
|
||||
Email text used for sending invoices
|
||||
|
@ -185,8 +179,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** 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
|
||||
|
@ -210,8 +202,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Manuf_Order_MailText_ID AD_Reference_ID=274 */
|
||||
public static final int MANUF_ORDER_MAILTEXT_ID_AD_Reference_ID=274;
|
||||
/** Set Manufacturing Order Mail Text.
|
||||
@param Manuf_Order_MailText_ID
|
||||
Email text used for sending Manufacturing Order
|
||||
|
@ -235,8 +225,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Manuf_Order_PrintFormat_ID AD_Reference_ID=53281 */
|
||||
public static final int MANUF_ORDER_PRINTFORMAT_ID_AD_Reference_ID=53281;
|
||||
/** Set Manufacturing Order Print Format.
|
||||
@param Manuf_Order_PrintFormat_ID
|
||||
Print Format for printing Manufacturing Order
|
||||
|
@ -287,8 +275,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return new KeyNamePair(get_ID(), getName());
|
||||
}
|
||||
|
||||
/** Order_MailText_ID AD_Reference_ID=274 */
|
||||
public static final int ORDER_MAILTEXT_ID_AD_Reference_ID=274;
|
||||
/** Set Order Mail Text.
|
||||
@param Order_MailText_ID
|
||||
Email text used for sending order acknowledgements or quotations
|
||||
|
@ -312,8 +298,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Order_PrintFormat_ID AD_Reference_ID=262 */
|
||||
public static final int ORDER_PRINTFORMAT_ID_AD_Reference_ID=262;
|
||||
/** Set Order Print Format.
|
||||
@param Order_PrintFormat_ID
|
||||
Print Format for Orders, Quotes, Offers
|
||||
|
@ -337,8 +321,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Project_MailText_ID AD_Reference_ID=274 */
|
||||
public static final int PROJECT_MAILTEXT_ID_AD_Reference_ID=274;
|
||||
/** Set Project Mail Text.
|
||||
@param Project_MailText_ID
|
||||
Standard text for Project EMails
|
||||
|
@ -362,8 +344,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Project_PrintFormat_ID AD_Reference_ID=259 */
|
||||
public static final int PROJECT_PRINTFORMAT_ID_AD_Reference_ID=259;
|
||||
/** Set Project Print Format.
|
||||
@param Project_PrintFormat_ID
|
||||
Standard Project Print Format
|
||||
|
@ -387,8 +367,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Remittance_MailText_ID AD_Reference_ID=274 */
|
||||
public static final int REMITTANCE_MAILTEXT_ID_AD_Reference_ID=274;
|
||||
/** Set Remittance Mail Text.
|
||||
@param Remittance_MailText_ID
|
||||
Email text used for sending payment remittances
|
||||
|
@ -412,8 +390,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Remittance_PrintFormat_ID AD_Reference_ID=268 */
|
||||
public static final int REMITTANCE_PRINTFORMAT_ID_AD_Reference_ID=268;
|
||||
/** Set Remittance Print Format.
|
||||
@param Remittance_PrintFormat_ID
|
||||
Print Format for separate Remittances
|
||||
|
@ -437,8 +413,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Shipment_MailText_ID AD_Reference_ID=274 */
|
||||
public static final int SHIPMENT_MAILTEXT_ID_AD_Reference_ID=274;
|
||||
/** Set Shipment Mail Text.
|
||||
@param Shipment_MailText_ID
|
||||
Email text used for sending delivery notes
|
||||
|
@ -462,8 +436,6 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Shipment_PrintFormat_ID AD_Reference_ID=263 */
|
||||
public static final int SHIPMENT_PRINTFORMAT_ID_AD_Reference_ID=263;
|
||||
/** Set Shipment Print Format.
|
||||
@param Shipment_PrintFormat_ID
|
||||
Print Format for Shipments, Receipts, Pick Lists
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintFormatItem
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,6 +73,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_
|
|||
setIsSetNLPosition (false);
|
||||
setIsSummarized (false);
|
||||
setIsSuppressNull (false);
|
||||
setIsSuppressRepeats (false);
|
||||
// N
|
||||
setIsVarianceCalc (false);
|
||||
setLineAlignmentType (null);
|
||||
// X
|
||||
|
@ -121,7 +123,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_
|
|||
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;
|
||||
|
@ -132,7 +134,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, 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;
|
||||
}
|
||||
|
@ -159,7 +161,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -170,7 +172,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, 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;
|
||||
}
|
||||
|
@ -198,7 +200,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_PrintFont getAD_PrintFont() throws Exception
|
||||
public I_AD_PrintFont getAD_PrintFont() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PrintFont.Table_Name);
|
||||
I_AD_PrintFont result = null;
|
||||
|
@ -209,7 +211,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, 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;
|
||||
}
|
||||
|
@ -237,8 +239,6 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_PrintFormatChild_ID AD_Reference_ID=259 */
|
||||
public static final int AD_PRINTFORMATCHILD_ID_AD_Reference_ID=259;
|
||||
/** Set Included Print Format.
|
||||
@param AD_PrintFormatChild_ID
|
||||
Print format that is included here.
|
||||
|
@ -261,7 +261,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws Exception
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PrintFormat.Table_Name);
|
||||
I_AD_PrintFormat result = null;
|
||||
|
@ -272,7 +272,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, 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;
|
||||
}
|
||||
|
@ -321,7 +321,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_PrintGraph getAD_PrintGraph() throws Exception
|
||||
public I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PrintGraph.Table_Name);
|
||||
I_AD_PrintGraph result = null;
|
||||
|
@ -332,7 +332,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintGraph
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -78,7 +78,7 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws Exception
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PrintFormat.Table_Name);
|
||||
I_AD_PrintFormat result = null;
|
||||
|
@ -89,7 +89,7 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, 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;
|
||||
}
|
||||
|
@ -138,32 +138,6 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Data_PrintFormatItem_ID AD_Reference_ID=264 */
|
||||
public static final int DATA_PRINTFORMATITEM_ID_AD_Reference_ID=264;
|
||||
/** Set Data Column.
|
||||
@param Data_PrintFormatItem_ID
|
||||
Data Column for Pie and Line Charts
|
||||
*/
|
||||
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID)
|
||||
{
|
||||
if (Data_PrintFormatItem_ID < 1)
|
||||
throw new IllegalArgumentException ("Data_PrintFormatItem_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_Data_PrintFormatItem_ID, Integer.valueOf(Data_PrintFormatItem_ID));
|
||||
}
|
||||
|
||||
/** Get Data Column.
|
||||
@return Data Column for Pie and Line Charts
|
||||
*/
|
||||
public int getData_PrintFormatItem_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Data_PrintFormatItem_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Data1_PrintFormatItem_ID AD_Reference_ID=264 */
|
||||
public static final int DATA1_PRINTFORMATITEM_ID_AD_Reference_ID=264;
|
||||
/** Set Data Column 2.
|
||||
@param Data1_PrintFormatItem_ID
|
||||
Data Column for Line Charts
|
||||
|
@ -187,8 +161,6 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Data2_PrintFormatItem_ID AD_Reference_ID=264 */
|
||||
public static final int DATA2_PRINTFORMATITEM_ID_AD_Reference_ID=264;
|
||||
/** Set Data Column 3.
|
||||
@param Data2_PrintFormatItem_ID
|
||||
Data Column for Line Charts
|
||||
|
@ -212,8 +184,6 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Data3_PrintFormatItem_ID AD_Reference_ID=264 */
|
||||
public static final int DATA3_PRINTFORMATITEM_ID_AD_Reference_ID=264;
|
||||
/** Set Data Column 4.
|
||||
@param Data3_PrintFormatItem_ID
|
||||
Data Column for Line Charts
|
||||
|
@ -237,8 +207,6 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Data4_PrintFormatItem_ID AD_Reference_ID=264 */
|
||||
public static final int DATA4_PRINTFORMATITEM_ID_AD_Reference_ID=264;
|
||||
/** Set Data Column 5.
|
||||
@param Data4_PrintFormatItem_ID
|
||||
Data Column for Line Charts
|
||||
|
@ -262,6 +230,28 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Data Column.
|
||||
@param Data_PrintFormatItem_ID
|
||||
Data Column for Pie and Line Charts
|
||||
*/
|
||||
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID)
|
||||
{
|
||||
if (Data_PrintFormatItem_ID < 1)
|
||||
throw new IllegalArgumentException ("Data_PrintFormatItem_ID is mandatory.");
|
||||
set_Value (COLUMNNAME_Data_PrintFormatItem_ID, Integer.valueOf(Data_PrintFormatItem_ID));
|
||||
}
|
||||
|
||||
/** Get Data Column.
|
||||
@return Data Column for Pie and Line Charts
|
||||
*/
|
||||
public int getData_PrintFormatItem_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Data_PrintFormatItem_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set Description.
|
||||
@param Description
|
||||
Optional short description of the record
|
||||
|
@ -279,8 +269,6 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_Description);
|
||||
}
|
||||
|
||||
/** Description_PrintFormatItem_ID AD_Reference_ID=264 */
|
||||
public static final int DESCRIPTION_PRINTFORMATITEM_ID_AD_Reference_ID=264;
|
||||
/** Set Description Column.
|
||||
@param Description_PrintFormatItem_ID
|
||||
Description Column for Pie/Line/Bar Charts
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintLabel
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -122,7 +122,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -133,7 +133,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintLabelLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe
|
|||
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;
|
||||
|
@ -91,7 +91,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, 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;
|
||||
}
|
||||
|
@ -119,7 +119,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws Exception
|
||||
public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_LabelPrinterFunction.Table_Name);
|
||||
I_AD_LabelPrinterFunction result = null;
|
||||
|
@ -130,7 +130,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, 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;
|
||||
}
|
||||
|
@ -157,7 +157,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_PrintLabel getAD_PrintLabel() throws Exception
|
||||
public I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_PrintLabel.Table_Name);
|
||||
I_AD_PrintLabel result = null;
|
||||
|
@ -168,7 +168,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintPaper
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_PrintTableFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Image getAD_Image() throws Exception
|
||||
public I_AD_Image getAD_Image() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Image.Table_Name);
|
||||
I_AD_Image result = null;
|
||||
|
@ -95,7 +95,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
} 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;
|
||||
}
|
||||
|
@ -213,8 +213,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return (String)get_Value(COLUMNNAME_FooterRight);
|
||||
}
|
||||
|
||||
/** FunctBG_PrintColor_ID AD_Reference_ID=266 */
|
||||
public static final int FUNCTBG_PRINTCOLOR_ID_AD_Reference_ID=266;
|
||||
/** Set Function BG Color.
|
||||
@param FunctBG_PrintColor_ID
|
||||
Function Background Color
|
||||
|
@ -238,8 +236,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** FunctFG_PrintColor_ID AD_Reference_ID=266 */
|
||||
public static final int FUNCTFG_PRINTCOLOR_ID_AD_Reference_ID=266;
|
||||
/** Set Function Color.
|
||||
@param FunctFG_PrintColor_ID
|
||||
Function Foreground Color
|
||||
|
@ -263,8 +259,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Funct_PrintFont_ID AD_Reference_ID=267 */
|
||||
public static final int FUNCT_PRINTFONT_ID_AD_Reference_ID=267;
|
||||
/** Set Function Font.
|
||||
@param Funct_PrintFont_ID
|
||||
Function row Font
|
||||
|
@ -288,8 +282,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** HdrLine_PrintColor_ID AD_Reference_ID=266 */
|
||||
public static final int HDRLINE_PRINTCOLOR_ID_AD_Reference_ID=266;
|
||||
/** Set Header Line Color.
|
||||
@param HdrLine_PrintColor_ID
|
||||
Table header row line color
|
||||
|
@ -313,8 +305,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Hdr_PrintFont_ID AD_Reference_ID=267 */
|
||||
public static final int HDR_PRINTFONT_ID_AD_Reference_ID=267;
|
||||
/** Set Header Row Font.
|
||||
@param Hdr_PrintFont_ID
|
||||
Header row Font
|
||||
|
@ -386,8 +376,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return (String)get_Value(COLUMNNAME_HdrStrokeType);
|
||||
}
|
||||
|
||||
/** HdrTextBG_PrintColor_ID AD_Reference_ID=266 */
|
||||
public static final int HDRTEXTBG_PRINTCOLOR_ID_AD_Reference_ID=266;
|
||||
/** Set Header Row BG Color.
|
||||
@param HdrTextBG_PrintColor_ID
|
||||
Background color of header row
|
||||
|
@ -411,8 +399,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** HdrTextFG_PrintColor_ID AD_Reference_ID=266 */
|
||||
public static final int HDRTEXTFG_PRINTCOLOR_ID_AD_Reference_ID=266;
|
||||
/** Set Header Row Color.
|
||||
@param HdrTextFG_PrintColor_ID
|
||||
Foreground color if the table header row
|
||||
|
@ -696,8 +682,6 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat,
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Line_PrintColor_ID AD_Reference_ID=266 */
|
||||
public static final int LINE_PRINTCOLOR_ID_AD_Reference_ID=266;
|
||||
/** Set Line Color.
|
||||
@param Line_PrintColor_ID
|
||||
Table line color
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Private_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe
|
|||
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;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, 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_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -122,7 +122,7 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Process
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Process extends PO implements I_AD_Process, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -40,8 +40,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent
|
|||
super (ctx, AD_Process_ID, trxName);
|
||||
/** if (AD_Process_ID == 0)
|
||||
{
|
||||
setAD_Process_ID (0);
|
||||
setAccessLevel (null);
|
||||
setAD_Process_ID (0);
|
||||
setEntityType (null);
|
||||
// U
|
||||
setIsBetaFunctionality (false);
|
||||
|
@ -80,6 +80,38 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** AccessLevel AD_Reference_ID=5 */
|
||||
public static final int ACCESSLEVEL_AD_Reference_ID=5;
|
||||
/** Organization = 1 */
|
||||
public static final String ACCESSLEVEL_Organization = "1";
|
||||
/** Client+Organization = 3 */
|
||||
public static final String ACCESSLEVEL_ClientPlusOrganization = "3";
|
||||
/** System only = 4 */
|
||||
public static final String ACCESSLEVEL_SystemOnly = "4";
|
||||
/** All = 7 */
|
||||
public static final String ACCESSLEVEL_All = "7";
|
||||
/** System+Client = 6 */
|
||||
public static final String ACCESSLEVEL_SystemPlusClient = "6";
|
||||
/** Client only = 2 */
|
||||
public static final String ACCESSLEVEL_ClientOnly = "2";
|
||||
/** Set Data Access Level.
|
||||
@param AccessLevel
|
||||
Access Level required
|
||||
*/
|
||||
public void setAccessLevel (String AccessLevel)
|
||||
{
|
||||
if (AccessLevel == null) throw new IllegalArgumentException ("AccessLevel is mandatory");
|
||||
if (AccessLevel.equals("1") || AccessLevel.equals("3") || AccessLevel.equals("4") || AccessLevel.equals("7") || AccessLevel.equals("6") || AccessLevel.equals("2")); else throw new IllegalArgumentException ("AccessLevel Invalid value - " + AccessLevel + " - Reference_ID=5 - 1 - 3 - 4 - 7 - 6 - 2"); set_Value (COLUMNNAME_AccessLevel, AccessLevel);
|
||||
}
|
||||
|
||||
/** Get Data Access Level.
|
||||
@return Access Level required
|
||||
*/
|
||||
public String getAccessLevel ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_AccessLevel);
|
||||
}
|
||||
|
||||
public I_AD_Form getAD_Form() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Form.Table_Name);
|
||||
|
@ -258,38 +290,6 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AccessLevel AD_Reference_ID=5 */
|
||||
public static final int ACCESSLEVEL_AD_Reference_ID=5;
|
||||
/** Organization = 1 */
|
||||
public static final String ACCESSLEVEL_Organization = "1";
|
||||
/** Client+Organization = 3 */
|
||||
public static final String ACCESSLEVEL_ClientPlusOrganization = "3";
|
||||
/** System only = 4 */
|
||||
public static final String ACCESSLEVEL_SystemOnly = "4";
|
||||
/** All = 7 */
|
||||
public static final String ACCESSLEVEL_All = "7";
|
||||
/** System+Client = 6 */
|
||||
public static final String ACCESSLEVEL_SystemPlusClient = "6";
|
||||
/** Client only = 2 */
|
||||
public static final String ACCESSLEVEL_ClientOnly = "2";
|
||||
/** Set Data Access Level.
|
||||
@param AccessLevel
|
||||
Access Level required
|
||||
*/
|
||||
public void setAccessLevel (String AccessLevel)
|
||||
{
|
||||
if (AccessLevel == null) throw new IllegalArgumentException ("AccessLevel is mandatory");
|
||||
if (AccessLevel.equals("1") || AccessLevel.equals("3") || AccessLevel.equals("4") || AccessLevel.equals("7") || AccessLevel.equals("6") || AccessLevel.equals("2")); else throw new IllegalArgumentException ("AccessLevel Invalid value - " + AccessLevel + " - Reference_ID=5 - 1 - 3 - 4 - 7 - 6 - 2"); set_Value (COLUMNNAME_AccessLevel, AccessLevel);
|
||||
}
|
||||
|
||||
/** Get Data Access Level.
|
||||
@return Access Level required
|
||||
*/
|
||||
public String getAccessLevel ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_AccessLevel);
|
||||
}
|
||||
|
||||
/** Set Classname.
|
||||
@param Classname
|
||||
Java Classname
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Process_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, 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_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -122,7 +122,7 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Process_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -85,7 +85,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Element getAD_Element() throws Exception
|
||||
public I_AD_Element getAD_Element() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Element.Table_Name);
|
||||
I_AD_Element result = null;
|
||||
|
@ -96,7 +96,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, 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_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -135,7 +135,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, 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;
|
||||
}
|
||||
|
@ -181,8 +181,6 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_ID AD_Reference_ID=1 */
|
||||
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
|
||||
/** Set Reference.
|
||||
@param AD_Reference_ID
|
||||
System Reference and Validation
|
||||
|
@ -205,8 +203,6 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Reference_Value_ID AD_Reference_ID=4 */
|
||||
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4;
|
||||
/** Set Reference Key.
|
||||
@param AD_Reference_Value_ID
|
||||
Required to specify, if data type is Table or List
|
||||
|
@ -230,7 +226,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws Exception
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Val_Rule.Table_Name);
|
||||
I_AD_Val_Rule result = null;
|
||||
|
@ -241,7 +237,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Record_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -79,7 +79,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers
|
|||
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;
|
||||
|
@ -90,7 +90,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, 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;
|
||||
}
|
||||
|
@ -117,7 +117,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -128,7 +128,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, 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;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Ref_List
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -78,7 +78,7 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Reference getAD_Reference() throws Exception
|
||||
public I_AD_Reference getAD_Reference() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Reference.Table_Name);
|
||||
I_AD_Reference result = null;
|
||||
|
@ -89,7 +89,7 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Ref_Table
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -78,8 +78,6 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** AD_Display AD_Reference_ID=3 */
|
||||
public static final int AD_DISPLAY_AD_Reference_ID=3;
|
||||
/** Set Display column.
|
||||
@param AD_Display
|
||||
Column that will display
|
||||
|
@ -100,8 +98,6 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Key AD_Reference_ID=3 */
|
||||
public static final int AD_KEY_AD_Reference_ID=3;
|
||||
/** Set Key column.
|
||||
@param AD_Key
|
||||
Unique identifier of a record
|
||||
|
@ -122,7 +118,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Reference getAD_Reference() throws Exception
|
||||
public I_AD_Reference getAD_Reference() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Reference.Table_Name);
|
||||
I_AD_Reference result = null;
|
||||
|
@ -133,7 +129,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, 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,7 +164,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent
|
|||
return new KeyNamePair(get_ID(), String.valueOf(getAD_Reference_ID()));
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -179,7 +175,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Reference
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Registration
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Registration extends PO implements I_AD_Registration, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -104,7 +104,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_System getAD_System() throws Exception
|
||||
public I_AD_System getAD_System() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_System.Table_Name);
|
||||
I_AD_System result = null;
|
||||
|
@ -115,7 +115,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, 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;
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, 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;
|
||||
|
@ -153,7 +153,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, 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;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Replication
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Replication extends PO implements I_AD_Replication, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -106,7 +106,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws Exception
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ReplicationStrategy.Table_Name);
|
||||
I_AD_ReplicationStrategy result = null;
|
||||
|
@ -117,7 +117,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, 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;
|
||||
}
|
||||
|
@ -363,8 +363,6 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Remote_Client_ID AD_Reference_ID=129 */
|
||||
public static final int REMOTE_CLIENT_ID_AD_Reference_ID=129;
|
||||
/** Set Remote Client.
|
||||
@param Remote_Client_ID
|
||||
Remote Client to be used to replicate / synchronize data with.
|
||||
|
@ -387,8 +385,6 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Remote_Org_ID AD_Reference_ID=276 */
|
||||
public static final int REMOTE_ORG_ID_AD_Reference_ID=276;
|
||||
/** Set Remote Organization.
|
||||
@param Remote_Org_ID
|
||||
Remote Organization to be used to replicate / synchronize data with.
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_ReplicationDocument
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocument, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -75,8 +75,8 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** Set AD_ReplicationDocument_ID.
|
||||
@param AD_ReplicationDocument_ID AD_ReplicationDocument_ID */
|
||||
/** Set Replication Document.
|
||||
@param AD_ReplicationDocument_ID Replication Document */
|
||||
public void setAD_ReplicationDocument_ID (int AD_ReplicationDocument_ID)
|
||||
{
|
||||
if (AD_ReplicationDocument_ID < 1)
|
||||
|
@ -84,8 +84,8 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu
|
|||
set_ValueNoCheck (COLUMNNAME_AD_ReplicationDocument_ID, Integer.valueOf(AD_ReplicationDocument_ID));
|
||||
}
|
||||
|
||||
/** Get AD_ReplicationDocument_ID.
|
||||
@return AD_ReplicationDocument_ID */
|
||||
/** Get Replication Document.
|
||||
@return Replication Document */
|
||||
public int getAD_ReplicationDocument_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationDocument_ID);
|
||||
|
@ -116,7 +116,7 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -127,7 +127,7 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu
|
|||
} 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;
|
||||
}
|
||||
|
@ -154,7 +154,7 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu
|
|||
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;
|
||||
|
@ -165,7 +165,7 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ReplicationStrategy
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStrategy, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -133,7 +133,7 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra
|
|||
return (String)get_Value(COLUMNNAME_EntityType);
|
||||
}
|
||||
|
||||
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws Exception
|
||||
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(org.eevolution.model.I_EXP_Processor.Table_Name);
|
||||
org.eevolution.model.I_EXP_Processor result = null;
|
||||
|
@ -144,13 +144,13 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra
|
|||
} 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;
|
||||
}
|
||||
|
||||
/** Set EXP_Processor_ID.
|
||||
@param EXP_Processor_ID EXP_Processor_ID */
|
||||
/** Set Export Processor.
|
||||
@param EXP_Processor_ID Export Processor */
|
||||
public void setEXP_Processor_ID (int EXP_Processor_ID)
|
||||
{
|
||||
if (EXP_Processor_ID < 1)
|
||||
|
@ -159,8 +159,8 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra
|
|||
set_Value (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID));
|
||||
}
|
||||
|
||||
/** Get EXP_Processor_ID.
|
||||
@return EXP_Processor_ID */
|
||||
/** Get Export Processor.
|
||||
@return Export Processor */
|
||||
public int getEXP_Processor_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_ID);
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ReplicationTable
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -77,7 +77,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable,
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws Exception
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ReplicationStrategy.Table_Name);
|
||||
I_AD_ReplicationStrategy result = null;
|
||||
|
@ -88,7 +88,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable,
|
|||
} 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;
|
||||
}
|
||||
|
@ -145,7 +145,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable,
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -156,7 +156,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable,
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Replication_Log
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -97,7 +97,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Replication_Run getAD_Replication_Run() throws Exception
|
||||
public I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Replication_Run.Table_Name);
|
||||
I_AD_Replication_Run result = null;
|
||||
|
@ -108,7 +108,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, 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;
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_
|
|||
return new KeyNamePair(get_ID(), String.valueOf(getAD_Replication_Run_ID()));
|
||||
}
|
||||
|
||||
public I_AD_ReplicationTable getAD_ReplicationTable() throws Exception
|
||||
public I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ReplicationTable.Table_Name);
|
||||
I_AD_ReplicationTable result = null;
|
||||
|
@ -154,7 +154,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Replication_Run
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -76,7 +76,7 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Replication getAD_Replication() throws Exception
|
||||
public I_AD_Replication getAD_Replication() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Replication.Table_Name);
|
||||
I_AD_Replication result = null;
|
||||
|
@ -87,7 +87,7 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ReportView
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -98,7 +98,7 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -109,7 +109,7 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_ReportView_Col
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -75,7 +75,7 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe
|
|||
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;
|
||||
|
@ -86,7 +86,7 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, 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;
|
||||
}
|
||||
|
@ -133,7 +133,7 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_ReportView getAD_ReportView() throws Exception
|
||||
public I_AD_ReportView getAD_ReportView() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_ReportView.Table_Name);
|
||||
I_AD_ReportView result = null;
|
||||
|
@ -144,7 +144,7 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, 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;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Role
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Role extends PO implements I_AD_Role, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -153,8 +153,6 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_Menu_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_MENU_ID_AD_Reference_ID=184;
|
||||
/** Set Menu Tree.
|
||||
@param AD_Tree_Menu_ID
|
||||
Tree of the menu
|
||||
|
@ -178,8 +176,6 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** AD_Tree_Org_ID AD_Reference_ID=184 */
|
||||
public static final int AD_TREE_ORG_ID_AD_Reference_ID=184;
|
||||
/** Set Organization Tree.
|
||||
@param AD_Tree_Org_ID
|
||||
Tree to determine organizational hierarchy
|
||||
|
@ -496,7 +492,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent
|
|||
return bd;
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -507,7 +503,7 @@ public class X_AD_Role extends PO implements I_AD_Role, 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;
|
||||
}
|
||||
|
@ -981,8 +977,6 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_PreferenceType);
|
||||
}
|
||||
|
||||
/** 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
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Role_OrgAccess
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -72,7 +72,7 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, 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_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Rule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Scheduler
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -82,7 +82,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Process getAD_Process() throws Exception
|
||||
public I_AD_Process getAD_Process() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process.Table_Name);
|
||||
I_AD_Process result = null;
|
||||
|
@ -93,7 +93,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, 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;
|
||||
}
|
||||
|
@ -353,8 +353,6 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_ScheduleType);
|
||||
}
|
||||
|
||||
/** Supervisor_ID AD_Reference_ID=316 */
|
||||
public static final int SUPERVISOR_ID_AD_Reference_ID=316;
|
||||
/** Set Supervisor.
|
||||
@param Supervisor_ID
|
||||
Supervisor for this user/organization - used for escalation and approval
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_SchedulerLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Scheduler getAD_Scheduler() throws Exception
|
||||
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Scheduler.Table_Name);
|
||||
I_AD_Scheduler result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, 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;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_SchedulerRecipient
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipient, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie
|
|||
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;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie
|
|||
} 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_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Scheduler getAD_Scheduler() throws Exception
|
||||
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Scheduler.Table_Name);
|
||||
I_AD_Scheduler result = null;
|
||||
|
@ -123,7 +123,7 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie
|
|||
} 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_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -183,7 +183,7 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie
|
|||
} 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;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Scheduler_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -72,7 +72,7 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Process_Para getAD_Process_Para() throws Exception
|
||||
public I_AD_Process_Para getAD_Process_Para() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Process_Para.Table_Name);
|
||||
I_AD_Process_Para result = null;
|
||||
|
@ -83,7 +83,7 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, 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;
|
||||
}
|
||||
|
@ -107,7 +107,7 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
public I_AD_Scheduler getAD_Scheduler() throws Exception
|
||||
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Scheduler.Table_Name);
|
||||
I_AD_Scheduler result = null;
|
||||
|
@ -118,7 +118,7 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, 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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Sequence
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent
|
||||
{
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Sequence_Audit
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -74,7 +74,7 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Sequence getAD_Sequence() throws Exception
|
||||
public I_AD_Sequence getAD_Sequence() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Sequence.Table_Name);
|
||||
I_AD_Sequence result = null;
|
||||
|
@ -85,7 +85,7 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, 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;
|
||||
}
|
||||
|
@ -112,7 +112,7 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
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;
|
||||
|
@ -123,7 +123,7 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, 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;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.logging.Level;
|
|||
|
||||
/** Generated Model for AD_Sequence_No
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persiste
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
public I_AD_Sequence getAD_Sequence() throws Exception
|
||||
public I_AD_Sequence getAD_Sequence() throws RuntimeException
|
||||
{
|
||||
Class<?> clazz = MTable.getClass(I_AD_Sequence.Table_Name);
|
||||
I_AD_Sequence result = null;
|
||||
|
@ -84,7 +84,7 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, 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;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for AD_Session
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a - $Id$ */
|
||||
* @version Release 3.5.3a - $Id$ */
|
||||
public class X_AD_Session extends PO implements I_AD_Session, I_Persistent
|
||||
{
|
||||
|
||||
|
@ -74,7 +74,7 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent
|
|||
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;
|
||||
|
@ -85,7 +85,7 @@ public class X_AD_Session extends PO implements I_AD_Session, 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
Loading…
Reference in New Issue