|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_MovementConfirm
org.compiere.model.MMovementConfirm
public class MMovementConfirm
Inventory Movement Confirmation
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_M_MovementConfirm |
|---|
accessLevel, COLUMNNAME_ApprovalAmt, COLUMNNAME_Description, COLUMNNAME_DocAction, COLUMNNAME_DocStatus, COLUMNNAME_DocumentNo, COLUMNNAME_IsApproved, COLUMNNAME_M_Inventory_ID, COLUMNNAME_M_Movement_ID, COLUMNNAME_M_MovementConfirm_ID, COLUMNNAME_Processed, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MMovementConfirm(MMovement move)
Parent Constructor |
|
MMovementConfirm(Properties ctx,
int M_MovementConfirm_ID,
String trxName)
Standard Constructor |
|
MMovementConfirm(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String description)
Add to Description |
boolean |
approveIt()
Approve Document |
boolean |
closeIt()
Close Document. |
String |
completeIt()
Complete Document |
static MMovementConfirm |
create(MMovement move,
boolean checkExisting)
Create Confirmation or return existing one |
File |
createPDF()
Create PDF |
File |
createPDF(File file)
Create PDF file |
int |
getC_Currency_ID()
Get Document Currency |
int |
getDoc_User_ID()
Get Document Owner (Responsible) |
String |
getDocumentInfo()
Get Document Info |
MMovementLineConfirm[] |
getLines(boolean requery)
Get Lines |
String |
getProcessMsg()
Get Process Message |
String |
getSummary()
Get Summary |
boolean |
invalidateIt()
Invalidate Document |
String |
prepareIt()
Prepare Document |
boolean |
processIt(String processAction)
Process document |
boolean |
reActivateIt()
Re-activate |
boolean |
rejectIt()
Reject Approval |
boolean |
reverseAccrualIt()
Reverse Accrual - none |
boolean |
reverseCorrectIt()
Reverse Correction |
void |
setIsApproved(boolean IsApproved)
Set Approved |
boolean |
unlockIt()
Unlock Document. |
boolean |
voidIt()
Void Document. |
| Methods inherited from class org.compiere.model.X_M_MovementConfirm |
|---|
get_AccessLevel, getApprovalAmt, getDescription, getDocAction, getDocStatus, getDocumentNo, getKeyNamePair, getM_Inventory_ID, getM_Inventory, getM_Movement_ID, getM_Movement, getM_MovementConfirm_ID, initPO, isApproved, isProcessed, isProcessing, setApprovalAmt, setDescription, setDocAction, setDocStatus, setDocumentNo, setM_Inventory_ID, setM_Movement_ID, setM_MovementConfirm_ID, setProcessed, setProcessing, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.process.DocAction |
|---|
get_ID, get_Logger, get_Table_ID, get_TrxName, getAD_Client_ID, getAD_Org_ID, getApprovalAmt, getCtx, getDocAction, getDocStatus, getDocumentNo, save, setDocStatus |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MMovementConfirm(Properties ctx,
int M_MovementConfirm_ID,
String trxName)
ctx - contextM_MovementConfirm_ID - idtrxName - transaction
public MMovementConfirm(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MMovementConfirm(MMovement move)
move - movement| Method Detail |
|---|
public static MMovementConfirm create(MMovement move,
boolean checkExisting)
move - movementcheckExisting - if false, new confirmation is created
public MMovementLineConfirm[] getLines(boolean requery)
requery - requery
public void addDescription(String description)
description - textpublic void setIsApproved(boolean IsApproved)
setIsApproved in interface I_M_MovementConfirmsetIsApproved in class X_M_MovementConfirmIsApproved - approvalpublic String getDocumentInfo()
getDocumentInfo in interface DocActionpublic File createPDF()
createPDF in interface DocActionpublic File createPDF(File file)
file - output file
public boolean processIt(String processAction)
processIt in interface DocActionprocessAction - document action
public boolean unlockIt()
unlockIt in interface DocActionpublic boolean invalidateIt()
invalidateIt in interface DocActionpublic String prepareIt()
prepareIt in interface DocActionpublic boolean approveIt()
approveIt in interface DocActionpublic boolean rejectIt()
rejectIt in interface DocActionpublic String completeIt()
completeIt in interface DocActionpublic boolean voidIt()
voidIt in interface DocActionpublic boolean closeIt()
closeIt in interface DocActionpublic boolean reverseCorrectIt()
reverseCorrectIt in interface DocActionpublic boolean reverseAccrualIt()
reverseAccrualIt in interface DocActionpublic boolean reActivateIt()
reActivateIt in interface DocActionpublic String getSummary()
getSummary in interface DocActionpublic String getProcessMsg()
getProcessMsg in interface DocActionpublic int getDoc_User_ID()
getDoc_User_ID in interface DocActionpublic int getC_Currency_ID()
getC_Currency_ID in interface DocAction
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||