|
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_Media_Server
org.compiere.model.MMediaServer
public class MMediaServer
Media Server Model
| Field Summary | |
|---|---|
MWebProject |
m_project
MWebProject WebProject (parent) |
| Fields inherited from class org.compiere.model.X_CM_Media_Server |
|---|
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 | |
|---|---|
MMediaServer(Ctx ctx,
int CM_Media_Server_ID,
String trxName)
Standard Constructor |
|
MMediaServer(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
boolean |
deleteMediaItem(MMedia t_media)
(Re-)Deploy all media |
boolean |
deploy()
(Re-)Deploy all media |
static MMediaServer[] |
getMediaServer(MWebProject project)
Get Media Server |
MWebProject |
getWebProject()
getWebProject |
void |
reDeployAll()
reDeployAll set all media items to redeploy |
String |
toString()
Info |
| Methods inherited from class org.compiere.model.X_CM_Media_Server |
|---|
get_AccessLevel, getCM_Media_Server_ID, getCM_WebProject_ID, getDescription, getFolder, getHelp, getIP_Address, getKeyNamePair, getName, getPassword, getURL, getUserName, initPO, isPassive, setCM_Media_Server_ID, setCM_WebProject_ID, setDescription, setFolder, setHelp, setIP_Address, setIsPassive, setName, setPassword, setURL, setUserName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public MWebProject m_project
| Constructor Detail |
|---|
public MMediaServer(Ctx ctx,
int CM_Media_Server_ID,
String trxName)
ctx - contextCM_Media_Server_ID - idtrxName - transaction
public MMediaServer(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - requesttrxName - transaction| Method Detail |
|---|
public static MMediaServer[] getMediaServer(MWebProject project)
project -
public MWebProject getWebProject()
public void reDeployAll()
public boolean deploy()
public boolean deleteMediaItem(MMedia t_media)
public String toString()
X_CM_Media_Server
toString in class X_CM_Media_Server
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||