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 mField Model Field
* @param value The new value
* @param oldvalue The old value
* @param oldValue The old value
* @return Error message or ""
*/
public String formatPhone (Properties ctx, int WindowNo,

View File

@ -34,7 +34,7 @@ import org.compiere.util.Env;
*
* @author Jorg Janke
* @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
{

View File

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

View File

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

View File

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

View File

@ -129,9 +129,9 @@ public class CalloutPaymentAllocate extends CalloutEngine
/**
* Payment_Amounts.
* Change of:
* - IsOverUnderPayment -> set OverUnderAmt to 0
* - C_Currency_ID, C_ConvesionRate_ID -> convert all
* - PayAmt, DiscountAmt, WriteOffAmt, OverUnderAmt -> PayAmt
* - IsOverUnderPayment -> set OverUnderAmt to 0
* - C_Currency_ID, C_ConvesionRate_ID -> convert all
* - PayAmt, DiscountAmt, WriteOffAmt, OverUnderAmt -> PayAmt
* make sure that add up to InvoiceOpenAmt
* @param ctx context
* @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
* @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 Teo Sarca
* <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
public class InOutGenerateRMA extends SvrProcess

View File

@ -34,9 +34,9 @@ import org.compiere.util.TimeUtil;
* Based on RV_Aging.
* @author Jorg Janke
* @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
* @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 $
*/
@org.adempiere.base.annotation.Process

View File

@ -42,7 +42,7 @@ import org.compiere.util.ValueNamePair;
*
* @author Teo Sarca
* <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
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
* Commission detail records
* @param MCommissionLine commissionLine
* @param commissionLine MCommissionLine
* @return SQL statement
*/
protected String getCommissionCalculationSQL(MCommissionLine commissionLine) {

View File

@ -40,7 +40,7 @@ import org.compiere.util.Msg;
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
* @contributor Andreas Sumerauer IDEMPIERE-4745

View File

@ -52,7 +52,7 @@ import org.eevolution.model.MDDOrderLine;
* @author Jorg Janke
* @author victor.perez@e-evolution.com
* <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 $
*/
@org.adempiere.base.annotation.Process

View File

@ -44,9 +44,9 @@ import org.compiere.util.DB;
*
* @author Teo Sarca, www.arhipac.ro
* <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
* 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
public class ImportBPartner extends SvrProcess

View File

@ -37,7 +37,7 @@ import org.compiere.util.Env;
* Import Order from I_Order
* @author Oscar Gomez
* <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
* @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
* <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
public class ImportProduct extends SvrProcess implements ImportProcess

View File

@ -28,7 +28,7 @@ import org.compiere.util.Env;
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 Teo Sarca, www.arhipac.ro

View File

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

View File

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

View File

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

View File

@ -30,7 +30,7 @@ import org.compiere.model.MRfQResponse;
*
* @author Teo Sarca, teo.sarca@gmail.com
* <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
public class RfQClose extends SvrProcess

View File

@ -37,7 +37,7 @@ import org.compiere.model.MRfQResponseLineQty;
*
* @author Teo Sarca, teo.sarca@gmail.com
* <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
public class RfQCreatePO extends SvrProcess

View File

@ -36,7 +36,7 @@ import org.compiere.util.Env;
*
* @author Teo Sarca, teo.sarca@gmail.com
* <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
public class RfQResponseRank extends SvrProcess

View File

@ -35,7 +35,7 @@ import org.compiere.util.Env;
*
* @author Teo Sarca, teo.sarca@gmail.com
* <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
public class RoleAccessUpdate extends SvrProcess

View File

@ -41,11 +41,11 @@ import org.compiere.util.Util;
*
* @author Teo Sarca
* <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
* <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
public class TabCreateFields extends SvrProcess

View File

@ -28,7 +28,7 @@ package com.akunagroup.uk.postcode;
/**
* 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
*/
public interface AddressInterface

View File

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

View File

@ -30,7 +30,7 @@ import java.util.HashMap;
/**
* 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
*/
public interface AddressLookupInterface {

View File

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

View File

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

View File

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

View File

@ -43,7 +43,7 @@ public interface IUploadHandler {
/**
*
* @param media
* @param userExternalAccount
* @param account userExternalAccount
* @return {@link UploadResponse}
*/
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";
/**
* @param message
* @param 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 Armen Rizal, GOODWILL CONSULTING
* 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
{

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
* @author Teo Sarca, SC ARHIPAC SERVICE SRL
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <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

View File

@ -25,7 +25,7 @@ import org.compiere.util.Env;
* Throw when product price is not found in price list
* @author teo.sarca@gmail.com
* <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
{

View File

@ -20,7 +20,7 @@ package org.adempiere.exceptions;
* Throw when there is no Warehouse for Organization.
* @author victor.perez@e-evolution.com, www.e-evolution.com
* <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
{
@ -31,7 +31,8 @@ public class WarehouseInvalidForOrgException extends AdempiereException
private static final long serialVersionUID = -8637554073291880392L;
/**
* @param productName M_Product Name
* @param wname
* @param 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
* 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.
* @author Marco LOMBARDO

View File

@ -36,7 +36,7 @@ import org.compiere.util.Env;
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>
*
* @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
* @author Teo Sarca, www.arhipac.ro
* <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
{

View File

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

View File

@ -138,7 +138,8 @@ public class MShipperFacade
/**
* get Meter Number associated with Account Number, use by the Fedex interface
* @param shipment
/**
* @param AD_Org_ID
* @return Shipper Meter Number
*/
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
*
* @param ctx
* @param AD_WF_Node_ID
* @param AD_Client_ID
* @param trxName
* @return
*/
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);

View File

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

View File

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

View File

@ -11,7 +11,7 @@ import org.compiere.process.ProcessInfo;
* All processes that are importing data should implement this interface.
* @author Teo Sarca, www.arhipac.ro
* <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
{

View File

@ -37,7 +37,7 @@ import org.compiere.util.DB;
*
* @author Teo Sarca, teo.sarca@gmail.com
* <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
{

View File

@ -62,7 +62,7 @@ import org.compiere.util.Util;
* <li>BF [ 2780468 ] ModelClassGenerator: not generating methods for Created*
* <li>--
* <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
* <li>FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class
*/
@ -819,7 +819,7 @@ public class ModelClassGenerator
* @param sourceFolder
* @param packageName
* @param entityType
* @param tableLike
* @param tableName table Like
* @param 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>FR [ 1803309 ] Model generator: generate get method for Search cols
* <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>BF [ 2528434 ] ModelInterfaceGenerator: generate getters for common fields
* <li>--
* <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
* <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
* <li>FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class
*/
@ -609,7 +609,7 @@ public class ModelInterfaceGenerator
/**
* 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
* @return
*/
@ -755,7 +755,7 @@ public class ModelInterfaceGenerator
* @param sourceFolder
* @param packageName
* @param entityType
* @param tableLike
* @param tableName table Like
* @param 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.
*
* <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
* ------------------ ------------------------------
* C_Invoice: ARI, ARC, ARF, API, APC
@ -117,7 +117,7 @@ import org.compiere.util.Util;
* @author Jorg Janke
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <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 $
*/
public abstract class Doc
@ -125,7 +125,7 @@ public abstract class Doc
/**************************************************************************
* 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_Payment: ARP, APP
* C_Order: SOO, POO
@ -505,7 +505,7 @@ public abstract class Doc
* - postlogic (for all Accounting Schema)
* - create Fact lines
* - postCommit
* - commits Fact lines and Document & sets Processing = 'N'
* - commits Fact lines and Document and sets Processing = 'N'
* - if error - create Note
* </pre>
* @param force if true ignore that locked

View File

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

View File

@ -19,10 +19,8 @@ import org.compiere.util.Env;
public class Doc_AssetDisposed extends Doc
{
/**
* @param ass
* @param clazz
* @param as
* @param rs
* @param defaultDocumentType
* @param 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
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <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

View File

@ -21,7 +21,7 @@ public class Doc_DepreciationEntry extends Doc
{
/**
* Constructor
* @param ass accounting schemata
* @param as accounting schemata
* @param rs record
* @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 fact fact
* @param line document line

View File

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

View File

@ -638,7 +638,7 @@ public class Doc_Order extends Doc
* Get Commitments Sales
* @param doc document
* @param maxQty Qty invoiced/matched
* @param C_OrderLine_ID invoice line
* @param M_InOutLine_ID invoice line
* @return commitments (order lines)
*/
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 doc doc
* @param Qty qty invoiced/matched
* @param C_OrderLine_ID line
* @param M_InOutLine_ID line
* @param multiplier 1 for accrual
* @return Fact
*/

View File

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

View File

@ -403,7 +403,7 @@ public final class Fact
* Balance all segments.
* - For all balancing segments
* - For all segment values
* - If balance <> 0 create dueTo/dueFrom line
* - If balance &lt;&gt; 0 create dueTo/dueFrom line
* overwriting the segment value
*/
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
* Teo Sarca
* <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

View File

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

View File

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

View File

@ -34,7 +34,7 @@ import org.compiere.util.Ini;
* Adempiere Connection Descriptor
*
* @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 $
*/
public class CConnection implements Serializable, Cloneable

View File

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

View File

@ -50,12 +50,12 @@ import org.compiere.util.Ini;
*
* @author Teo Sarca, www.arhipac.ro
* <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
* https://sourceforge.net/tracker/?func=detail&aid=2782611&group_id=176962&atid=879332
* https://sourceforge.net/p/adempiere/bugs/1869/
* @author Teo Sarca
* <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
{
@ -289,8 +289,10 @@ public abstract class Convert
/**
* Utility method to replace quoted string with a predefined marker
* @param retValue
* @param inputValue
* @param retVars
* @param nonce
* @return string
*/
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.
* The main scenarios supported are two tables with multiple 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 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)
* Limitations:
* - Parameters for outer joins must be first - as sequence of parameters changes
* </pre>
* }</pre>
* @param sqlStatement
* @return converted statement
*/
@ -323,10 +323,10 @@ public abstract class Convert_SQL92 extends Convert {
/**************************************************************************
* Converts Decode.
* <pre>
* <pre>{@code
* DECODE (a, 1, 'one', 2, 'two', 'none')
* => CASE WHEN a = 1 THEN 'one' WHEN a = 2 THEN 'two' ELSE 'none' END
* </pre>
* }</pre>
* @param sqlStatement
* @return converted statement
*/

View File

@ -36,9 +36,9 @@ import org.compiere.util.Env;
*
* @author Jorg Janke
* @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
* <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$
*/

View File

@ -37,7 +37,7 @@ import org.compiere.util.Util;
*
* @author Jorg Janke
* @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 $
*
* globalqss: integrate Teo Sarca bug fix [ 1623817 ] Minor bug on importing calendar date
@ -180,7 +180,7 @@ public final class ImpFormatRow
/**
* Name
* @param Name name
* @param name 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
* headless call for an only-translation batch script call.
*
* @author tbayen - IDEMPIERE-1554
* author tbayen - IDEMPIERE-1554
*/
public Translation(){
m_ctx=Env.getCtx();
@ -127,7 +127,7 @@ public class Translation implements IApplication
* Import Translation.
* Uses TranslationHandler to update translation
* @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 Trl_Table table
* @return status message
@ -170,7 +170,7 @@ public class Translation implements IApplication
/**************************************************************************
* Import Translation
* @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 Trl_Table translation table _Trl
* @return status message
@ -402,7 +402,7 @@ public class Translation implements IApplication
* Validate Language.
* - Check if AD_Language record exists
* - Check Trl table records
* @param AD_Language language
* @param p_AD_Language language
* @return "" if validated - or error message
*/
public String validateLanguage(String p_AD_Language) {
@ -414,7 +414,7 @@ public class Translation implements IApplication
* - Check if AD_Language record exists
* - Check Trl table records
* @param AD_Language language
* @param get_TrxName transaction
* @param trxName transaction
* @return "" if validated - or error message
*/
public String validateLanguage (String AD_Language, String trxName)

View File

@ -36,7 +36,7 @@ public class TranslationHandler extends DefaultHandler
{
/**
* 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)
{

View File

@ -32,7 +32,7 @@ import org.compiere.util.CLogger;
* <li>BF [ 1652623 ] AccessSqlParser.getTableInfo(String) - tablename parsing bug
* <li>BF [ 1964496 ] AccessSqlParser is not parsing well JOIN CLAUSE
* <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
{

View File

@ -134,7 +134,7 @@ public class CalloutEngine implements Callout
* Conversion Rules.
* 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
* @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.
* @return Examples: +*1?/20
* 1/256->2000
* 1/256-&gt;2000
*/
public String toString()
{
@ -235,14 +235,14 @@ public final class DataStatusEvent extends EventObject implements Serializable
/**
* String representation of Status.
* <pre>
* <pre>{@code
* *1/20 Change - automatic commit
* ?1/20 Change - manual confirm
* 1/56->200 Loading
* 1/20 Normal
* +*1/20 Inserting, changed - automatic commit
* The row number is converted from zero based representation
* </pre>
* }</pre>
* @return Status info
*/
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) {
this.isInitEdit = isInitEdit;

View File

@ -62,19 +62,19 @@ import org.idempiere.util.ParseSeq;
*
* @author Jorg Janke
* @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 Juan David Arboleda (arboleda), GlobalQSS, [ 1795398 ] Process Parameter: add display and readonly logic
* @author Teo Sarca, teo.sarca@gmail.com
* <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
* <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
* 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
* 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 $
*/
public class GridField
@ -557,7 +557,7 @@ public class GridField
/**************************************************************************
* Create default value.
* <pre>
* <pre>{@code
* (a) Key/Parent/IsActive/SystemAccess
* (b) SQL Default
* (c) Column Default // system integrity
@ -567,7 +567,7 @@ public class GridField
*
* Don't default from Context => use explicit defaultValue
* (would otherwise copy previous record)
* </pre>
* }</pre>
* 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,...
* @return default value or null
@ -647,7 +647,7 @@ public class GridField
* "5" mean from system preference
* "6" mean preference for field lie down at panel as process parameter, info parameter,...
* "7" mean data-type default
* @param initValueType
* @param defaultValueType
* @return
*/
protected Object getDefaultValueByType (Character defaultValueType){
@ -2299,7 +2299,7 @@ public class GridField
/**
* Restore the backup value if any
* @author teo_sarca [ 1699826 ]
* author teo_sarca [ 1699826 ]
*/
public void restoreValue() {
if (m_isBackupValue) {
@ -2320,7 +2320,7 @@ public class GridField
* Feature Request [1707462]
* Enable user to change VFormat on runtime
* @param strNewFormat VFormat mask
* @author fer_luck
* author fer_luck
*/
public void setVFormat(String strNewFormat){
m_vo.VFormat = strNewFormat;
@ -2347,7 +2347,6 @@ public class GridField
/**
* Get the default state of collapse field group type
* @param collapseDefaultState
*/
public boolean getIsCollapsedByDefault() {
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 Carlos Ruiz, qss FR [1877902]
* @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 $
*/
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 [ 2104022 ] GridTab.processCallout: throws NPE if callout returns null
* <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
* <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
* 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
* 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
* 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
* <li>FR [1877902] Implement JSR 223 Scripting APIs to Callout
* <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
* 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]
* @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
* @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
* @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
{
@ -2685,7 +2685,6 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
/**
* Set current row - used for deleteSelection
* @return current row
*/
public void setCurrentRow(int row){
setCurrentRow(row, false);
@ -2751,7 +2750,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
} // getField
/**
* Set New Value & call Callout
* Set New Value and call Callout
* @param columnName database column name
* @param value value
* @return error message or ""
@ -2764,7 +2763,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
} // setValue
/**
* Set New Value & call Callout
* Set New Value and call Callout
* @param field field
* @param value value
* @return error message or ""
@ -2797,7 +2796,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
/**
* Is the current record active
* @return true if current record is active
* @author Teo Sarca - BF [ 1742159 ]
* author Teo Sarca - BF [ 1742159 ]
*/
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.
* @param columnName column name
* @return boolean value or false if the field was not found
* @author Teo Sarca
* author Teo Sarca
*/
public boolean getValueAsBoolean(String columnName)
{
@ -3203,9 +3202,9 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
/**
* Feature Request [1707462]
* Enable runtime change of VFormat
* @param Identifier field indent
* @param identifier field indent
* @param strNewFormat new mask
* @author fer_luck
* author fer_luck
*/
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
* @author victor.perez@e-evolution.com,www.e-evolution.com
* <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
* 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
implements Serializable
@ -3775,9 +3775,9 @@ public class GridTable extends AbstractTableModel
/**
* Feature Request [1707462]
* Enable runtime change of VFormat
* @param Identifier field ident
* @param identifier field ident
* @param strNewFormat new mask
* @author fer_luck
* author fer_luck
*/
protected void setFieldVFormat (String identifier, String strNewFormat)
{

View File

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

View File

@ -29,7 +29,7 @@ import org.compiere.util.Util;
*
* @author Teo Sarca
* <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
{

View File

@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport;
*
* @author Jorg Janke
* @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 $
*/
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;
/**
* 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 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 $
*/
public final class MAccountLookup extends Lookup implements Serializable

View File

@ -31,7 +31,7 @@ import org.compiere.util.Msg;
*
* @author Jorg Janke
* @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 $
*/
public class MAcctProcessor extends X_C_AcctProcessor

View File

@ -35,7 +35,7 @@ import org.idempiere.cache.ImmutablePOSupport;
*
* @author Jorg Janke
* @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 $
*/
public class MAcctSchema extends X_C_AcctSchema implements ImmutablePOSupport

View File

@ -30,7 +30,7 @@ import org.idempiere.cache.ImmutablePOSupport;
*
* @author Jorg Janke
* @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 $
*/
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 $
*
* @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
{

View File

@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport;
* @author Jorg Janke
* @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
* <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
{

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 $
* @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
* <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> 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> 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
{

View File

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

View File

@ -121,7 +121,7 @@ public class MAsset extends X_A_Asset {
/**
* Construct from MIFixedAsset (import)
* @param match match invoice
* @param ifa
*/
protected MAsset (MIFixedAsset ifa)
{
@ -154,7 +154,7 @@ public class MAsset extends X_A_Asset {
}
/**
* @author Edwin Ang
* author Edwin Ang
* @param project
*/
protected MAsset (MProject project)
@ -183,10 +183,9 @@ public class MAsset extends X_A_Asset {
* Create Asset from Inventory
* @param inventory inventory
* @param invLine inventory line
* @param deliveryCount 0 or number of delivery
* @return A_Asset_ID
* @param qty
* @param costs
*/
public MAsset (MInventory inventory, MInventoryLine invLine, BigDecimal qty, BigDecimal costs)
{
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.
* (@win note, not referenced from anywhere. incomplete feature)
* @param match match invoice
* @param ifa
* @return asset addition
*/
public static MAssetAddition createAsset(MIFixedAsset ifa)
@ -351,7 +351,6 @@ public class MAssetAddition extends X_A_Asset_Addition
* Copy fields from MatchInv+InvoiceLine+InOutLine
* @param model - to copy from
* @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)
{

View File

@ -37,7 +37,8 @@ public class MAssetChange extends X_A_Asset_Change
/**
* Default Constructor
* @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)
{
@ -129,14 +130,12 @@ public class MAssetChange extends X_A_Asset_Change
/** ARHIPAC: TEO: END ------------------------------------------------------------------ */
/**
*
* @param ctx
* @param A_Asset_ID
* @param postingType
* @param changeType
* @param trxName
* @param Account Schema
* @return assetChange
* @see #get(Properties, int, String, String)
* @param C_AcctSchema_ID
* @return
*/
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
* @param model
* @param A_Asset_ID
* @param bean
*/
public static void updateFromAsset(I_A_Asset_Disposed bean)
{

View File

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

View File

@ -49,7 +49,7 @@ import org.compiere.util.Util;
*
* @author Silvano Trinchero
* <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 $
*/
@ -644,7 +644,7 @@ public class MAttachment extends X_AD_Attachment
/**
* IDEMPIERE-530
* Get the attachment ID based on table_id and record_id
* @param AD_Table_ID
* @param Table_ID
* @param Record_ID
* @return AD_Attachment_ID
*/
@ -711,7 +711,7 @@ public class MAttachment extends X_AD_Attachment
/**
* Set Storage Provider
* Used temporarily for the process to migrate storage provider
* @param Storage provider
* @param p Storage provider
*/
public void setStorageProvider(MStorageProvider p) {
provider = p;

View File

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

View File

@ -247,7 +247,6 @@ public class MAttributeInstance extends X_M_AttributeInstance
* Set ValueInt
*
* @param valueInt
* @param value
*/
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.
* @param ctx
* @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#
* @param ctx
* @param product

View File

@ -157,7 +157,7 @@ public class MBPartner extends X_C_BPartner implements ImmutablePOSupport
/**
* Get BPartner with Value
* @param ctx context
* @param Value value
* @param C_BPartner_ID
* @return BPartner or null
*/
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
* @param ctx context
* @param Value value
* @param C_BPartner_ID
* @param trxName transaction
* @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 $
* @author Teo Sarca, www.arhipac.ro <li>FR [ 2788465 ]
* MBPartnerLocation.getForBPartner method add trxName
* https://sourceforge
* .net/tracker/index.php?func=detail&aid=2788465&group_id
* =176962&atid=879335
* https://sourceforge.net/p/adempiere/feature-requests/715/
*/
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 Amt Amount (ignored)
* @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,
String tender, String CCType,

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