Difference between revisions of "User:Muhammadnasir"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(ADempiere Reporting Help)
(Persistent Objects PO Class)
Line 117: Line 117:
 
*• Evaluatee > This is ADempiere Built-in interface. It consist only one method.
 
*• Evaluatee > This is ADempiere Built-in interface. It consist only one method.
 
Method >public String get_ValueAsString (String variableName).
 
Method >public String get_ValueAsString (String variableName).
 
+
== Immutable Objects in Java ==
 
+
*• A Strategy for Defining Immutable Objects
 
+
[http://java.sun.com/docs/books/tutorial/essential/concurrency/imstrat.html Defining Immutable Objects]
 +
*•Immutable objects First Page
 +
[http://java.sun.com/docs/books/tutorial/essential/concurrency/immutable.html Immutable objects]
 +
*•Immutable objects
 +
[http://www.javapractices.com/topic/TopicAction.do?Id=29 Immutable objects]
 +
*• Understanding Instance and Class Members
 +
[http://java.sun.com/docs/books/tutorial/java/javaOO/classvars.html Instance and Class Members]
  
 
== Extends / Uses  ==
 
== Extends / Uses  ==

Revision as of 21:42, 19 June 2010

ADempiere Package org.compiere.model Classes/Interfaces

File:NasirADempierePackageModel.pdf

NasirADempierePackageModel.JPG

Introduction.gif


Helping Services


Introduction to Java Language


How to install JDK > Java Development Kit


How to install postgres Database


How to install JRE > Java Runtime Environment


How to ready windows to run Java based applications


How to configure server for ADempiere


How to configure clients for ADempiere


ADempiere code structure


Manage ADempiere tree


How to create new window


How to create new Tab


Create and attach a callout with fields


Create and attach a callout with a button


How to create Dynamic and Static validation lists


How to Create New Product and setting its Price


How to Manage Purchase


How to Manage Sales

Data Model Purchasing

Purchasing-1.png

Debugging in Adempiere

Download pdf here Debugging.pdf.

How to Create New Project in Eclipse

How to Create New Project in Eclipse

CreateNewProject.pdf.


Relationship in ADempiere

ADempiereRelations.pdf.

I am not sure that this is correct document ,you can send me your comments to update it .


Click and Find GUI window initial call of methods

Click and find >> ClickAndFindBy_Nasir.pdf.

You can send me your comments via mail to update it .


How to Identify Button class Process

: Click Here.

You can send me your comments via mail to update it .


Assets Data Model and Relationship

: Data Model and Relationship.

ADempiere Reporting Help

: Click Here.

You can send me your comments via mail to update it .

Persistent Objects PO Class

PO is a persistent class in ADempiere.It is an abstract class.This persistence object class manages the database and the mapping between the database and the objects. PO class use for three of main functionality ::

  • It use for Transfer of Database
  • It use for calls the Triggers
  • It use for calls the Model Validator

PO Class Implements three interfaces

  • • Serializable (Java Built-in Interface).It is a marker Interface(Interface which have no any method).This interface only use for streaming of object.

The initial concept of object serialization is the ability to read and write objects to byte streams. Serialization involves saving the current state of an object to a stream, and restoring an equivalent object from that stream. Below images describe the Streaming of objects. ObjectInputStream.JPG ObjectStreaming.JPG


  • • Comparator > (Java Built-in Interface) It consist two methods compare() and equals().These methods are implemented by PO. Because PO class implements this interface so it need to override these methods.

Methods > boolean equals(Object obj) and int compare(Object obj1, obj2)

  • • Evaluatee > This is ADempiere Built-in interface. It consist only one method.

Method >public String get_ValueAsString (String variableName).

Immutable Objects in Java

  • • A Strategy for Defining Immutable Objects

Defining Immutable Objects

  • •Immutable objects First Page

Immutable objects

  • •Immutable objects

Immutable objects

  • • Understanding Instance and Class Members

Instance and Class Members

Extends / Uses

How to use UML extends and uses


ADempiere Developer Forum Volume-1

Click Here to see the pdf file.

ADempiere Developer Forum Volume-2

Click Here to see Volume-2 file.


ADempiere Developer Forum Volume-3

Click Here to see Volume-3 file.

ADempiere Developer Forum Volume-4

Click Here to see Volume-4 file.