|
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_A_Registration
org.compiere.model.MRegistration
public class MRegistration
Asset Registration Model
| 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 |
| Constructor Summary | |
|---|---|
MRegistration(Properties ctx,
int A_Registration_ID,
String trxName)
Standard Constructor |
|
MRegistration(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRegistration(Properties 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 |
int |
updateAttributeValues(HttpServletRequest request)
Update Attributes from Request |
| 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 MRegistration(Properties ctx,
int A_Registration_ID,
String trxName)
ctx - contextA_Registration_ID - id
public MRegistration(Properties ctx,
String Name,
boolean IsAllowPublish,
boolean IsInProduction,
Timestamp AssetServiceDate,
String trxName)
ctx - contextName - nameIsAllowPublish - allow publicationIsInProduction - productionAssetServiceDate - start datetrxName - trx
public MRegistration(Properties 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
public int updateAttributeValues(HttpServletRequest request)
request - request
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||