Uses of Class
com.echothree.model.data.core.server.entity.Server
Packages that use Server
Package
Description
-
Uses of Server in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return ServerModifier and TypeMethodDescriptionEditServerCommand.getEntity(EditServerResult result) EditServerCommand.getLockEntity(Server server) EditServerDescriptionCommand.getLockEntity(ServerDescription serverDescription) Methods in com.echothree.control.user.core.server.command with parameters of type ServerModifier and TypeMethodDescriptionvoidvoidEditServerCommand.doLock(ServerEdit edit, Server server) voidvoidEditServerCommand.fillInResult(EditServerResult result, Server server) EditServerCommand.getLockEntity(Server server) -
Uses of Server in com.echothree.model.control.communication.server.control
Methods in com.echothree.model.control.communication.server.control with parameters of type ServerModifier and TypeMethodDescriptionCommunicationControl.createCommunicationEmailSource(CommunicationSource communicationSource, Server server, String username, String password, WorkEffortScope receiveWorkEffortScope, WorkEffortScope sendWorkEffortScope, Selector reviewEmployeeSelector, BasePK createdBy) -
Uses of Server in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type ServerModifier and TypeMethodDescriptionContentControl.createContentWebAddressServer(ContentWebAddress contentWebAddress, Server server, BasePK createdBy) ContentControl.getContentWebAddressServer(ContentWebAddress contentWebAddress, Server server) ContentControl.getContentWebAddressServerForUpdate(ContentWebAddress contentWebAddress, Server server) -
Uses of Server in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServerModifier and TypeMethodDescriptionServerControl.createServer(String serverName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ServerControl.getDefaultServer()ServerControl.getDefaultServerForUpdate()ServerControl.getServerByName(String serverName) ServerControl.getServerByNameForUpdate(String serverName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type ServerMethods in com.echothree.model.control.core.server.control with parameters of type ServerModifier and TypeMethodDescriptionServerControl.createServerDescription(Server server, Language language, String description, BasePK createdBy) ServerControl.createServerService(Server server, Service service, BasePK createdBy) voidServerControl.deleteServer(Server server, BasePK deletedBy) voidServerControl.deleteServerDescriptionsByServer(Server server, BasePK deletedBy) voidServerControl.deleteServerServicesByServer(Server server, BasePK deletedBy) ServerControl.getBestServerDescription(Server server, Language language) ServerControl.getServerDescription(Server server, Language language) ServerControl.getServerDescriptionForUpdate(Server server, Language language) ServerControl.getServerDescriptionsByServer(Server server) ServerControl.getServerDescriptionsByServerForUpdate(Server server) ServerControl.getServerDescriptionTransfersByServer(UserVisit userVisit, Server server) ServerControl.getServerDescriptionValueForUpdate(Server server, Language language) ServerControl.getServerDetailValueForUpdate(Server server) ServerControl.getServerService(Server server, Service service) ServerControl.getServerServiceForUpdate(Server server, Service service) ServerControl.getServerServicesByServer(Server server) ServerControl.getServerServicesByServerForUpdate(Server server) ServerControl.getServerServiceTransfersByServer(UserVisit userVisit, Server server) ServerControl.getServerServiceValueForUpdate(Server server, Service service) ServerControl.getServerTransfer(UserVisit userVisit, Server server) Method parameters in com.echothree.model.control.core.server.control with type arguments of type ServerModifier and TypeMethodDescriptionvoidServerControl.deleteServers(List<Server> servers, BasePK deletedBy) -
Uses of Server in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type ServerModifier and TypeMethodDescriptionServerTransferCache.getServerTransfer(UserVisit userVisit, Server server) -
Uses of Server in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return ServerModifier and TypeMethodDescriptionCommunicationEmailSource.getServer()CommunicationEmailSource.getServer(EntityPermission entityPermission) CommunicationEmailSource.getServerForUpdate()Methods in com.echothree.model.data.communication.server.entity with parameters of type Server -
Uses of Server in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory with parameters of type ServerModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.create(CommunicationSource communicationSource, Server server, String username, String password, WorkEffortScope receiveWorkEffortScope, WorkEffortScope sendWorkEffortScope, Selector reviewEmployeeSelector, Long fromTime, Long thruTime) -
Uses of Server in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ServerModifier and TypeMethodDescriptionContentWebAddressServer.getServer()ContentWebAddressServer.getServer(EntityPermission entityPermission) ContentWebAddressServer.getServerForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type Server -
Uses of Server in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type ServerModifier and TypeMethodDescriptionContentWebAddressServerFactory.create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) -
Uses of Server in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerModifier and TypeMethodDescriptionServerDescription.getServer()ServerDescription.getServer(EntityPermission entityPermission) ServerDetail.getServer()ServerDetail.getServer(EntityPermission entityPermission) ServerService.getServer()ServerService.getServer(EntityPermission entityPermission) ServerDescription.getServerForUpdate()ServerDetail.getServerForUpdate()ServerService.getServerForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type Server -
Uses of Server in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerModifier and TypeMethodDescriptionServerFactory.create()ServerFactory.create(ServerDetailPK activeDetailPK, ServerDetailPK lastDetailPK) ServerFactory.create(ServerDetail activeDetail, ServerDetail lastDetail) ServerFactory.getEntityFromCache(ServerPK pk) ServerFactory.getEntityFromPK(EntityPermission entityPermission, ServerPK pk) ServerFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServerFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ServerFactory.getEntityFromValue(EntityPermission entityPermission, ServerValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerModifier and TypeMethodDescriptionServerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServerPK> pks) ServerFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServerFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerModifier and TypeMethodDescriptionServerDescriptionFactory.create(Server server, Language language, String description, Long fromTime, Long thruTime) ServerDetailFactory.create(Server server, String serverName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type Server