IDEMPIERE-4214 Javadoc: correct warnings on newest java version (#1082)

* iIDEMPIERE-4214 Javadoc: correct warnings on newest java version / fix problem to generate javadoc again

* IDEMPIERE-4214 Javadoc: correct warnings on newest java version / Fix javadoc warnings
This commit is contained in:
Carlos Ruiz 2021-12-23 11:44:23 +01:00 committed by GitHub
parent 6fb0f8f359
commit 9ae4a2636e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
393 changed files with 932 additions and 1037 deletions

View File

@ -47,7 +47,7 @@ public class CalloutBPartnerLocation extends CalloutEngine
* @param mTab Model Tab * @param mTab Model Tab
* @param mField Model Field * @param mField Model Field
* @param value The new value * @param value The new value
* @param oldvalue The old value * @param oldValue The old value
* @return Error message or "" * @return Error message or ""
*/ */
public String formatPhone (Properties ctx, int WindowNo, public String formatPhone (Properties ctx, int WindowNo,

View File

@ -34,7 +34,7 @@ import org.compiere.util.Env;
* *
* @author Jorg Janke * @author Jorg Janke
* @version $Id: CalloutInOut.java,v 1.7 2006/07/30 00:51:05 jjanke Exp $ * @version $Id: CalloutInOut.java,v 1.7 2006/07/30 00:51:05 jjanke Exp $
* @author victor.perez@e-evolution.com www.e-evolution.com [ 1867464 ] http://sourceforge.net/tracker/index.php?func=detail&aid=1867464&group_id=176962&atid=879332 * @author victor.perez@e-evolution.com www.e-evolution.com [ 1867464 ] https://sourceforge.net/p/adempiere/bugs/923/
*/ */
public class CalloutInOut extends CalloutEngine public class CalloutInOut extends CalloutEngine
{ {

View File

@ -39,8 +39,8 @@ public class CalloutMovement extends CalloutEngine
* *
* @param ctx Context * @param ctx Context
* @param WindowNo current Window No * @param WindowNo current Window No
* @param GridTab Model Tab * @param mTab Model Tab
* @param GridField Model Field * @param mField Model Field
* @param value The new value * @param value The new value
* @return Error message or "" * @return Error message or ""
*/ */
@ -67,8 +67,8 @@ public class CalloutMovement extends CalloutEngine
* *
* @param ctx Context * @param ctx Context
* @param WindowNo current Window No * @param WindowNo current Window No
* @param GridTab Model Tab * @param mTab Model Tab
* @param GridField Model Field * @param mField Model Field
* @param value The new value * @param value The new value
* @return Error message or "" * @return Error message or ""
*/ */
@ -87,8 +87,8 @@ public class CalloutMovement extends CalloutEngine
* *
* @param ctx Context * @param ctx Context
* @param WindowNo current Window No * @param WindowNo current Window No
* @param GridTab Model Tab * @param mTab Model Tab
* @param GridField Model Field * @param mField Model Field
* @param value The new value * @param value The new value
* @return Error message or "" * @return Error message or ""
*/ */

View File

@ -79,7 +79,7 @@ public class CalloutPaySelection extends CalloutEngine
/** /**
* Payment Selection Line - Invoice. * Payment Selection Line - Invoice.
* - called from C_PaySelectionLine.C_Invoice_ID * - called from C_PaySelectionLine.C_Invoice_ID
* - update PayAmt & DifferenceAmt * - update PayAmt and DifferenceAmt
* @param ctx context * @param ctx context
* @param WindowNo current Window No * @param WindowNo current Window No
* @param mTab Grid Tab * @param mTab Grid Tab

View File

@ -283,9 +283,9 @@ public class CalloutPayment extends CalloutEngine
} // docType } // docType
/** /**
* Payment_Amounts. Change of: - IsOverUnderPayment -> set OverUnderAmt to 0 - * Payment_Amounts. Change of: - IsOverUnderPayment -> set OverUnderAmt to 0 -
* C_Currency_ID, C_ConvesionRate_ID -> convert all - PayAmt, DiscountAmt, * C_Currency_ID, C_ConvesionRate_ID -> convert all - PayAmt, DiscountAmt,
* WriteOffAmt, OverUnderAmt -> PayAmt make sure that add up to * WriteOffAmt, OverUnderAmt -> PayAmt make sure that add up to
* InvoiceOpenAmt * InvoiceOpenAmt
* @param ctx context * @param ctx context
* @param WindowNo current Window No * @param WindowNo current Window No

View File

@ -129,9 +129,9 @@ public class CalloutPaymentAllocate extends CalloutEngine
/** /**
* Payment_Amounts. * Payment_Amounts.
* Change of: * Change of:
* - IsOverUnderPayment -> set OverUnderAmt to 0 * - IsOverUnderPayment -> set OverUnderAmt to 0
* - C_Currency_ID, C_ConvesionRate_ID -> convert all * - C_Currency_ID, C_ConvesionRate_ID -> convert all
* - PayAmt, DiscountAmt, WriteOffAmt, OverUnderAmt -> PayAmt * - PayAmt, DiscountAmt, WriteOffAmt, OverUnderAmt -> PayAmt
* make sure that add up to InvoiceOpenAmt * make sure that add up to InvoiceOpenAmt
* @param ctx context * @param ctx context
* @param WindowNo current Window No * @param WindowNo current Window No

View File

@ -29,7 +29,7 @@ import org.compiere.util.Env;
/** /**
* Time & Expense Report Callout * Time and Expense Report Callout
* *
* @author Jorg Janke * @author Jorg Janke
* @version $Id: CalloutTimeExpense.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $ * @version $Id: CalloutTimeExpense.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $

View File

@ -44,7 +44,7 @@ import org.compiere.util.Msg;
* @author Ashley Ramdass * @author Ashley Ramdass
* @author Teo Sarca * @author Teo Sarca
* <li>BF [ 2818523 ] Invoice and Shipment are not matched in case of RMA * <li>BF [ 2818523 ] Invoice and Shipment are not matched in case of RMA
* https://sourceforge.net/tracker/?func=detail&aid=2818523&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/1972/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class InOutGenerateRMA extends SvrProcess public class InOutGenerateRMA extends SvrProcess

View File

@ -34,9 +34,9 @@ import org.compiere.util.TimeUtil;
* Based on RV_Aging. * Based on RV_Aging.
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com FR 1933937 Is necessary a new Aging to Date * @author victor.perez@e-evolution.com FR 1933937 Is necessary a new Aging to Date
* @see http://sourceforge.net/tracker/index.php?func=detail&aid=1933937&group_id=176962&atid=879335 * @see https://sourceforge.net/p/adempiere/feature-requests/408/
* @author Carlos Ruiz - globalqss BF 2655587 Multi-org not supported in Aging * @author Carlos Ruiz - globalqss BF 2655587 Multi-org not supported in Aging
* @see https://sourceforge.net/tracker2/?func=detail&aid=2655587&group_id=176962&atid=879332 * @see https://sourceforge.net/p/adempiere/bugs/1786/
* @version $Id: Aging.java,v 1.5 2006/10/07 00:58:44 jjanke Exp $ * @version $Id: Aging.java,v 1.5 2006/10/07 00:58:44 jjanke Exp $
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process

View File

@ -42,7 +42,7 @@ import org.compiere.util.ValueNamePair;
* *
* @author Teo Sarca * @author Teo Sarca
* <li>BF [ 2854358 ] SyncColumn should load table in transaction * <li>BF [ 2854358 ] SyncColumn should load table in transaction
* https://sourceforge.net/tracker/?func=detail&aid=2854358&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2080/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class ColumnSync extends SvrProcess public class ColumnSync extends SvrProcess

View File

@ -146,7 +146,7 @@ public class CommissionCalc extends SvrProcess
/** /**
* Creates the SQL statement string that is used to generate the * Creates the SQL statement string that is used to generate the
* Commission detail records * Commission detail records
* @param MCommissionLine commissionLine * @param commissionLine MCommissionLine
* @return SQL statement * @return SQL statement
*/ */
protected String getCommissionCalculationSQL(MCommissionLine commissionLine) { protected String getCommissionCalculationSQL(MCommissionLine commissionLine) {

View File

@ -40,7 +40,7 @@ import org.compiere.util.Msg;
import org.compiere.util.Trx; import org.compiere.util.Trx;
/** /**
* Create Menu - Window/tab & field from a table * Create Menu - Window/tab and field from a table
* *
* @author Diego Ruiz - BX Service GmbH * @author Diego Ruiz - BX Service GmbH
* @contributor Andreas Sumerauer IDEMPIERE-4745 * @contributor Andreas Sumerauer IDEMPIERE-4745

View File

@ -52,7 +52,7 @@ import org.eevolution.model.MDDOrderLine;
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com * @author victor.perez@e-evolution.com
* <li>FR Let use the Distribution List and Distribution Run for DO * <li>FR Let use the Distribution List and Distribution Run for DO
* @see http://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335 * @see https://sourceforge.net/p/adempiere/feature-requests/488/
* @version $Id: DistributionRun.java,v 1.4 2006/07/30 00:51:02 jjanke Exp $ * @version $Id: DistributionRun.java,v 1.4 2006/07/30 00:51:02 jjanke Exp $
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process

View File

@ -44,9 +44,9 @@ import org.compiere.util.DB;
* *
* @author Teo Sarca, www.arhipac.ro * @author Teo Sarca, www.arhipac.ro
* <li>FR [ 2788074 ] ImportBPartner: add IsValidateOnly option * <li>FR [ 2788074 ] ImportBPartner: add IsValidateOnly option
* https://sourceforge.net/tracker/?func=detail&aid=2788074&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/710/
* <li>FR [ 2788278 ] Data Import Validator - migrate core processes * <li>FR [ 2788278 ] Data Import Validator - migrate core processes
* https://sourceforge.net/tracker/?func=detail&aid=2788278&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/713/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class ImportBPartner extends SvrProcess public class ImportBPartner extends SvrProcess

View File

@ -37,7 +37,7 @@ import org.compiere.util.Env;
* Import Order from I_Order * Import Order from I_Order
* @author Oscar Gomez * @author Oscar Gomez
* <li>BF [ 2936629 ] Error when creating bpartner in the importation order * <li>BF [ 2936629 ] Error when creating bpartner in the importation order
* <li>https://sourceforge.net/tracker/?func=detail&aid=2936629&group_id=176962&atid=879332 * <li>https://sourceforge.net/p/adempiere/bugs/2295/
* @author Jorg Janke * @author Jorg Janke
* @version $Id: ImportOrder.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $ * @version $Id: ImportOrder.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $
*/ */

View File

@ -39,7 +39,7 @@ import org.compiere.util.DB;
* *
* @author Carlos Ruiz, globalqss * @author Carlos Ruiz, globalqss
* <li>FR [ 2788278 ] Data Import Validator - migrate core processes * <li>FR [ 2788278 ] Data Import Validator - migrate core processes
* https://sourceforge.net/tracker/?func=detail&aid=2788278&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/713/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class ImportProduct extends SvrProcess implements ImportProcess public class ImportProduct extends SvrProcess implements ImportProcess

View File

@ -28,7 +28,7 @@ import org.compiere.util.Env;
import org.eevolution.model.MPPProductBOMLine; import org.eevolution.model.MPPProductBOMLine;
/** /**
* Cost Multi-Level BOM & Formula Review * Cost Multi-Level BOM and Formula Review
* *
* @author victor.perez@e-evolution.com * @author victor.perez@e-evolution.com
* @author Teo Sarca, www.arhipac.ro * @author Teo Sarca, www.arhipac.ro

View File

@ -38,7 +38,7 @@ import org.compiere.util.Env;
import org.compiere.util.Msg; import org.compiere.util.Msg;
/** /**
* Invoice Not realized Gain & Loss. * Invoice Not realized Gain and Loss.
* The actual data shown is T_InvoiceGL_v * The actual data shown is T_InvoiceGL_v
* @author Jorg Janke * @author Jorg Janke
* @version $Id: InvoiceNGL.java,v 1.3 2006/08/04 03:53:59 jjanke Exp $ * @version $Id: InvoiceNGL.java,v 1.3 2006/08/04 03:53:59 jjanke Exp $

View File

@ -271,10 +271,9 @@ public class RequestEMailProcessor extends SvrProcess implements ProcessEmailHan
/** /**
* Create request * Create request
* @param msg message * @param emailContent
* @return * @param trxName
* @return Type of Message * @throws Exception
* @throws Exception
*/ */
protected void createRequest(EmailContent emailContent, String trxName) throws Exception { protected void createRequest(EmailContent emailContent, String trxName) throws Exception {
// Assign from variable // Assign from variable

View File

@ -49,10 +49,10 @@ import org.compiere.util.Msg;
* @author Teo Sarca, www.arhipac.ro * @author Teo Sarca, www.arhipac.ro
* <li>BF [ 2609760 ] RequisitionPOCreate not using DateRequired * <li>BF [ 2609760 ] RequisitionPOCreate not using DateRequired
* <li>BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed * <li>BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed
* <li>BF [ 2811718 ] Create PO from Requsition without any parameter teminate in NPE * <li>BF [ 2811718 ] Create PO from Requisition without any parameter terminate in NPE
* http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2811718&group_id=176962 * https://sourceforge.net/p/adempiere/bugs/1954/
* <li>FR [ 2844074 ] Requisition PO Create - more selection fields * <li>FR [ 2844074 ] Requisition PO Create - more selection fields
* https://sourceforge.net/tracker/?func=detail&aid=2844074&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/796/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class RequisitionPOCreate extends SvrProcess public class RequisitionPOCreate extends SvrProcess

View File

@ -30,7 +30,7 @@ import org.compiere.model.MRfQResponse;
* *
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 2892585 ] When closing an RfQ we need to mark the responses as process * <li>BF [ 2892585 ] When closing an RfQ we need to mark the responses as process
* https://sourceforge.net/tracker/?func=detail&aid=2892585&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2202/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class RfQClose extends SvrProcess public class RfQClose extends SvrProcess

View File

@ -37,7 +37,7 @@ import org.compiere.model.MRfQResponseLineQty;
* *
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 2892588 ] Create PO from RfQ is not setting correct the price fields * <li>BF [ 2892588 ] Create PO from RfQ is not setting correct the price fields
* https://sourceforge.net/tracker/?func=detail&aid=2892588&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2203/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class RfQCreatePO extends SvrProcess public class RfQCreatePO extends SvrProcess

View File

@ -36,7 +36,7 @@ import org.compiere.util.Env;
* *
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 2892595 ] RfQResponseRank - ranking is not good * <li>BF [ 2892595 ] RfQResponseRank - ranking is not good
* https://sourceforge.net/tracker/?func=detail&aid=2892595&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2205/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class RfQResponseRank extends SvrProcess public class RfQResponseRank extends SvrProcess

View File

@ -35,7 +35,7 @@ import org.compiere.util.Env;
* *
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 3018005 ] Role Access Update: updates all roles if I log in as System * <li>BF [ 3018005 ] Role Access Update: updates all roles if I log in as System
* https://sourceforge.net/tracker/?func=detail&aid=3018005&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2437/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class RoleAccessUpdate extends SvrProcess public class RoleAccessUpdate extends SvrProcess

View File

@ -41,11 +41,11 @@ import org.compiere.util.Util;
* *
* @author Teo Sarca * @author Teo Sarca
* <li>BF [ 2827782 ] TabCreateFields process not setting entity type well * <li>BF [ 2827782 ] TabCreateFields process not setting entity type well
* https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2827782&group_id=176962 * https://sourceforge.net/p/adempiere/bugs/1994/
* *
* @author Silvano Trinchero * @author Silvano Trinchero
* <li>BF [ 2891218] Wrong behavior in entity type settings for customization entity types * <li>BF [ 2891218] Wrong behavior in entity type settings for customization entity types
* https://sourceforge.net/tracker/?func=detail&aid=2891218&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2197/
*/ */
@org.adempiere.base.annotation.Process @org.adempiere.base.annotation.Process
public class TabCreateFields extends SvrProcess public class TabCreateFields extends SvrProcess

View File

@ -28,7 +28,7 @@ package com.akunagroup.uk.postcode;
/** /**
* Interface for Address Lookup Web Service. * Interface for Address Lookup Web Service.
* http://sourceforge.net/tracker/index.php?func=detail&aid=1741222&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/137/
* The Address Structure * The Address Structure
*/ */
public interface AddressInterface public interface AddressInterface

View File

@ -408,8 +408,7 @@ public class AddressLookup implements AddressLookupInterface {
/** /**
* @param accessCode * @param password the password to set
* the accessCode to set
*/ */
public void setPassword(String password) { public void setPassword(String password) {
this.accessCode = password.trim(); this.accessCode = password.trim();

View File

@ -30,7 +30,7 @@ import java.util.HashMap;
/** /**
* Interface for Address Lookup Web Service. * Interface for Address Lookup Web Service.
* http://sourceforge.net/tracker/index.php?func=detail&aid=1741222&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/137/
* The Address lookup class interface * The Address lookup class interface
*/ */
public interface AddressLookupInterface { public interface AddressLookupInterface {

View File

@ -75,8 +75,6 @@ public class ChartBuilder {
} }
/** /**
*
* @param type
* @return JFreeChart * @return JFreeChart
*/ */
public JFreeChart createChart() { public JFreeChart createChart() {

View File

@ -154,7 +154,7 @@ public class Core {
/** /**
* *
* @param className * @param className
* @param method * @param methodName
* @return callout for className * @return callout for className
*/ */
public static Callout getCallout(String className, String methodName) { public static Callout getCallout(String className, String methodName) {
@ -1018,7 +1018,7 @@ public class Core {
/** /**
* Get print header/footer instance * Get print header/footer instance
* @param print header/footer * @param printHeaderFooter print header/footer
* @return print header/footer instance or null if not found * @return print header/footer instance or null if not found
*/ */
public static IPrintHeaderFooter getPrintHeaderFooter(I_AD_PrintHeaderFooter printHeaderFooter) { public static IPrintHeaderFooter getPrintHeaderFooter(I_AD_PrintHeaderFooter printHeaderFooter) {

View File

@ -175,7 +175,8 @@ public class EventManager implements IEventManager {
/** /**
* @param topic * @param topic
* @param parameter * @param data
* @return
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
public static Event newEvent(String topic, Object data) { public static Event newEvent(String topic, Object data) {

View File

@ -43,7 +43,7 @@ public interface IUploadHandler {
/** /**
* *
* @param media * @param media
* @param userExternalAccount * @param account userExternalAccount
* @return {@link UploadResponse} * @return {@link UploadResponse}
*/ */
public UploadResponse uploadMedia(UploadMedia media, MAuthorizationAccount account); public UploadResponse uploadMedia(UploadMedia media, MAuthorizationAccount account);

View File

@ -28,7 +28,6 @@ public class BPartnerNoAddressException extends BPartnerException
public static final String AD_Message = "BPartnerNoAddress"; public static final String AD_Message = "BPartnerNoAddress";
/** /**
* @param message
* @param bp * @param bp
*/ */
public BPartnerNoAddressException(I_C_BPartner bp) public BPartnerNoAddressException(I_C_BPartner bp)

View File

@ -32,7 +32,7 @@ import org.compiere.util.DB;
* @author Teo Sarca, SC ARHIPAC SERVICE SRL * @author Teo Sarca, SC ARHIPAC SERVICE SRL
* @author Armen Rizal, GOODWILL CONSULTING * @author Armen Rizal, GOODWILL CONSULTING
* FR [2789943] Better DBException handling for PostgreSQL * FR [2789943] Better DBException handling for PostgreSQL
* https://sourceforge.net/tracker/?func=detail&aid=2789943&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/719/
*/ */
public class DBException extends AdempiereException public class DBException extends AdempiereException
{ {

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
* @author Teo Sarca, SC ARHIPAC SERVICE SRL * @author Teo Sarca, SC ARHIPAC SERVICE SRL
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <li>FR [ 2520591 ] Support multiples calendar for Org * <li>FR [ 2520591 ] Support multiples calendar for Org
* @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 * @see https://sourceforge.net/p/adempiere/feature-requests/631/
* *
*/ */
public class PeriodClosedException extends AdempiereException public class PeriodClosedException extends AdempiereException

View File

@ -25,7 +25,7 @@ import org.compiere.util.Env;
* Throw when product price is not found in price list * Throw when product price is not found in price list
* @author teo.sarca@gmail.com * @author teo.sarca@gmail.com
* <li>FR [ 2872255 ] Introduce ProductNotOnPriceListException * <li>FR [ 2872255 ] Introduce ProductNotOnPriceListException
* https://sourceforge.net/tracker/?func=detail&aid=2872255&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/841/
*/ */
public class ProductNotOnPriceListException extends AdempiereException public class ProductNotOnPriceListException extends AdempiereException
{ {

View File

@ -20,7 +20,7 @@ package org.adempiere.exceptions;
* Throw when there is no Warehouse for Organization. * Throw when there is no Warehouse for Organization.
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>FR [ 2457781 ] Introduce WarehouseInvalidForOrgException * <li>FR [ 2457781 ] Introduce WarehouseInvalidForOrgException
* <li>https://sourceforge.net/tracker/index.php?func=detail&aid=2877521&group_id=176962&atid=879335 * <li>https://sourceforge.net/p/adempiere/feature-requests/856/
*/ */
public class WarehouseInvalidForOrgException extends AdempiereException public class WarehouseInvalidForOrgException extends AdempiereException
{ {
@ -31,7 +31,8 @@ public class WarehouseInvalidForOrgException extends AdempiereException
private static final long serialVersionUID = -8637554073291880392L; private static final long serialVersionUID = -8637554073291880392L;
/** /**
* @param productName M_Product Name * @param wname
* @param oname
*/ */
public WarehouseInvalidForOrgException(String wname ,String oname) public WarehouseInvalidForOrgException(String wname ,String oname)
{ {

View File

@ -33,7 +33,7 @@ import org.compiere.process.DocAction;
/** /**
* Generic PO implementation, this can be use together with ModelValidator as alternative to the classic * Generic PO implementation, this can be use together with ModelValidator as alternative to the classic
* generated model class and extend ( X_ & M_ ) approach. * generated model class and extend ( X_ and M_ ) approach.
* *
* Originally for used to insert/update data from adempieredata.xml file in 2pack. * Originally for used to insert/update data from adempieredata.xml file in 2pack.
* @author Marco LOMBARDO * @author Marco LOMBARDO

View File

@ -36,7 +36,7 @@ import org.compiere.util.Env;
import org.compiere.util.Util; import org.compiere.util.Util;
/** /**
* Generic provider of zoom targets. Contains pieces of {@link org.compiere.apps.AZoomAcross} * Generic provider of zoom targets. Contains pieces of {@link org.adempiere.webui.WZoomAcross}
* methods <code>getZoomTargets</code> and <code>addTarget</code> * methods <code>getZoomTargets</code> and <code>addTarget</code>
* *
* @author Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes * @author Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes

View File

@ -9,7 +9,7 @@ import org.adempiere.process.ImportProcess;
* Import Validator Interface * Import Validator Interface
* @author Teo Sarca, www.arhipac.ro * @author Teo Sarca, www.arhipac.ro
* <li>FR [ 2788276 ] Data Import Validator * <li>FR [ 2788276 ] Data Import Validator
* https://sourceforge.net/tracker/?func=detail&aid=2788276&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/712/
*/ */
public interface ImportValidator public interface ImportValidator
{ {

View File

@ -39,7 +39,6 @@ public class MInfoProcess extends X_AD_InfoProcess implements IInfoColumn, Immut
private static final long serialVersionUID = 7833442401205258074L; private static final long serialVersionUID = 7833442401205258074L;
/** /**
* {@inheritDoc}
* @param ctx * @param ctx
* @param AD_InfoProcess_ID * @param AD_InfoProcess_ID
* @param trxName * @param trxName
@ -50,7 +49,6 @@ public class MInfoProcess extends X_AD_InfoProcess implements IInfoColumn, Immut
} }
/** /**
* {@inheritDoc}
* @param ctx * @param ctx
* @param rs * @param rs
* @param trxName * @param trxName

View File

@ -138,7 +138,8 @@ public class MShipperFacade
/** /**
* get Meter Number associated with Account Number, use by the Fedex interface * get Meter Number associated with Account Number, use by the Fedex interface
* @param shipment /**
* @param AD_Org_ID
* @return Shipper Meter Number * @return Shipper Meter Number
*/ */
public String getShipperMeter(int AD_Org_ID) public String getShipperMeter(int AD_Org_ID)

View File

@ -42,11 +42,10 @@ public class MWizardProcess extends X_AD_WizardProcess {
/** /**
* Get the wizard notes for a node in the context client * Get the wizard notes for a node in the context client
*
* @param ctx * @param ctx
* @param AD_WF_Node_ID * @param AD_WF_Node_ID
* @param AD_Client_ID * @param AD_Client_ID
* @param trxName * @return
*/ */
public static MWizardProcess get(Properties ctx, int AD_WF_Node_ID, int AD_Client_ID) { public static MWizardProcess get(Properties ctx, int AD_WF_Node_ID, int AD_Client_ID) {
Query query = new Query(ctx, Table_Name, "AD_WF_Node_ID=? AND AD_Client_ID=?", null); Query query = new Query(ctx, Table_Name, "AD_WF_Node_ID=? AND AD_Client_ID=?", null);

View File

@ -34,10 +34,8 @@ public class MWlistboxCustomization extends X_AD_Wlistbox_Customization {
/** /**
* @param ctx * @param ctx
* @param AD_WListboxName
* @param AD_Wlistbox_Customization_ID * @param AD_Wlistbox_Customization_ID
* @param trxName * @param trxName
* @return
*/ */
public MWlistboxCustomization(Properties ctx, int AD_Wlistbox_Customization_ID, String trxName) { public MWlistboxCustomization(Properties ctx, int AD_Wlistbox_Customization_ID, String trxName) {
super(ctx, AD_Wlistbox_Customization_ID, trxName); super(ctx, AD_Wlistbox_Customization_ID, trxName);
@ -47,7 +45,6 @@ public class MWlistboxCustomization extends X_AD_Wlistbox_Customization {
* @param ctx * @param ctx
* @param rs * @param rs
* @param trxName * @param trxName
* @return
*/ */
public MWlistboxCustomization(Properties ctx, ResultSet rs, String trxName) { public MWlistboxCustomization(Properties ctx, ResultSet rs, String trxName) {
super(ctx, rs, trxName); super(ctx, rs, trxName);
@ -99,9 +96,7 @@ public class MWlistboxCustomization extends X_AD_Wlistbox_Customization {
* @param AD_User_ID * @param AD_User_ID
* @param Custom * @param Custom
* @param trxName * @param trxName
* @return
*/ */
public static void saveData(Properties ctx, public static void saveData(Properties ctx,
String AD_WListboxName, String AD_WListboxName,
int AD_User_ID, int AD_User_ID,

View File

@ -32,7 +32,7 @@ public class ZoomInfoFactory {
/** /**
* Simple class that contains zoom information. Currently used by * Simple class that contains zoom information. Currently used by
* {@link org.compiere.apps.AZoomAcross}. * {@link org.adempiere.webui.WZoomAcross}.
* *
* @author ts * @author ts
* *

View File

@ -11,7 +11,7 @@ import org.compiere.process.ProcessInfo;
* All processes that are importing data should implement this interface. * All processes that are importing data should implement this interface.
* @author Teo Sarca, www.arhipac.ro * @author Teo Sarca, www.arhipac.ro
* <li>FR [ 2788276 ] Data Import Validator * <li>FR [ 2788276 ] Data Import Validator
* https://sourceforge.net/tracker/?func=detail&aid=2788276&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/712/
*/ */
public interface ImportProcess public interface ImportProcess
{ {

View File

@ -37,7 +37,7 @@ import org.compiere.util.DB;
* *
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 3020640 ] GenerateModel is failing when we provide a list of tables * <li>BF [ 3020640 ] GenerateModel is failing when we provide a list of tables
* https://sourceforge.net/tracker/?func=detail&aid=3020640&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2447/
*/ */
public class GenerateModel public class GenerateModel
{ {

View File

@ -62,7 +62,7 @@ import org.compiere.util.Util;
* <li>BF [ 2780468 ] ModelClassGenerator: not generating methods for Created* * <li>BF [ 2780468 ] ModelClassGenerator: not generating methods for Created*
* <li>-- * <li>--
* <li>FR [ 2848449 ] ModelClassGenerator: Implement model getters * <li>FR [ 2848449 ] ModelClassGenerator: Implement model getters
* https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2848449&group_id=176962 * https://sourceforge.net/p/adempiere/feature-requests/812/
* @author Victor Perez, e-Evolution * @author Victor Perez, e-Evolution
* <li>FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class * <li>FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class
*/ */
@ -819,7 +819,7 @@ public class ModelClassGenerator
* @param sourceFolder * @param sourceFolder
* @param packageName * @param packageName
* @param entityType * @param entityType
* @param tableLike * @param tableName table Like
* @param columnEntityType * @param columnEntityType
*/ */
public static void generateSource(String sourceFolder, String packageName, String entityType, String tableName, String columnEntityType) public static void generateSource(String sourceFolder, String packageName, String entityType, String tableName, String columnEntityType)

View File

@ -66,15 +66,15 @@ import org.compiere.util.Util;
* <li>BF [ 1787833 ] ModelInterfaceGenerator: don't write timestamp * <li>BF [ 1787833 ] ModelInterfaceGenerator: don't write timestamp
* <li>FR [ 1803309 ] Model generator: generate get method for Search cols * <li>FR [ 1803309 ] Model generator: generate get method for Search cols
* <li>BF [ 1817768 ] Isolate hardcoded table direct columns * <li>BF [ 1817768 ] Isolate hardcoded table direct columns
* https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1817768&group_id=176962 * https://sourceforge.net/p/adempiere/bugs/827/
* <li>FR [ 2343096 ] Model Generator: Improve Reference Class Detection * <li>FR [ 2343096 ] Model Generator: Improve Reference Class Detection
* <li>BF [ 2528434 ] ModelInterfaceGenerator: generate getters for common fields * <li>BF [ 2528434 ] ModelInterfaceGenerator: generate getters for common fields
* <li>-- * <li>--
* <li>FR [ 2848449 ] ModelClassGenerator: Implement model getters * <li>FR [ 2848449 ] ModelClassGenerator: Implement model getters
* https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2848449&group_id=176962 * https://sourceforge.net/p/adempiere/feature-requests/812/
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>FR [ 3020635 ] Model Generator should use FQ class names * <li>FR [ 3020635 ] Model Generator should use FQ class names
* https://sourceforge.net/tracker/?func=detail&aid=3020635&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/987/
* @author Victor Perez, e-Evolution * @author Victor Perez, e-Evolution
* <li>FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class * <li>FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class
*/ */
@ -609,7 +609,7 @@ public class ModelInterfaceGenerator
/** /**
* Get EntityType Model Package. * Get EntityType Model Package.
* @author Victor Perez - [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class * author Victor Perez - [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class
* @param entityType * @param entityType
* @return * @return
*/ */
@ -755,7 +755,7 @@ public class ModelInterfaceGenerator
* @param sourceFolder * @param sourceFolder
* @param packageName * @param packageName
* @param entityType * @param entityType
* @param tableLike * @param tableName table Like
* @param columnEntityType * @param columnEntityType
*/ */
public static void generateSource(String sourceFolder, String packageName, String entityType, String tableName, String columnEntityType) public static void generateSource(String sourceFolder, String packageName, String entityType, String tableName, String columnEntityType)

View File

@ -65,7 +65,7 @@ import org.compiere.util.Util;
* Posting Document Root. * Posting Document Root.
* *
* <pre> * <pre>
* Table Base Document Types (C_DocType.DocBaseType & AD_Reference_ID=183) * Table Base Document Types (C_DocType.DocBaseType and AD_Reference_ID=183)
* Class AD_Table_ID * Class AD_Table_ID
* ------------------ ------------------------------ * ------------------ ------------------------------
* C_Invoice: ARI, ARC, ARF, API, APC * C_Invoice: ARI, ARC, ARF, API, APC
@ -117,7 +117,7 @@ import org.compiere.util.Util;
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <li>FR [ 2520591 ] Support multiples calendar for Org * <li>FR [ 2520591 ] Support multiples calendar for Org
* @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 * @see https://sourceforge.net/p/adempiere/feature-requests/631/
* @version $Id: Doc.java,v 1.6 2006/07/30 00:53:33 jjanke Exp $ * @version $Id: Doc.java,v 1.6 2006/07/30 00:53:33 jjanke Exp $
*/ */
public abstract class Doc public abstract class Doc
@ -125,7 +125,7 @@ public abstract class Doc
/************************************************************************** /**************************************************************************
* Document Types * Document Types
* -------------- * --------------
* C_DocType.DocBaseType & AD_Reference_ID=183 * C_DocType.DocBaseType and AD_Reference_ID=183
* C_Invoice: ARI, ARC, ARF, API, APC * C_Invoice: ARI, ARC, ARF, API, APC
* C_Payment: ARP, APP * C_Payment: ARP, APP
* C_Order: SOO, POO * C_Order: SOO, POO
@ -505,7 +505,7 @@ public abstract class Doc
* - postlogic (for all Accounting Schema) * - postlogic (for all Accounting Schema)
* - create Fact lines * - create Fact lines
* - postCommit * - postCommit
* - commits Fact lines and Document & sets Processing = 'N' * - commits Fact lines and Document and sets Processing = 'N'
* - if error - create Note * - if error - create Note
* </pre> * </pre>
* @param force if true ignore that locked * @param force if true ignore that locked

View File

@ -168,14 +168,14 @@ public class Doc_AllocationHdr extends Doc
* CashBankTransfer * CashBankTransfer
* - * -
* ============================== * ==============================
* Realized Gain & Loss * Realized Gain and Loss
* AR/AP DR CR * AR/AP DR CR
* Realized G/L DR CR * Realized G/L DR CR
* *
* *
* </pre> * </pre>
* Tax needs to be corrected for discount & write-off; * Tax needs to be corrected for discount and write-off;
* Currency gain & loss is realized here. * Currency gain and loss is realized here.
* @param as accounting schema * @param as accounting schema
* @return Fact * @return Fact
*/ */

View File

@ -19,10 +19,8 @@ import org.compiere.util.Env;
public class Doc_AssetDisposed extends Doc public class Doc_AssetDisposed extends Doc
{ {
/** /**
* @param ass * @param as
* @param clazz
* @param rs * @param rs
* @param defaultDocumentType
* @param trxName * @param trxName
*/ */
public Doc_AssetDisposed (MAcctSchema as, ResultSet rs, String trxName) public Doc_AssetDisposed (MAcctSchema as, ResultSet rs, String trxName)

View File

@ -41,7 +41,7 @@ import org.compiere.util.Env;
* Avoid posting if both accounts BankAsset and BankInTransit are equal * Avoid posting if both accounts BankAsset and BankInTransit are equal
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <li>FR [ 2520591 ] Support multiples calendar for Org * <li>FR [ 2520591 ] Support multiples calendar for Org
* @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 * @see https://sourceforge.net/p/adempiere/feature-requests/631/
* *
*/ */
public class Doc_BankStatement extends Doc public class Doc_BankStatement extends Doc

View File

@ -21,7 +21,7 @@ public class Doc_DepreciationEntry extends Doc
{ {
/** /**
* Constructor * Constructor
* @param ass accounting schemata * @param as accounting schemata
* @param rs record * @param rs record
* @parem trxName trx * @parem trxName trx
*/ */

View File

@ -861,7 +861,7 @@ public class Doc_Invoice extends Doc
/** /**
* Create Landed Cost accounting & Cost lines * Create Landed Cost accounting and Cost lines
* @param as accounting schema * @param as accounting schema
* @param fact fact * @param fact fact
* @param line document line * @param line document line

View File

@ -69,7 +69,7 @@ public class Doc_MatchInv extends Doc
{ {
/** /**
* Constructor * Constructor
* @param ass accounting schema * @param as accounting schema
* @param rs record * @param rs record
* @param trxName trx * @param trxName trx
*/ */

View File

@ -638,7 +638,7 @@ public class Doc_Order extends Doc
* Get Commitments Sales * Get Commitments Sales
* @param doc document * @param doc document
* @param maxQty Qty invoiced/matched * @param maxQty Qty invoiced/matched
* @param C_OrderLine_ID invoice line * @param M_InOutLine_ID invoice line
* @return commitments (order lines) * @return commitments (order lines)
*/ */
protected static DocLine[] getCommitmentsSales(Doc doc, BigDecimal maxQty, int M_InOutLine_ID) protected static DocLine[] getCommitmentsSales(Doc doc, BigDecimal maxQty, int M_InOutLine_ID)
@ -728,7 +728,7 @@ public class Doc_Order extends Doc
* @param as accounting schema * @param as accounting schema
* @param doc doc * @param doc doc
* @param Qty qty invoiced/matched * @param Qty qty invoiced/matched
* @param C_OrderLine_ID line * @param M_InOutLine_ID line
* @param multiplier 1 for accrual * @param multiplier 1 for accrual
* @return Fact * @return Fact
*/ */

View File

@ -43,7 +43,7 @@ public class Doc_Payment extends Doc
{ {
/** /**
* Constructor * Constructor
* @param ass accounting schema * @param as accounting schema
* @param rs record * @param rs record
* @param trxName trx * @param trxName trx
*/ */

View File

@ -403,7 +403,7 @@ public final class Fact
* Balance all segments. * Balance all segments.
* - For all balancing segments * - For all balancing segments
* - For all segment values * - For all segment values
* - If balance <> 0 create dueTo/dueFrom line * - If balance &lt;&gt; 0 create dueTo/dueFrom line
* overwriting the segment value * overwriting the segment value
*/ */
public void balanceSegments() public void balanceSegments()

View File

@ -54,7 +54,7 @@ import org.compiere.util.Env;
* <li>BF [ 2213252 ] Matching Inv-Receipt generated unproperly value for src amt * <li>BF [ 2213252 ] Matching Inv-Receipt generated unproperly value for src amt
* Teo Sarca * Teo Sarca
* <li>FR [ 2819081 ] FactLine.getDocLine should be public * <li>FR [ 2819081 ] FactLine.getDocLine should be public
* https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2819081&group_id=176962 * https://sourceforge.net/p/adempiere/feature-requests/764/
* *
*/ */
public final class FactLine extends X_Fact_Acct public final class FactLine extends X_Fact_Acct

View File

@ -16,7 +16,7 @@ public final class FactUtil
/** /**
* Create a simple acct transaction, as fellows: * Create a simple acct transaction, as fellows:
* <pre> * <pre>{@code
* if signSensitive == true then * if signSensitive == true then
* if amt >= 0 * if amt >= 0
* account_DR DR amt * account_DR DR amt
@ -28,16 +28,17 @@ public final class FactUtil
* account_DR DR amt * account_DR DR amt
* account_CR CR -amt * account_CR CR -amt
* (same as when signSensitive==true and amt>=0) * (same as when signSensitive==true and amt>=0)
* </pre> * }</pre>
* Note: * Note:
* <ul> * <ul>
* <li>Operation index is automatically incremented * <li>Operation index is automatically incremented
* </ul> * </ul>
* @param fact
* @param docLine Document line or null * @param docLine Document line or null
* @param account_DR DR account * @param account_DR DR account
* @param account_CR CR account * @param account_CR CR account
* @param C_Currency_ID Currency * @param C_Currency_ID Currency
* @param Amt amount * @param amt amount
* @param signSensitive if true, the DR and CR account will switch when amount is negative * @param signSensitive if true, the DR and CR account will switch when amount is negative
* @return resulting two fact lines * @return resulting two fact lines
* @category arhipac * @category arhipac

View File

@ -211,14 +211,14 @@ public interface AdempiereDatabase
/** /**
* Return next sequence this Sequence * Return next sequence this Sequence
* @param Sequence Name * @param Name Sequence
* @param Transaction * @param trxName Transaction
*/ */
public int getNextID(String Name, String trxName); public int getNextID(String Name, String trxName);
/** /**
* Return next sequence this Sequence * Return next sequence this Sequence
* @param Sequence Name * @param Name Sequence
*/ */
public int getNextID(String Name); public int getNextID(String Name);

View File

@ -34,7 +34,7 @@ import org.compiere.util.Ini;
* Adempiere Connection Descriptor * Adempiere Connection Descriptor
* *
* @author Jorg Janke * @author Jorg Janke
* @author Marek Mosiewicz<marek.mosiewicz@jotel.com.pl> - support for RMI over HTTP * @author Marek Mosiewicz&lt;marek.mosiewicz@jotel.com.pl&gt; - support for RMI over HTTP
* @version $Id: CConnection.java,v 1.5 2006/07/30 00:55:13 jjanke Exp $ * @version $Id: CConnection.java,v 1.5 2006/07/30 00:55:13 jjanke Exp $
*/ */
public class CConnection implements Serializable, Cloneable public class CConnection implements Serializable, Cloneable

View File

@ -92,8 +92,8 @@ public class Database
/** /**
* Get Database Driver by url string. * Get Database Driver by url string.
* Access to database specific functionality. * Access to database specific functionality.
* @param URL JDBC connection url * @param url JDBC connection url
* @return Adempiere Database Driver * @return iDempiere Database Driver
*/ */
public static AdempiereDatabase getDatabaseFromURL(String url) public static AdempiereDatabase getDatabaseFromURL(String url)
{ {
@ -113,7 +113,7 @@ public class Database
/** /**
* Apply common validations for database object names * Apply common validations for database object names
* @param String identifier * @param identifier String
* @return String error-code - null if not error * @return String error-code - null if not error
*/ */
public static String isValidIdentifier(String identifier) public static String isValidIdentifier(String identifier)

View File

@ -50,12 +50,12 @@ import org.compiere.util.Ini;
* *
* @author Teo Sarca, www.arhipac.ro * @author Teo Sarca, www.arhipac.ro
* <li>BF [ 2782095 ] Do not log *Access records * <li>BF [ 2782095 ] Do not log *Access records
* https://sourceforge.net/tracker/?func=detail&aid=2782095&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/1867/
* <li>TODO: BF [ 2782611 ] Migration scripts are not UTF8 * <li>TODO: BF [ 2782611 ] Migration scripts are not UTF8
* https://sourceforge.net/tracker/?func=detail&aid=2782611&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/1869/
* @author Teo Sarca * @author Teo Sarca
* <li>BF [ 3137355 ] PG query not valid when contains quotes and backslashes * <li>BF [ 3137355 ] PG query not valid when contains quotes and backslashes
* https://sourceforge.net/tracker/?func=detail&aid=3137355&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2560/
*/ */
public abstract class Convert public abstract class Convert
{ {
@ -289,8 +289,10 @@ public abstract class Convert
/** /**
* Utility method to replace quoted string with a predefined marker * Utility method to replace quoted string with a predefined marker
* @param retValue
* @param inputValue
* @param retVars * @param retVars
* @param nonce
* @return string * @return string
*/ */
protected String replaceQuotedStrings(String inputValue, Vector<String>retVars, String nonce) { protected String replaceQuotedStrings(String inputValue, Vector<String>retVars, String nonce) {

View File

@ -36,7 +36,7 @@ public abstract class Convert_SQL92 extends Convert {
* Converting joins can ve very complex when multiple tables/keys are involved. * Converting joins can ve very complex when multiple tables/keys are involved.
* The main scenarios supported are two tables with multiple key columns * The main scenarios supported are two tables with multiple key columns
* and multiple tables with single key columns. * and multiple tables with single key columns.
* <pre> * <pre>{@code
* SELECT a.Col1, b.Col2 FROM tableA a, tableB b WHERE a.ID=b.ID(+) * SELECT a.Col1, b.Col2 FROM tableA a, tableB b WHERE a.ID=b.ID(+)
* => SELECT a.Col1, b.Col2 FROM tableA a LEFT OUTER JOIN tableB b ON (a.ID=b.ID) * => SELECT a.Col1, b.Col2 FROM tableA a LEFT OUTER JOIN tableB b ON (a.ID=b.ID)
* *
@ -47,7 +47,7 @@ public abstract class Convert_SQL92 extends Convert {
* - OR condition ignored (not sure what to do, should not happen) * - OR condition ignored (not sure what to do, should not happen)
* Limitations: * Limitations:
* - Parameters for outer joins must be first - as sequence of parameters changes * - Parameters for outer joins must be first - as sequence of parameters changes
* </pre> * }</pre>
* @param sqlStatement * @param sqlStatement
* @return converted statement * @return converted statement
*/ */
@ -323,10 +323,10 @@ public abstract class Convert_SQL92 extends Convert {
/************************************************************************** /**************************************************************************
* Converts Decode. * Converts Decode.
* <pre> * <pre>{@code
* DECODE (a, 1, 'one', 2, 'two', 'none') * DECODE (a, 1, 'one', 2, 'two', 'none')
* => CASE WHEN a = 1 THEN 'one' WHEN a = 2 THEN 'two' ELSE 'none' END * => CASE WHEN a = 1 THEN 'one' WHEN a = 2 THEN 'two' ELSE 'none' END
* </pre> * }</pre>
* @param sqlStatement * @param sqlStatement
* @return converted statement * @return converted statement
*/ */

View File

@ -36,9 +36,9 @@ import org.compiere.util.Env;
* *
* @author Jorg Janke * @author Jorg Janke
* @author Trifon Trifonov, Catura AG (www.catura.de) * @author Trifon Trifonov, Catura AG (www.catura.de)
* <li>FR [ 3010957 ] Custom Separator Character, http://sourceforge.net/tracker/?func=detail&aid=3010957&group_id=176962&atid=879335 </li> * <li>FR [ 3010957 ] Custom Separator Character, https://sourceforge.net/p/adempiere/feature-requests/975/ </li>
* @author eugen.hanussek@klst.com * @author eugen.hanussek@klst.com
* <li>BF [ 3564464 ] Import File Loader discards input records , https://sourceforge.net/tracker/?func=detail&aid=3564464&group_id=176962&atid=879332 </li> * <li>BF [ 3564464 ] Import File Loader discards input records , https://sourceforge.net/p/adempiere/bugs/2727/ </li>
* *
* @version $Id$ * @version $Id$
*/ */

View File

@ -37,7 +37,7 @@ import org.compiere.util.Util;
* *
* @author Jorg Janke * @author Jorg Janke
* @author Trifon Trifonov, Catura AG (www.catura.de) * @author Trifon Trifonov, Catura AG (www.catura.de)
* <li>FR [ 3010957 ] Custom Separator Character, http://sourceforge.net/tracker/?func=detail&aid=3010957&group_id=176962&atid=879335 </li> * <li>FR [ 3010957 ] Custom Separator Character, https://sourceforge.net/p/adempiere/feature-requests/975/ </li>
* @version $Id: ImpFormatRow.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $ * @version $Id: ImpFormatRow.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
* *
* globalqss: integrate Teo Sarca bug fix [ 1623817 ] Minor bug on importing calendar date * globalqss: integrate Teo Sarca bug fix [ 1623817 ] Minor bug on importing calendar date
@ -180,7 +180,7 @@ public final class ImpFormatRow
/** /**
* Name * Name
* @param Name name * @param name name
*/ */
public void setName (String name) public void setName (String name)
{ {

View File

@ -82,7 +82,7 @@ public class Translation implements IApplication
* Do not use this Constructor in normal calls. It is used e.g. by the * Do not use this Constructor in normal calls. It is used e.g. by the
* headless call for an only-translation batch script call. * headless call for an only-translation batch script call.
* *
* @author tbayen - IDEMPIERE-1554 * author tbayen - IDEMPIERE-1554
*/ */
public Translation(){ public Translation(){
m_ctx=Env.getCtx(); m_ctx=Env.getCtx();
@ -127,7 +127,7 @@ public class Translation implements IApplication
* Import Translation. * Import Translation.
* Uses TranslationHandler to update translation * Uses TranslationHandler to update translation
* @param directory file directory * @param directory file directory
* @param AD_Client_ID only certain client if id >= 0 * @param AD_Client_ID only certain client if id &gt;= 0
* @param AD_Language language * @param AD_Language language
* @param Trl_Table table * @param Trl_Table table
* @return status message * @return status message
@ -170,7 +170,7 @@ public class Translation implements IApplication
/************************************************************************** /**************************************************************************
* Import Translation * Import Translation
* @param directory file directory * @param directory file directory
* @param AD_Client_ID only certain client if id >= 0 * @param AD_Client_ID only certain client if id &gt;= 0
* @param AD_Language language * @param AD_Language language
* @param Trl_Table translation table _Trl * @param Trl_Table translation table _Trl
* @return status message * @return status message
@ -402,7 +402,7 @@ public class Translation implements IApplication
* Validate Language. * Validate Language.
* - Check if AD_Language record exists * - Check if AD_Language record exists
* - Check Trl table records * - Check Trl table records
* @param AD_Language language * @param p_AD_Language language
* @return "" if validated - or error message * @return "" if validated - or error message
*/ */
public String validateLanguage(String p_AD_Language) { public String validateLanguage(String p_AD_Language) {
@ -414,7 +414,7 @@ public class Translation implements IApplication
* - Check if AD_Language record exists * - Check if AD_Language record exists
* - Check Trl table records * - Check Trl table records
* @param AD_Language language * @param AD_Language language
* @param get_TrxName transaction * @param trxName transaction
* @return "" if validated - or error message * @return "" if validated - or error message
*/ */
public String validateLanguage (String AD_Language, String trxName) public String validateLanguage (String AD_Language, String trxName)

View File

@ -36,7 +36,7 @@ public class TranslationHandler extends DefaultHandler
{ {
/** /**
* Translation Handler * Translation Handler
* @param AD_Client_ID only certain client if id >= 0 * @param AD_Client_ID only certain client if id &gt;= 0
*/ */
public TranslationHandler (int AD_Client_ID) public TranslationHandler (int AD_Client_ID)
{ {

View File

@ -32,7 +32,7 @@ import org.compiere.util.CLogger;
* <li>BF [ 1652623 ] AccessSqlParser.getTableInfo(String) - tablename parsing bug * <li>BF [ 1652623 ] AccessSqlParser.getTableInfo(String) - tablename parsing bug
* <li>BF [ 1964496 ] AccessSqlParser is not parsing well JOIN CLAUSE * <li>BF [ 1964496 ] AccessSqlParser is not parsing well JOIN CLAUSE
* <li>BF [ 2840157 ] AccessSqlParser is not parsing well ON keyword * <li>BF [ 2840157 ] AccessSqlParser is not parsing well ON keyword
* https://sourceforge.net/tracker/?func=detail&aid=2840157&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2042/
*/ */
public class AccessSqlParser public class AccessSqlParser
{ {

View File

@ -134,7 +134,7 @@ public class CalloutEngine implements Callout
* Conversion Rules. * Conversion Rules.
* Convert a String * Convert a String
* *
* @param methodName method name and additional arguments (in brackets, separated by commas) * @param methodAndArgs method name and additional arguments (in brackets, separated by commas)
* @param value the value * @param value the value
* @return converted String or Null if no method found * @return converted String or Null if no method found
*/ */

View File

@ -220,7 +220,7 @@ public final class DataStatusEvent extends EventObject implements Serializable
/** /**
* String representation of Status. * String representation of Status.
* @return Examples: +*1?/20 * @return Examples: +*1?/20
* 1/256->2000 * 1/256-&gt;2000
*/ */
public String toString() public String toString()
{ {
@ -235,14 +235,14 @@ public final class DataStatusEvent extends EventObject implements Serializable
/** /**
* String representation of Status. * String representation of Status.
* <pre> * <pre>{@code
* *1/20 Change - automatic commit * *1/20 Change - automatic commit
* ?1/20 Change - manual confirm * ?1/20 Change - manual confirm
* 1/56->200 Loading * 1/56->200 Loading
* 1/20 Normal * 1/20 Normal
* +*1/20 Inserting, changed - automatic commit * +*1/20 Inserting, changed - automatic commit
* The row number is converted from zero based representation * The row number is converted from zero based representation
* </pre> * }</pre>
* @return Status info * @return Status info
*/ */
public String getMessage() public String getMessage()
@ -366,7 +366,7 @@ public final class DataStatusEvent extends EventObject implements Serializable
} }
/** /**
* @param indicate this event is by user start edit this field but not yet complete edit * @param isInitEdit indicate this event is by user start edit this field but not yet complete edit
*/ */
public void setIsInitEdit(boolean isInitEdit) { public void setIsInitEdit(boolean isInitEdit) {
this.isInitEdit = isInitEdit; this.isInitEdit = isInitEdit;

View File

@ -62,19 +62,19 @@ import org.idempiere.util.ParseSeq;
* *
* @author Jorg Janke * @author Jorg Janke
* @author Victor Perez , e-Evolution.SC FR [ 1757088 ], [1877902] Implement JSR 223 Scripting APIs to Callout * @author Victor Perez , e-Evolution.SC FR [ 1757088 ], [1877902] Implement JSR 223 Scripting APIs to Callout
* http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962 to FR [1877902] * https://sourceforge.net/p/adempiere/feature-requests/318/ to FR [1877902]
* @author Carlos Ruiz, qss FR [1877902] * @author Carlos Ruiz, qss FR [1877902]
* @author Juan David Arboleda (arboleda), GlobalQSS, [ 1795398 ] Process Parameter: add display and readonly logic * @author Juan David Arboleda (arboleda), GlobalQSS, [ 1795398 ] Process Parameter: add display and readonly logic
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 2874646 ] GridField issue when a lookup is key * <li>BF [ 2874646 ] GridField issue when a lookup is key
* https://sourceforge.net/tracker/?func=detail&aid=2874646&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2164/
* @author victor.perez@e-evolution.com,www.e-evolution.com * @author victor.perez@e-evolution.com,www.e-evolution.com
* <li>BF [ 2910358 ] Error in context when a field is found in different tabs. * <li>BF [ 2910358 ] Error in context when a field is found in different tabs.
* https://sourceforge.net/tracker/?func=detail&aid=2910358&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2255/
* <li>BF [ 2910368 ] Error in context when IsActive field is found in different * <li>BF [ 2910368 ] Error in context when IsActive field is found in different
* https://sourceforge.net/tracker/?func=detail&aid=2910368&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2256/
* <li>BF [ 3007342 ] Included tab context conflict issue * <li>BF [ 3007342 ] Included tab context conflict issue
* https://sourceforge.net/tracker/?func=detail&aid=3007342&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2409/
* @version $Id: GridField.java,v 1.5 2006/07/30 00:51:02 jjanke Exp $ * @version $Id: GridField.java,v 1.5 2006/07/30 00:51:02 jjanke Exp $
*/ */
public class GridField public class GridField
@ -557,7 +557,7 @@ public class GridField
/************************************************************************** /**************************************************************************
* Create default value. * Create default value.
* <pre> * <pre>{@code
* (a) Key/Parent/IsActive/SystemAccess * (a) Key/Parent/IsActive/SystemAccess
* (b) SQL Default * (b) SQL Default
* (c) Column Default // system integrity * (c) Column Default // system integrity
@ -567,7 +567,7 @@ public class GridField
* *
* Don't default from Context => use explicit defaultValue * Don't default from Context => use explicit defaultValue
* (would otherwise copy previous record) * (would otherwise copy previous record)
* </pre> * }</pre>
* this method code in mind GirdField lie at standard window, and default is receive when new record. * this method code in mind GirdField lie at standard window, and default is receive when new record.
* maybe it will don't suitable for use at other place as info panel parameter,... * maybe it will don't suitable for use at other place as info panel parameter,...
* @return default value or null * @return default value or null
@ -647,7 +647,7 @@ public class GridField
* "5" mean from system preference * "5" mean from system preference
* "6" mean preference for field lie down at panel as process parameter, info parameter,... * "6" mean preference for field lie down at panel as process parameter, info parameter,...
* "7" mean data-type default * "7" mean data-type default
* @param initValueType * @param defaultValueType
* @return * @return
*/ */
protected Object getDefaultValueByType (Character defaultValueType){ protected Object getDefaultValueByType (Character defaultValueType){
@ -2299,7 +2299,7 @@ public class GridField
/** /**
* Restore the backup value if any * Restore the backup value if any
* @author teo_sarca [ 1699826 ] * author teo_sarca [ 1699826 ]
*/ */
public void restoreValue() { public void restoreValue() {
if (m_isBackupValue) { if (m_isBackupValue) {
@ -2320,7 +2320,7 @@ public class GridField
* Feature Request [1707462] * Feature Request [1707462]
* Enable user to change VFormat on runtime * Enable user to change VFormat on runtime
* @param strNewFormat VFormat mask * @param strNewFormat VFormat mask
* @author fer_luck * author fer_luck
*/ */
public void setVFormat(String strNewFormat){ public void setVFormat(String strNewFormat){
m_vo.VFormat = strNewFormat; m_vo.VFormat = strNewFormat;
@ -2347,7 +2347,6 @@ public class GridField
/** /**
* Get the default state of collapse field group type * Get the default state of collapse field group type
* @param collapseDefaultState
*/ */
public boolean getIsCollapsedByDefault() { public boolean getIsCollapsedByDefault() {
return m_vo.IsCollapsedByDefault; return m_vo.IsCollapsedByDefault;

View File

@ -39,7 +39,7 @@ import org.compiere.util.Env;
* @author Victor Perez , e-Evolution.SC FR [ 1757088 ] , [1877902] Implement JSR 223 Scripting APIs to Callout * @author Victor Perez , e-Evolution.SC FR [ 1757088 ] , [1877902] Implement JSR 223 Scripting APIs to Callout
* @author Carlos Ruiz, qss FR [1877902] * @author Carlos Ruiz, qss FR [1877902]
* @author Juan David Arboleda (arboleda), GlobalQSS, [ 1795398 ] Process Parameter: add display and readonly logic * @author Juan David Arboleda (arboleda), GlobalQSS, [ 1795398 ] Process Parameter: add display and readonly logic
* @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962 to FR [1877902] * @see https://sourceforge.net/p/adempiere/feature-requests/318/ to FR [1877902]
* @version $Id: GridFieldVO.java,v 1.3 2006/07/30 00:58:04 jjanke Exp $ * @version $Id: GridFieldVO.java,v 1.3 2006/07/30 00:58:04 jjanke Exp $
*/ */
public class GridFieldVO implements Serializable, Cloneable public class GridFieldVO implements Serializable, Cloneable

View File

@ -85,28 +85,28 @@ import org.compiere.util.ValueNamePair;
* <li>BF [ 1968598 ] Callout is not called if tab is processed * <li>BF [ 1968598 ] Callout is not called if tab is processed
* <li>BF [ 2104022 ] GridTab.processCallout: throws NPE if callout returns null * <li>BF [ 2104022 ] GridTab.processCallout: throws NPE if callout returns null
* <li>FR [ 2846871 ] Add method org.compiere.model.GridTab.getIncludedTabs * <li>FR [ 2846871 ] Add method org.compiere.model.GridTab.getIncludedTabs
* https://sourceforge.net/tracker/?func=detail&aid=2846871&group_id=176962&atid=879335 * https://sourceforge.net/p/adempiere/feature-requests/805/
* @author Teo Sarca, teo.sarca@gmail.com * @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 2873323 ] ABP: Do not concatenate strings in SQL queries * <li>BF [ 2873323 ] ABP: Do not concatenate strings in SQL queries
* https://sourceforge.net/tracker/?func=detail&aid=2873323&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/feature-requests/845/
* <li>BF [ 2874109 ] Tab ORDER BY clause is not supporting context variables * <li>BF [ 2874109 ] Tab ORDER BY clause is not supporting context variables
* https://sourceforge.net/tracker/?func=detail&aid=2874109&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2162/
* <li>BF [ 2905287 ] GridTab query is not build correctly * <li>BF [ 2905287 ] GridTab query is not build correctly
* https://sourceforge.net/tracker/?func=detail&aid=2905287&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2242/
* <li>BF [ 3007342 ] Included tab context conflict issue * <li>BF [ 3007342 ] Included tab context conflict issue
* https://sourceforge.net/tracker/?func=detail&aid=3007342&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2409/
* @author Victor Perez , e-Evolution.SC * @author Victor Perez , e-Evolution.SC
* <li>FR [1877902] Implement JSR 223 Scripting APIs to Callout * <li>FR [1877902] Implement JSR 223 Scripting APIs to Callout
* <li>BF [ 2910358 ] Error in context when a field is found in different tabs. * <li>BF [ 2910358 ] Error in context when a field is found in different tabs.
* https://sourceforge.net/tracker/?func=detail&aid=2910358&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2255/
* <li>BF [ 2910368 ] Error in context when IsActive field is found in different * <li>BF [ 2910368 ] Error in context when IsActive field is found in different
* https://sourceforge.net/tracker/?func=detail&aid=2910368&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2256/
* @author Carlos Ruiz, qss FR [1877902] * @author Carlos Ruiz, qss FR [1877902]
* @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962 to FR [1877902] * @see https://sourceforge.net/p/adempiere/feature-requests/318/ to FR [1877902]
* @author Cristina Ghita, www.arhipac.ro FR [2870645] Set null value for an ID * @author Cristina Ghita, www.arhipac.ro FR [2870645] Set null value for an ID
* @see https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2870645&group_id=176962 * @see https://sourceforge.net/p/adempiere/feature-requests/835/
* @author Paul Bowden, phib BF 2900767 Zoom to child tab - inefficient queries * @author Paul Bowden, phib BF 2900767 Zoom to child tab - inefficient queries
* @see https://sourceforge.net/tracker/?func=detail&aid=2900767&group_id=176962&atid=879332 * @see https://sourceforge.net/p/adempiere/bugs/2222/
*/ */
public class GridTab implements DataStatusListener, Evaluatee, Serializable public class GridTab implements DataStatusListener, Evaluatee, Serializable
{ {
@ -2685,7 +2685,6 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
/** /**
* Set current row - used for deleteSelection * Set current row - used for deleteSelection
* @return current row
*/ */
public void setCurrentRow(int row){ public void setCurrentRow(int row){
setCurrentRow(row, false); setCurrentRow(row, false);
@ -2751,7 +2750,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
} // getField } // getField
/** /**
* Set New Value & call Callout * Set New Value and call Callout
* @param columnName database column name * @param columnName database column name
* @param value value * @param value value
* @return error message or "" * @return error message or ""
@ -2764,7 +2763,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
} // setValue } // setValue
/** /**
* Set New Value & call Callout * Set New Value and call Callout
* @param field field * @param field field
* @param value value * @param value value
* @return error message or "" * @return error message or ""
@ -2797,7 +2796,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
/** /**
* Is the current record active * Is the current record active
* @return true if current record is active * @return true if current record is active
* @author Teo Sarca - BF [ 1742159 ] * author Teo Sarca - BF [ 1742159 ]
*/ */
public boolean isActive() public boolean isActive()
{ {
@ -3097,7 +3096,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
* If there is no column with the given name, the context for current window will be checked. * If there is no column with the given name, the context for current window will be checked.
* @param columnName column name * @param columnName column name
* @return boolean value or false if the field was not found * @return boolean value or false if the field was not found
* @author Teo Sarca * author Teo Sarca
*/ */
public boolean getValueAsBoolean(String columnName) public boolean getValueAsBoolean(String columnName)
{ {
@ -3203,9 +3202,9 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
/** /**
* Feature Request [1707462] * Feature Request [1707462]
* Enable runtime change of VFormat * Enable runtime change of VFormat
* @param Identifier field indent * @param identifier field indent
* @param strNewFormat new mask * @param strNewFormat new mask
* @author fer_luck * author fer_luck
*/ */
public void setFieldVFormat (String identifier, String strNewFormat) public void setFieldVFormat (String identifier, String strNewFormat)
{ {

View File

@ -93,9 +93,9 @@ import org.compiere.util.ValueNamePair;
* <li>BF [ 1984310 ] GridTable.getClientOrg() doesn't work for AD_Client/AD_Org * <li>BF [ 1984310 ] GridTable.getClientOrg() doesn't work for AD_Client/AD_Org
* @author victor.perez@e-evolution.com,www.e-evolution.com * @author victor.perez@e-evolution.com,www.e-evolution.com
* <li>BF [ 2910358 ] Error in context when a field is found in different tabs. * <li>BF [ 2910358 ] Error in context when a field is found in different tabs.
* https://sourceforge.net/tracker/?func=detail&aid=2910358&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2255/
* <li>BF [ 2910368 ] Error in context when IsActive field is found in different * <li>BF [ 2910368 ] Error in context when IsActive field is found in different
* https://sourceforge.net/tracker/?func=detail&aid=2910368&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2256/
*/ */
public class GridTable extends AbstractTableModel public class GridTable extends AbstractTableModel
implements Serializable implements Serializable
@ -3775,9 +3775,9 @@ public class GridTable extends AbstractTableModel
/** /**
* Feature Request [1707462] * Feature Request [1707462]
* Enable runtime change of VFormat * Enable runtime change of VFormat
* @param Identifier field ident * @param identifier field ident
* @param strNewFormat new mask * @param strNewFormat new mask
* @author fer_luck * author fer_luck
*/ */
protected void setFieldVFormat (String identifier, String strNewFormat) protected void setFieldVFormat (String identifier, String strNewFormat)
{ {

View File

@ -49,7 +49,8 @@ public class InfoRelatedVO implements Serializable, Cloneable, IInfoColumn {
/** /**
* Default Constructor * Default Constructor
* @param ctx * @param ctx
* @param infoColumn * @param infoRelated
* @param windowNo
*/ */
public InfoRelatedVO(Properties ctx, MInfoRelated infoRelated, int windowNo) { public InfoRelatedVO(Properties ctx, MInfoRelated infoRelated, int windowNo) {
@ -98,7 +99,9 @@ public class InfoRelatedVO implements Serializable, Cloneable, IInfoColumn {
/** /**
* Default Constructor * Default Constructor
* @param ctx * @param ctx
* @param infoColumn * @param infoRelatedList
* @param windowNo
* @return
*/ */
public static InfoRelatedVO[] getInfoRelatedVOList(Properties ctx, MInfoRelated[] infoRelatedList, int windowNo) { public static InfoRelatedVO[] getInfoRelatedVOList(Properties ctx, MInfoRelated[] infoRelatedList, int windowNo) {
ArrayList<InfoRelatedVO> infoRelatedVOList = new ArrayList<InfoRelatedVO>(); ArrayList<InfoRelatedVO> infoRelatedVOList = new ArrayList<InfoRelatedVO>();

View File

@ -29,7 +29,7 @@ import org.compiere.util.Util;
* *
* @author Teo Sarca * @author Teo Sarca
* <li>BF [ 2933367 ] Virtual Column Identifiers are not working * <li>BF [ 2933367 ] Virtual Column Identifiers are not working
* https://sourceforge.net/tracker/?func=detail&aid=2933367&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2291/
*/ */
public class LookupDisplayColumn implements Serializable public class LookupDisplayColumn implements Serializable
{ {

View File

@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport;
* *
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/
* @version $Id: MAccount.java,v 1.4 2006/07/30 00:58:04 jjanke Exp $ * @version $Id: MAccount.java,v 1.4 2006/07/30 00:58:04 jjanke Exp $
*/ */
public class MAccount extends X_C_ValidCombination implements ImmutablePOSupport public class MAccount extends X_C_ValidCombination implements ImmutablePOSupport

View File

@ -27,11 +27,11 @@ import org.compiere.util.KeyNamePair;
import org.compiere.util.NamePair; import org.compiere.util.NamePair;
/** /**
* Account Model Lookup - Maintains ValidCombination Info for Display & Edit - not cached * Account Model Lookup - Maintains ValidCombination Info for Display and Edit - not cached
* *
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/
* @version $Id: MAccountLookup.java,v 1.3 2006/07/30 00:54:54 jjanke Exp $ * @version $Id: MAccountLookup.java,v 1.3 2006/07/30 00:54:54 jjanke Exp $
*/ */
public final class MAccountLookup extends Lookup implements Serializable public final class MAccountLookup extends Lookup implements Serializable

View File

@ -31,7 +31,7 @@ import org.compiere.util.Msg;
* *
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/
* @version $Id: MAcctProcessor.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $ * @version $Id: MAcctProcessor.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
*/ */
public class MAcctProcessor extends X_C_AcctProcessor public class MAcctProcessor extends X_C_AcctProcessor

View File

@ -35,7 +35,7 @@ import org.idempiere.cache.ImmutablePOSupport;
* *
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/
* @version $Id: MAcctSchema.java,v 1.4 2006/07/30 00:58:04 jjanke Exp $ * @version $Id: MAcctSchema.java,v 1.4 2006/07/30 00:58:04 jjanke Exp $
*/ */
public class MAcctSchema extends X_C_AcctSchema implements ImmutablePOSupport public class MAcctSchema extends X_C_AcctSchema implements ImmutablePOSupport

View File

@ -30,7 +30,7 @@ import org.idempiere.cache.ImmutablePOSupport;
* *
* @author Jorg Janke * @author Jorg Janke
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/
* @version $Id: MAcctSchemaDefault.java,v 1.3 2006/07/30 00:58:37 jjanke Exp $ * @version $Id: MAcctSchemaDefault.java,v 1.3 2006/07/30 00:58:37 jjanke Exp $
*/ */
public class MAcctSchemaDefault extends X_C_AcctSchema_Default implements ImmutablePOSupport public class MAcctSchemaDefault extends X_C_AcctSchema_Default implements ImmutablePOSupport

View File

@ -37,7 +37,7 @@ import org.idempiere.cache.ImmutablePOSupport;
* @version $Id: MAcctSchemaElement.java,v 1.4 2006/08/10 01:00:44 jjanke Exp $ * @version $Id: MAcctSchemaElement.java,v 1.4 2006/08/10 01:00:44 jjanke Exp $
* *
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/
*/ */
public class MAcctSchemaElement extends X_C_AcctSchema_Element implements ImmutablePOSupport public class MAcctSchemaElement extends X_C_AcctSchema_Element implements ImmutablePOSupport
{ {

View File

@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport;
* @author Jorg Janke * @author Jorg Janke
* @version $Id: MAcctSchemaGL.java,v 1.3 2006/07/30 00:58:18 jjanke Exp $ * @version $Id: MAcctSchemaGL.java,v 1.3 2006/07/30 00:58:18 jjanke Exp $
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/
*/ */
public class MAcctSchemaGL extends X_C_AcctSchema_GL implements ImmutablePOSupport public class MAcctSchemaGL extends X_C_AcctSchema_GL implements ImmutablePOSupport
{ {

View File

@ -43,11 +43,11 @@ import org.compiere.util.Msg;
* @version $Id: MAllocationHdr.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ * @version $Id: MAllocationHdr.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <li>FR [ 1866214 ] * <li>FR [ 1866214 ]
* <li> http://sourceforge.net/tracker/index.php?func=detail&aid=1866214&group_id=176962&atid=879335 * <li> https://sourceforge.net/p/adempiere/feature-requests/298/
* <li>FR [ 2520591 ] Support multiples calendar for Org * <li>FR [ 2520591 ] Support multiples calendar for Org
* <li> http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 * <li> https://sourceforge.net/p/adempiere/feature-requests/631/
* <li>BF [ 2880182 ] Error you can allocate a payment to invoice that was paid * <li>BF [ 2880182 ] Error you can allocate a payment to invoice that was paid
* <li> https://sourceforge.net/tracker/index.php?func=detail&aid=2880182&group_id=176962&atid=879332 * <li> https://sourceforge.net/p/adempiere/bugs/2181/
*/ */
public class MAllocationHdr extends X_C_AllocationHdr implements DocAction public class MAllocationHdr extends X_C_AllocationHdr implements DocAction
{ {

View File

@ -302,7 +302,7 @@ public class MArchive extends X_AD_Archive {
/** /**
* Set Storage Provider * Set Storage Provider
* Used temporarily for the process to migrate storage provider * Used temporarily for the process to migrate storage provider
* @param Storage provider * @param p Storage provider
*/ */
public void setStorageProvider(MStorageProvider p) { public void setStorageProvider(MStorageProvider p) {
provider = p; provider = p;

View File

@ -121,7 +121,7 @@ public class MAsset extends X_A_Asset {
/** /**
* Construct from MIFixedAsset (import) * Construct from MIFixedAsset (import)
* @param match match invoice * @param ifa
*/ */
protected MAsset (MIFixedAsset ifa) protected MAsset (MIFixedAsset ifa)
{ {
@ -154,7 +154,7 @@ public class MAsset extends X_A_Asset {
} }
/** /**
* @author Edwin Ang * author Edwin Ang
* @param project * @param project
*/ */
protected MAsset (MProject project) protected MAsset (MProject project)
@ -183,10 +183,9 @@ public class MAsset extends X_A_Asset {
* Create Asset from Inventory * Create Asset from Inventory
* @param inventory inventory * @param inventory inventory
* @param invLine inventory line * @param invLine inventory line
* @param deliveryCount 0 or number of delivery * @param qty
* @return A_Asset_ID * @param costs
*/ */
public MAsset (MInventory inventory, MInventoryLine invLine, BigDecimal qty, BigDecimal costs) public MAsset (MInventory inventory, MInventoryLine invLine, BigDecimal qty, BigDecimal costs)
{ {
super(invLine.getCtx(), 0, invLine.get_TrxName()); super(invLine.getCtx(), 0, invLine.get_TrxName());

View File

@ -116,7 +116,7 @@ public class MAssetAddition extends X_A_Asset_Addition
/** /**
* Create Asset and asset Addition from MIFixedAsset. MAssetAddition is saved. * Create Asset and asset Addition from MIFixedAsset. MAssetAddition is saved.
* (@win note, not referenced from anywhere. incomplete feature) * (@win note, not referenced from anywhere. incomplete feature)
* @param match match invoice * @param ifa
* @return asset addition * @return asset addition
*/ */
public static MAssetAddition createAsset(MIFixedAsset ifa) public static MAssetAddition createAsset(MIFixedAsset ifa)
@ -351,7 +351,6 @@ public class MAssetAddition extends X_A_Asset_Addition
* Copy fields from MatchInv+InvoiceLine+InOutLine * Copy fields from MatchInv+InvoiceLine+InOutLine
* @param model - to copy from * @param model - to copy from
* @param M_MatchInv_ID - matching invoice id * @param M_MatchInv_ID - matching invoice id
* @param newRecord new object model is created
*/ */
public static boolean setM_MatchInv(SetGetModel model, int M_MatchInv_ID) public static boolean setM_MatchInv(SetGetModel model, int M_MatchInv_ID)
{ {

View File

@ -37,7 +37,8 @@ public class MAssetChange extends X_A_Asset_Change
/** /**
* Default Constructor * Default Constructor
* @param ctx context * @param ctx context
* @param M_InventoryLine_ID line * @param A_Asset_Change_ID
* @param trxName
*/ */
public MAssetChange (Properties ctx, int A_Asset_Change_ID, String trxName) public MAssetChange (Properties ctx, int A_Asset_Change_ID, String trxName)
{ {
@ -129,14 +130,12 @@ public class MAssetChange extends X_A_Asset_Change
/** ARHIPAC: TEO: END ------------------------------------------------------------------ */ /** ARHIPAC: TEO: END ------------------------------------------------------------------ */
/** /**
*
* @param ctx * @param ctx
* @param A_Asset_ID * @param A_Asset_ID
* @param postingType * @param changeType
* @param trxName * @param trxName
* @param Account Schema * @param C_AcctSchema_ID
* @return assetChange * @return
* @see #get(Properties, int, String, String)
*/ */
public static MAssetChange get (Properties ctx, int A_Asset_ID, String changeType, String trxName, int C_AcctSchema_ID) public static MAssetChange get (Properties ctx, int A_Asset_ID, String changeType, String trxName, int C_AcctSchema_ID)
{ {

View File

@ -343,8 +343,7 @@ implements DocAction
/** /**
* Copy fields from A_Asset * Copy fields from A_Asset
* @param model * @param bean
* @param A_Asset_ID
*/ */
public static void updateFromAsset(I_A_Asset_Disposed bean) public static void updateFromAsset(I_A_Asset_Disposed bean)
{ {

View File

@ -465,7 +465,7 @@ public class MAssignmentSlot implements Comparator<Object>
} // getInfoTimeFromTo } // getInfoTimeFromTo
/** /**
* Get Info with Date & Time From-To * Get Info with Date and Time From-To
* @return info 12/12/01 00:00 - 01:00 or 12/12/01 00:00 - 12/13/01 01:00 * @return info 12/12/01 00:00 - 01:00 or 12/12/01 00:00 - 12/13/01 01:00
*/ */
public String getInfoDateTimeFromTo() public String getInfoDateTimeFromTo()
@ -510,12 +510,12 @@ public class MAssignmentSlot implements Comparator<Object>
/** /**
* Returns true if time is between start and end Time. * Returns true if time is between start and end Time.
* Date part is ignored. * Date part is ignored.
* <pre> * <pre>{@code
* Example: * Example:
* - Slots: 0:00-9:00 - 9:00-10:00 - 10:00-11:00 - ... * - Slots: 0:00-9:00 - 9:00-10:00 - 10:00-11:00 - ...
* - inSlot (9:00, false) -> 1 // start time * - inSlot (9:00, false) -> 1 // start time
* - inSlot (10:00, true) -> 1 // end time * - inSlot (10:00, true) -> 1 // end time
* </pre> * }</pre>
* @param time time of the day * @param time time of the day
* @param endTime if true, the end time is included * @param endTime if true, the end time is included
* @return true if within slot * @return true if within slot

View File

@ -49,7 +49,7 @@ import org.compiere.util.Util;
* *
* @author Silvano Trinchero * @author Silvano Trinchero
* <li>BF [ 2992291] MAttachment.addEntry not closing streams if an exception occur * <li>BF [ 2992291] MAttachment.addEntry not closing streams if an exception occur
* http://sourceforge.net/tracker/?func=detail&aid=2992291&group_id=176962&atid=879332 * https://sourceforge.net/p/adempiere/bugs/2392/
* *
* @version $Id: MAttachment.java,v 1.4 2006/07/30 00:58:37 jjanke Exp $ * @version $Id: MAttachment.java,v 1.4 2006/07/30 00:58:37 jjanke Exp $
*/ */
@ -644,7 +644,7 @@ public class MAttachment extends X_AD_Attachment
/** /**
* IDEMPIERE-530 * IDEMPIERE-530
* Get the attachment ID based on table_id and record_id * Get the attachment ID based on table_id and record_id
* @param AD_Table_ID * @param Table_ID
* @param Record_ID * @param Record_ID
* @return AD_Attachment_ID * @return AD_Attachment_ID
*/ */
@ -711,7 +711,7 @@ public class MAttachment extends X_AD_Attachment
/** /**
* Set Storage Provider * Set Storage Provider
* Used temporarily for the process to migrate storage provider * Used temporarily for the process to migrate storage provider
* @param Storage provider * @param p Storage provider
*/ */
public void setStorageProvider(MStorageProvider p) { public void setStorageProvider(MStorageProvider p) {
provider = p; provider = p;

View File

@ -63,10 +63,9 @@ public class MAttachmentEntry
/** /**
* Constructor for delayed load * Constructor for delayed load
* @param parent
* @param name * @param name
* @param index * @param index
* @param lazy data source * @param ds lazy data source
*/ */
public MAttachmentEntry (String name, int index, IAttachmentLazyDataSource ds) { public MAttachmentEntry (String name, int index, IAttachmentLazyDataSource ds) {
super (); super ();
@ -339,7 +338,7 @@ public class MAttachmentEntry
/** /**
* Set the lazy data source * Set the lazy data source
* @param obj * @param ds
*/ */
public void setLazyDataSource(IAttachmentLazyDataSource ds) { public void setLazyDataSource(IAttachmentLazyDataSource ds) {
m_ds = ds; m_ds = ds;

View File

@ -247,7 +247,6 @@ public class MAttributeInstance extends X_M_AttributeInstance
* Set ValueInt * Set ValueInt
* *
* @param valueInt * @param valueInt
* @param value
*/ */
public void setValueInt(int valueInt) public void setValueInt(int valueInt)
{ {

View File

@ -383,7 +383,7 @@ public class MAttributeSetInstance extends X_M_AttributeSetInstance
} }
/** /**
* Create & save a new ASI for given product. * Create and save a new ASI for given product.
* Automatically creates Lot#, Serial# and Guarantee Date. * Automatically creates Lot#, Serial# and Guarantee Date.
* @param ctx * @param ctx
* @param product * @param product
@ -408,7 +408,7 @@ public class MAttributeSetInstance extends X_M_AttributeSetInstance
} }
/** /**
* AutoGerate & save a new ASI for given product. * AutoGenerate and save a new ASI for given product.
* Automatically creates Lot# * Automatically creates Lot#
* @param ctx * @param ctx
* @param product * @param product

View File

@ -157,7 +157,7 @@ public class MBPartner extends X_C_BPartner implements ImmutablePOSupport
/** /**
* Get BPartner with Value * Get BPartner with Value
* @param ctx context * @param ctx context
* @param Value value * @param C_BPartner_ID
* @return BPartner or null * @return BPartner or null
*/ */
public static MBPartner get (Properties ctx, int C_BPartner_ID) public static MBPartner get (Properties ctx, int C_BPartner_ID)
@ -169,7 +169,7 @@ public class MBPartner extends X_C_BPartner implements ImmutablePOSupport
/** /**
* Get BPartner with Value in a transaction * Get BPartner with Value in a transaction
* @param ctx context * @param ctx context
* @param Value value * @param C_BPartner_ID
* @param trxName transaction * @param trxName transaction
* @return BPartner or null * @return BPartner or null
*/ */

View File

@ -29,9 +29,7 @@ import org.compiere.util.Env;
* @version $Id: MBPartnerLocation.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ * @version $Id: MBPartnerLocation.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
* @author Teo Sarca, www.arhipac.ro <li>FR [ 2788465 ] * @author Teo Sarca, www.arhipac.ro <li>FR [ 2788465 ]
* MBPartnerLocation.getForBPartner method add trxName * MBPartnerLocation.getForBPartner method add trxName
* https://sourceforge * https://sourceforge.net/p/adempiere/feature-requests/715/
* .net/tracker/index.php?func=detail&aid=2788465&group_id
* =176962&atid=879335
*/ */
public class MBPartnerLocation extends X_C_BPartner_Location { public class MBPartnerLocation extends X_C_BPartner_Location {
/** /**

View File

@ -58,7 +58,7 @@ public class MBankAccountProcessor extends X_C_BankAccount_Processor {
* @param C_Currency_ID Currency (ignored) * @param C_Currency_ID Currency (ignored)
* @param Amt Amount (ignored) * @param Amt Amount (ignored)
* @param trxName transaction * @param trxName transaction
* @return Array of BankAccount[0] & PaymentProcessor[1] or null * @return Array of BankAccount[0] and PaymentProcessor[1] or null
*/ */
public static MBankAccountProcessor[] find (Properties ctx, public static MBankAccountProcessor[] find (Properties ctx,
String tender, String CCType, String tender, String CCType,

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