Uses of Class
com.avoka.fc.core.entity.ServerNode
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of ServerNode in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionServerNodeDao.getCurrentServerNode()
Return the server node for the current server (by hostname / IP address) that matches onSERVER_TYPE_ADMIN
,SERVER_TYPE_PORTAL
,SERVER_TYPE_RECEIPT
ServerNodeDao.getRequestServerNode()
Return the request's server node, either the Portal or Admin server based on the LocalHost IP Address and the RequestContext.ServerNodeDao.getServerNodeByName
(String name) Return the server node with the specified name.ServerNodeDao.getServerNodeForPK
(Object id) Return the FormServer node for the given primary key.Modifier and TypeMethodDescriptionServerNodeDao.getActiveAdminNodes()
Gets the active admin server nodes.ServerNodeDao.getActivePortalNodes
(String groupName) Gets the active portal nodes.ServerNodeDao.getCachedTransactServerNodesForLocalGroup()
Return the list of PortalServerNodes.ServerNodeDao.getFormCenterServerNodes()
Return the list of SmartForm Manager server nodes.ServerNodeDao.getServerList
(String keyword) Return list of server nodes matching the given search criteria.ServerNodeDao.getServerNodes()
Return the list of server nodes.ServerNodeDao.getTransactNodes()
Gets the Transact server nodes. -
Uses of ServerNode in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionSubmission.getDeliveryServer()
Deprecated.Submission.getPortalServer()
Deprecated. -
Uses of ServerNode in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<ServerNode>
_RequestLog.FORM_SERVER
Provides the 'FORM_SERVER' property.static final org.apache.cayenne.exp.Property<ServerNode>
_RequestLog.PORTAL_SERVER
Provides the 'PORTAL_SERVER' property.static final org.apache.cayenne.exp.Property<ServerNode>
_ErrorLog.SERVER_NODE
Provides the 'SERVER_NODE' property.static final org.apache.cayenne.exp.Property<ServerNode>
_EventLog.SERVER_NODE
Provides the 'SERVER_NODE' property.static final org.apache.cayenne.exp.Property<ServerNode>
_ServiceDefinition.SERVER_NODE
Provides the 'SERVER_NODE' property.Modifier and TypeMethodDescription_RequestLog.getFormServer()
Return the FormServer._RequestLog.getPortalServer()
Return the PortalServer._ErrorLog.getServerNode()
Return the ServerNode._EventLog.getServerNode()
Return the ServerNode._ServiceDefinition.getServerNode()
Return the ServerNode.Modifier and TypeMethodDescriptionvoid
_RequestLog.setFormServer
(ServerNode formServer) Set the FormServer.void
_RequestLog.setPortalServer
(ServerNode portalServer) Set the PortalServer.void
_ErrorLog.setServerNode
(ServerNode serverNode) Set the ServerNode.void
_EventLog.setServerNode
(ServerNode serverNode) Set the ServerNode.void
_ServiceDefinition.setServerNode
(ServerNode serverNode) Set the ServerNode. -
Uses of ServerNode in com.avoka.fc.core.service.test