|
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_C_SalesRegion
org.compiere.model.MSalesRegion
public class MSalesRegion
Sales Region Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_SalesRegion |
|---|
SALESREP_ID_AD_Reference_ID |
| 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_C_SalesRegion |
|---|
accessLevel, COLUMNNAME_C_SalesRegion_ID, COLUMNNAME_Description, COLUMNNAME_IsDefault, COLUMNNAME_IsSummary, COLUMNNAME_Name, COLUMNNAME_SalesRep_ID, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MSalesRegion(Properties ctx,
int C_SalesRegion_ID,
String trxName)
Default Constructor |
|
MSalesRegion(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterDelete(boolean success)
After Delete |
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save. |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MSalesRegion |
get(Properties ctx,
int C_SalesRegion_ID)
Get SalesRegion from Cache |
| Methods inherited from class org.compiere.model.X_C_SalesRegion |
|---|
get_AccessLevel, getC_SalesRegion_ID, getDescription, getKeyNamePair, getName, getSalesRep_ID, getValue, initPO, isDefault, isSummary, setC_SalesRegion_ID, setDescription, setIsDefault, setIsSummary, setName, setSalesRep_ID, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MSalesRegion(Properties ctx,
int C_SalesRegion_ID,
String trxName)
ctx - contextC_SalesRegion_ID - idtrxName - transaction
public MSalesRegion(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MSalesRegion get(Properties ctx,
int C_SalesRegion_ID)
ctx - contextC_SalesRegion_ID - id
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - insertsuccess - save success
protected boolean afterDelete(boolean success)
afterDelete in class POsuccess -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||