Compiere 3.1

org.compiere.model
Class MDistribution

java.lang.Object
  extended by org.compiere.framework.PO
      extended by org.compiere.model.X_GL_Distribution
          extended by org.compiere.model.MDistribution
All Implemented Interfaces:
Serializable, Cloneable, Comparator<PO>, Evaluatee

public class MDistribution
extends X_GL_Distribution

GL Distribution Model

Version:
$Id: MDistribution.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.compiere.model.X_GL_Distribution
accessLevel, ACCOUNT_ID_AD_Reference_ID, AD_ORGTRX_ID_AD_Reference_ID, C_LOCFROM_ID_AD_Reference_ID, C_LOCTO_ID_AD_Reference_ID, Model, ORG_ID_AD_Reference_ID, POSTINGTYPE_Actual, POSTINGTYPE_AD_Reference_ID, POSTINGTYPE_Budget, POSTINGTYPE_Commitment, POSTINGTYPE_Reservation, POSTINGTYPE_Statistical, Table_ID, Table_Name, updatedMS, USER1_ID_AD_Reference_ID, USER2_ID_AD_Reference_ID
 
Fields inherited from class org.compiere.framework.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Constructor Summary
MDistribution(Ctx ctx, int GL_Distribution_ID, String trxName)
          Standard Constructor
MDistribution(Ctx ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  boolean beforeSave(boolean newRecord)
          Before Save
 void distribute(MAccount acct, BigDecimal Amt, int C_Currency_ID)
          Distribute Amount to Lines
static MDistribution[] get(Ctx ctx, int Account_ID)
          Get Distributions for Account
static MDistribution[] get(Ctx ctx, int C_AcctSchema_ID, String PostingType, int C_DocType_ID, int AD_Org_ID, int Account_ID, int M_Product_ID, int C_BPartner_ID, int C_Project_ID, int C_Campaign_ID, int C_Activity_ID, int AD_OrgTrx_ID, int C_SalesRegion_ID, int C_LocTo_ID, int C_LocFrom_ID, int User1_ID, int User2_ID)
          Get Distributions for combination
static MDistribution[] get(MAccount acct, String PostingType, int C_DocType_ID)
          Get Distribution for combination
 MDistributionLine[] getLines(boolean reload)
          Get Lines and calculate total
 String validate()
          Validate Distribution
 
Methods inherited from class org.compiere.model.X_GL_Distribution
get_AccessLevel, getAccount_ID, getAD_OrgTrx_ID, getC_AcctSchema_ID, getC_Activity_ID, getC_BPartner_ID, getC_Campaign_ID, getC_DocType_ID, getC_LocFrom_ID, getC_LocTo_ID, getC_Project_ID, getC_SalesRegion_ID, getDescription, getGL_Distribution_ID, getHelp, getKeyNamePair, getM_Product_ID, getName, getOrg_ID, getPercentTotal, getPostingType, getUser1_ID, getUser2_ID, initPO, isAnyAcct, isAnyActivity, isAnyBPartner, isAnyCampaign, isAnyLocFrom, isAnyLocTo, isAnyOrg, isAnyOrgTrx, isAnyProduct, isAnyProject, isAnySalesRegion, isAnyUser1, isAnyUser2, isPostingTypeValid, isProcessing, isValid, setAccount_ID, setAD_OrgTrx_ID, setAnyAcct, setAnyActivity, setAnyBPartner, setAnyCampaign, setAnyLocFrom, setAnyLocTo, setAnyOrg, setAnyOrgTrx, setAnyProduct, setAnyProject, setAnySalesRegion, setAnyUser1, setAnyUser2, setC_AcctSchema_ID, setC_Activity_ID, setC_BPartner_ID, setC_Campaign_ID, setC_DocType_ID, setC_LocFrom_ID, setC_LocTo_ID, setC_Project_ID, setC_SalesRegion_ID, setDescription, setGL_Distribution_ID, setHelp, setIsValid, setM_Product_ID, setName, setOrg_ID, setPercentTotal, setPostingType, setProcessing, setUser1_ID, setUser2_ID, toString
 
Methods inherited from class org.compiere.framework.PO
addAttachment, addAttachment, addError, afterDelete, afterSave, beforeDelete, compare, convertToBigDecimal, convertToBoolean, convertToInt, convertToTimestamp, copy, copyValues, copyValues, createAttachment, delete_Accounting, delete, delete, dump, dump, equals, get_ChangeVO, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_EntityType, get_HashMap, get_ID, get_IDOld, get_Info, get_KeyColumns, get_Logger, get_Table_ID, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_ValuesAsString, get_WhereClause, get_xmlDocument, get_xmlString, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getVO, hashCode, insert_Accounting, is_Changed, is_KeyColumn, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveNew_getID, saveNewInsertSQL, saveNewSpecial, saveUpdate, set_ChangeVO, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueString, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setContext, setCtx, setDocWorkflowMgr, setIsActive, setStandardDefaults, setUpdateable, setUpdatedBy, toStringX, unlock, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDistribution

public MDistribution(Ctx ctx,
                     int GL_Distribution_ID,
                     String trxName)
Standard Constructor

Parameters:
ctx - context
GL_Distribution_ID - id
trxName - transaction

MDistribution

public MDistribution(Ctx ctx,
                     ResultSet rs,
                     String trxName)
Load Constructor

Parameters:
ctx - context
rs - result set
trxName - transaction
Method Detail

get

public static MDistribution[] get(MAccount acct,
                                  String PostingType,
                                  int C_DocType_ID)
Get Distribution for combination

Parameters:
acct - account (ValidCombination)
PostingType - only posting type
C_DocType_ID - only document type
Returns:
array of distributions

get

public static MDistribution[] get(Ctx ctx,
                                  int C_AcctSchema_ID,
                                  String PostingType,
                                  int C_DocType_ID,
                                  int AD_Org_ID,
                                  int Account_ID,
                                  int M_Product_ID,
                                  int C_BPartner_ID,
                                  int C_Project_ID,
                                  int C_Campaign_ID,
                                  int C_Activity_ID,
                                  int AD_OrgTrx_ID,
                                  int C_SalesRegion_ID,
                                  int C_LocTo_ID,
                                  int C_LocFrom_ID,
                                  int User1_ID,
                                  int User2_ID)
Get Distributions for combination

Parameters:
ctx - context
C_AcctSchema_ID - schema
PostingType - posting type
C_DocType_ID - document type
AD_Org_ID - org
Account_ID - account
M_Product_ID - product
C_BPartner_ID - partner
C_Project_ID - project
C_Campaign_ID - campaign
C_Activity_ID - activity
AD_OrgTrx_ID - trx org
C_SalesRegion_ID -
C_LocTo_ID - location to
C_LocFrom_ID - location from
User1_ID - user 1
User2_ID - user 2
Returns:
array of distributions or null

get

public static MDistribution[] get(Ctx ctx,
                                  int Account_ID)
Get Distributions for Account

Parameters:
ctx - context
Account_ID - id
Returns:
array of distributions

getLines

public MDistributionLine[] getLines(boolean reload)
Get Lines and calculate total

Parameters:
reload - reload data
Returns:
array of lines

validate

public String validate()
Validate Distribution

Returns:
error message or null

distribute

public void distribute(MAccount acct,
                       BigDecimal Amt,
                       int C_Currency_ID)
Distribute Amount to Lines

Parameters:
acct - account
Amt - amount
C_Currency_ID - currency

beforeSave

protected boolean beforeSave(boolean newRecord)
Before Save

Overrides:
beforeSave in class PO
Parameters:
newRecord - new
Returns:
true

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.