IDEMPIERE-325 - minor deprecation patch

This commit is contained in:
Carlos Ruiz 2013-09-11 09:55:04 -05:00
parent 6e2c179492
commit 749b98cb54
11 changed files with 14 additions and 1 deletions

View File

@ -44,6 +44,7 @@ import org.compiere.util.Env;
* @author hengsin
*
*/
@SuppressWarnings("deprecation")
public class DefaultInfoFactory implements IInfoFactory {
@Override

View File

@ -63,6 +63,7 @@ import org.zkoss.zul.Vbox;
* @version InfoAsset.java Adempiere Swing UI 3.4.1
*/
@Deprecated // replaced with InfoAssetWindow IDEMPIERE-325
public class InfoAssetPanel extends InfoPanel implements ValueChangeListener, EventListener<Event>
{
/**

View File

@ -68,6 +68,7 @@ import org.zkoss.zul.Vbox;
* @version InfoAssignment.java Adempiere Swing UI 3.4.1
*/
@Deprecated // replaced with InfoAssignmentWindow IDEMPIERE-325
public class InfoAssignmentPanel extends InfoPanel implements EventListener<Event>, ValueChangeListener
{
/**

View File

@ -63,7 +63,7 @@ import org.zkoss.zul.Vbox;
* @version InfoBPartner.java Adempiere Swing UI 3.4.1
*/
@Deprecated // replaced with InfoBPartnerWindow IDEMPIERE-325
public class InfoBPartnerPanel extends InfoPanel implements EventListener<Event>, WTableModelListener
{
/**

View File

@ -68,6 +68,7 @@ import org.zkoss.zul.Vbox;
* @version InfoCashLine.java Adempiere Swing UI 3.4.1
*/
@Deprecated // IDEMPIERE-170 IDEMPIERE-325
public class InfoCashLinePanel extends InfoPanel implements ValueChangeListener, EventListener<Event>
{
/**

View File

@ -69,6 +69,7 @@ import org.zkoss.zul.Vbox;
* @version InfoInOut.java Adempiere Swing UI 3.4.1
*/
@Deprecated // replaced with InfoInOutWindow IDEMPIERE-325
public class InfoInOutPanel extends InfoPanel implements ValueChangeListener, EventListener<Event>
{
/**

View File

@ -69,6 +69,8 @@ import org.zkoss.zul.Vbox;
* @author Elaine
* @version InfoInvoice.java Adempiere Swing UI 3.4.1
**/
@Deprecated // replaced with InfoInvoiceWindow IDEMPIERE-325
public class InfoInvoicePanel extends InfoPanel implements ValueChangeListener
{
/**

View File

@ -69,6 +69,8 @@ import org.zkoss.zul.Vbox;
* @author Elaine
* @version InfoOrder.java Adempiere Swing UI 3.4.1
**/
@Deprecated // replaced with InfoOrderWindow IDEMPIERE-325
public class InfoOrderPanel extends InfoPanel implements ValueChangeListener
{
/**

View File

@ -71,6 +71,7 @@ public class InfoPAttributePanel extends Window implements EventListener<Event>
* Called from InfoProduct,cmd_InfoPAttribute
* @param parent
*/
@SuppressWarnings("deprecation")
public InfoPAttributePanel(Object input)
{
super();

View File

@ -69,6 +69,7 @@ import org.zkoss.zul.Vbox;
* @version InfoPayment.java Adempiere Swing UI 3.4.1
*/
@Deprecated // replaced with InfoPaymentWindow IDEMPIERE-325
public class InfoPaymentPanel extends InfoPanel implements ValueChangeListener, EventListener<Event>
{
/**

View File

@ -94,6 +94,8 @@ import org.zkoss.zul.South;
* @author Elaine
* @version InfoPayment.java Adempiere Swing UI 3.4.1
*/
@Deprecated // replaced with InfoProductWindow IDEMPIERE-325
public class InfoProductPanel extends InfoPanel implements EventListener<Event>
{
/**