|
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_W_ClickCount
org.compiere.model.MClickCount
public class MClickCount
Click Count (header)
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_W_ClickCount |
|---|
accessLevel, C_BPARTNER_ID_AD_Reference_ID, 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 | |
|---|---|
MClickCount(Ctx ctx,
int W_ClickCount_ID,
String trxName)
Standard Constructor |
|
MClickCount(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MClickCount(MAdvertisement ad)
Parent Constructor |
|
| Method Summary | |
|---|---|
protected ValueNamePair[] |
getCount(String DateFormat)
Get Count for date format |
ValueNamePair[] |
getCountDay()
Get Daily Count |
ValueNamePair[] |
getCountMonth()
Get Monthly Count |
ValueNamePair[] |
getCountQuarter()
Get Monthly Count |
ValueNamePair[] |
getCountWeek()
Get Weekly Count |
MClick[] |
getMClicks()
Get Clicks |
| Methods inherited from class org.compiere.model.X_W_ClickCount |
|---|
get_AccessLevel, getC_BPartner_ID, getCounter, getDescription, getKeyNamePair, getName, getTargetURL, getW_ClickCount_ID, initPO, setC_BPartner_ID, setCounter, setDescription, setName, setTargetURL, setW_ClickCount_ID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MClickCount(Ctx ctx,
int W_ClickCount_ID,
String trxName)
ctx - contextW_ClickCount_ID - idtrxName - transaction
public MClickCount(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MClickCount(MAdvertisement ad)
ad - parent| Method Detail |
|---|
public MClick[] getMClicks()
protected ValueNamePair[] getCount(String DateFormat)
DateFormat - valid TRUNC date format
public ValueNamePair[] getCountQuarter()
public ValueNamePair[] getCountMonth()
public ValueNamePair[] getCountWeek()
public ValueNamePair[] getCountDay()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||