Uses of Class
com.echothree.model.data.core.server.entity.ServerDescription
Packages that use ServerDescription
Package
Description
-
Uses of ServerDescription in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return ServerDescriptionModifier and TypeMethodDescriptionEditServerDescriptionCommand.getEntity(EditServerDescriptionResult result) Methods in com.echothree.control.user.core.server.command with parameters of type ServerDescriptionModifier and TypeMethodDescriptionvoidEditServerDescriptionCommand.doLock(ServerDescriptionEdit edit, ServerDescription serverDescription) voidEditServerDescriptionCommand.doUpdate(ServerDescription serverDescription) voidEditServerDescriptionCommand.fillInResult(EditServerDescriptionResult result, ServerDescription serverDescription) EditServerDescriptionCommand.getLockEntity(ServerDescription serverDescription) -
Uses of ServerDescription in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServerDescriptionModifier and TypeMethodDescriptionServerControl.createServerDescription(Server server, Language language, String description, BasePK createdBy) ServerControl.getServerDescription(Server server, Language language) ServerControl.getServerDescriptionForUpdate(Server server, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type ServerDescriptionModifier and TypeMethodDescriptionServerControl.getServerDescriptionsByServer(Server server) ServerControl.getServerDescriptionsByServerForUpdate(Server server) Methods in com.echothree.model.control.core.server.control with parameters of type ServerDescriptionModifier and TypeMethodDescriptionvoidServerControl.deleteServerDescription(ServerDescription serverDescription, BasePK deletedBy) ServerControl.getServerDescriptionTransfer(UserVisit userVisit, ServerDescription serverDescription) ServerControl.getServerDescriptionValue(ServerDescription serverDescription) -
Uses of ServerDescription in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type ServerDescriptionModifier and TypeMethodDescriptionServerDescriptionTransferCache.getServerDescriptionTransfer(UserVisit userVisit, ServerDescription serverDescription) -
Uses of ServerDescription in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerDescriptionModifier and TypeMethodDescriptionServerDescriptionFactory.create(ServerPK serverPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ServerDescriptionFactory.create(Server server, Language language, String description, Long fromTime, Long thruTime) ServerDescriptionFactory.getEntityFromCache(ServerDescriptionPK pk) ServerDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ServerDescriptionPK pk) ServerDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServerDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServerDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServerDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ServerDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ServerDescriptionValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerDescriptionModifier and TypeMethodDescriptionServerDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServerDescriptionPK> pks) ServerDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ServerDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ServerDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ServerDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerDescriptionModifier and TypeMethodDescriptionvoidServerDescriptionFactory.remove(ServerDescription entity) voidServerDescriptionFactory.store(ServerDescription entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerDescriptionModifier and TypeMethodDescriptionvoidServerDescriptionFactory.store(Collection<ServerDescription> entities)