|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_A_Registration
org.compiere.model.MRegistration
public class MRegistration
Asset Registration Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_A_Registration |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MRegistration(Ctx ctx,
int A_Registration_ID,
String trxName)
Standard Constructor |
|
MRegistration(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRegistration(Ctx ctx,
String Name,
boolean IsAllowPublish,
boolean IsInProduction,
Timestamp AssetServiceDate,
String trxName)
New Constructor |
|
| Method Summary | |
|---|---|
MRegistrationAttribute[] |
getAttributes()
Get All Attributes |
MRegistrationValue[] |
getValues()
Get All active Self Service Attribute Values |
MRegistrationValue[] |
getValues(boolean onlySelfService)
Get All Attribute Values |
int |
loadAttributeValues(HttpServletRequest request)
Load Attributes from Request |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRegistration(Ctx ctx,
int A_Registration_ID,
String trxName)
ctx - contextA_Registration_ID - id
public MRegistration(Ctx ctx,
String Name,
boolean IsAllowPublish,
boolean IsInProduction,
Timestamp AssetServiceDate,
String trxName)
ctx - contextName - nameIsAllowPublish - allow publicationIsInProduction - productionAssetServiceDate - start datetrxName - trx
public MRegistration(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result set| Method Detail |
|---|
public MRegistrationAttribute[] getAttributes()
public MRegistrationValue[] getValues()
public MRegistrationValue[] getValues(boolean onlySelfService)
onlySelfService - only Active Self Service
public int loadAttributeValues(HttpServletRequest request)
request - request
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||