|
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_CM_NewsChannel
org.compiere.model.MNewsChannel
public class MNewsChannel
News Channel Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_CM_NewsChannel |
|---|
accessLevel, AD_LANGUAGE_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 | |
|---|---|
MNewsChannel(Ctx ctx,
int CM_NewsChannel_ID,
String trxName)
Standard Constructor |
|
MNewsChannel(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save. |
StringBuffer |
get_rss2ChannelCode(StringBuffer xmlCode,
boolean showFutureItems)
Get rss2 Channel Code |
MNewsItem[] |
getNewsItems(String where)
Get News Items |
void |
reIndex(boolean newRecord)
|
| Methods inherited from class org.compiere.model.X_CM_NewsChannel |
|---|
get_AccessLevel, getAD_Language, getCM_NewsChannel_ID, getCM_WebProject_ID, getDescription, getHelp, getKeyNamePair, getLink, getName, initPO, setAD_Language, setCM_NewsChannel_ID, setCM_WebProject_ID, setDescription, setHelp, setLink, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MNewsChannel(Ctx ctx,
int CM_NewsChannel_ID,
String trxName)
ctx - contextCM_NewsChannel_ID - idtrxName - transaction
public MNewsChannel(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public MNewsItem[] getNewsItems(String where)
where - where clause
public StringBuffer get_rss2ChannelCode(StringBuffer xmlCode,
boolean showFutureItems)
xmlCode - xmlshowFutureItems - future
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - insertsuccess - save success
public void reIndex(boolean newRecord)
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||