|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoglue.cms.controllers.kernel.impl.simple.BaseController
org.infoglue.cms.controllers.kernel.impl.simple.ServerNodeController
public class ServerNodeController
| Constructor Summary | |
|---|---|
ServerNodeController()
|
|
| Method Summary | |
|---|---|
ServerNodeVO |
create(ServerNodeVO vo)
This method creates a serverNode |
void |
delete(ServerNodeVO serverNodeVO,
InfoGluePrincipal infoGluePrincipal)
|
java.lang.String |
getAllowedAdminIP()
|
java.util.List |
getAllowedAdminIPList()
|
static ServerNodeController |
getController()
Factory method |
boolean |
getIsIPAllowed(javax.servlet.http.HttpServletRequest request)
This method return if the caller has access to the semi admin services. |
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling. |
ServerNode |
getServerNodeWithId(java.lang.Integer id,
org.exolab.castor.jdo.Database db)
|
ServerNode |
getServerNodeWithName(java.lang.String name,
org.exolab.castor.jdo.Database db)
Returns the ServerNode with the given name fetched within a given transaction. |
java.util.List |
getServerNodeVOList()
This method can be used by actions and use-case-controllers that only need to have simple access to the functionality. |
ServerNodeVO |
getServerNodeVOWithId(java.lang.Integer serverNodeId)
|
ServerNodeVO |
getServerNodeVOWithName(java.lang.String name)
Returns the ServerNodeVO with the given name. |
void |
initialize()
|
void |
setAllowedAdminIP(java.lang.String allowedAdminIP)
|
ServerNodeVO |
update(ServerNodeVO vo)
|
| Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController |
|---|
beginTransaction, beginTransaction, closeDatabase, commitTransaction, createEntity, createEntity, createQuery, deleteEntity, deleteEntity, deleteEntity, deleteEntity, executeQuery, executeQuery, executeQuery, executeQuery, getAllObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getLogger, getObjectWithId, getObjectWithId, getObjectWithIdAsReadOnly, getVOWithId, getVOWithId, getVOWithId, getVOWithId, intercept, intercept, rollbackTransaction, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, updateEntity, validateEntity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerNodeController()
| Method Detail |
|---|
public static ServerNodeController getController()
public void initialize()
public ServerNodeVO create(ServerNodeVO vo)
throws ConstraintException,
SystemException
vo -
ConstraintException
SystemException
public ServerNodeVO update(ServerNodeVO vo)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public ServerNode getServerNodeWithId(java.lang.Integer id,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public ServerNodeVO getServerNodeVOWithId(java.lang.Integer serverNodeId)
throws ConstraintException,
SystemException,
Bug
ConstraintException
SystemException
Bug
public ServerNodeVO getServerNodeVOWithName(java.lang.String name)
throws SystemException,
Bug
name -
SystemException
Bug
public ServerNode getServerNodeWithName(java.lang.String name,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
name - db -
SystemException
Bug
public java.util.List getServerNodeVOList()
throws SystemException,
Bug
SystemException
Bug
public void delete(ServerNodeVO serverNodeVO,
InfoGluePrincipal infoGluePrincipal)
throws ConstraintException,
SystemException
ConstraintException
SystemExceptionpublic java.util.List getAllowedAdminIPList()
public boolean getIsIPAllowed(javax.servlet.http.HttpServletRequest request)
request -
public java.lang.String getAllowedAdminIP()
public void setAllowedAdminIP(java.lang.String allowedAdminIP)
public BaseEntityVO getNewVO()
getNewVO in class BaseController
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||