-
NoiseGen.NoiseContainer.populated.GeneratedNoiseContainer.populate()
Populates a whole NoiseContainer with NoiseGen values.
@param generator The NoiseGenerator that provides the getValue method
-
appeng.client.render.RenderBlocksWorkaround.populate()
-
ar.com.dgarcia.javaspec.api.JavaSpec.populate()
Uses the definition of this spec class to create the nodes in the tree.
The defined tree must be validated before using it
@param specTree The tree that will represent this spec
-
business.Book.populate()
Populates the object with the ResultSet cursor content.
@param row The ResultSet cursor to populate the object with.
@return True on success, false otherwise.
@throws SQLException
-
business.BookListing.populate()
Populates the object with the ResultSet cursor content.
@param row The ResultSet cursor to populate the object with.
@return True on success, false otherwise.
@throws SQLException
-
business.BookSubject.populate()
Populates the object with the ResultSet cursor content.
@param row The ResultSet cursor to populate the object with.
@return True on success, false otherwise.
@throws SQLException
-
business.LexiconEntry.populate()
Populates the object with the ResultSet cursor content.
@param row The ResultSet cursor to populate the object with.
@return True on success, false otherwise.
@throws SQLException
-
business.ShoppingCartEntry.populate()
Populates the object with the ResultSet cursor content.
@param row The ResultSet cursor to populate the object with.
@return True on success, false otherwise.
@throws SQLException
-
business.SystemSetting.populate()
Populates the object with the ResultSet cursor content.
@param row The ResultSet cursor to populate the object with.
@return True on success, false otherwise.
@throws SQLException
-
business.User.populate()
Populates the object with the ResultSet cursor content.
@param row The ResultSet cursor to populate the object with.
@return True on success, false otherwise.
@throws SQLException
-
cn.edu.zju.acm.onlinejudge.form.ContestForm.populate()
-
cn.edu.zju.acm.onlinejudge.form.ProblemForm.populate()
-
cn.edu.zju.acm.onlinejudge.form.ProfileForm.populate()
Converts the form bean to UserProfile bean.
@return the UserProfile bean.
@throws PersistenceException if failed to convert
-
cn.edu.zju.acm.onlinejudge.form.RoleForm.populate()
-
com.bleujin.framework.db.Rows.populate()
-
com.hp.gloze.www_w3_org_2001_XMLSchema.schema.populate()
-
com.mysema.query.sql.dml.SQLInsertClause.populate()
Populate the INSERT clause with the properties of the given bean. The properties need to match the fields of the clause's entity instance.
@param bean
@return
-
com.sun.rowset.CachedRowSetImpl.populate()
Populates this
CachedRowSetImpl
object with data from the given
ResultSet
object. This method is an alternative to the method
execute
for filling the rowset with data. The method
populate
does not require that the properties needed by the method
execute
, such as the
command
property, be set. This is true because the method
populate
is given the
ResultSet
object from which to get data and thus does not need to use the properties required for setting up a connection and executing this
CachedRowSetImpl
object's command.
After populating this rowset with data, the method populate
sets the rowset's metadata and then sends a RowSetChangedEvent
object to all registered listeners prior to returning.
@param data the ResultSet
object containing the datato be read into this CachedRowSetImpl
object
@throws SQLException if an error occurs; or the max row setting isviolated while populating the RowSet
@see #execute
-
ec.Population.populate()
Populates the population with new random individuals.
-
edu.mit.simile.vicino.clustering.Clusterer.populate()
-
edu.mit.simile.vicino.clustering.NGramClusterer.populate()
-
edu.mit.simile.vicino.clustering.VPTreeClusterer.populate()
-
games.stendhal.server.core.engine.StendhalRPZone.populate()
Populate a zone based on it's map content. TODO: This should be moved to the zone loader or something.
@param objectsLayer
-
hendrey.orm.RecordSet.populate()
-
hudson.plugins.accurev.cmd.PopulateCmd.populate()
@param launcher
@param listener
@param server
@param accurevClientExePath
@param streamName
@param fromMessage
@param accurevWorkingSpace
@param accurevEnv
@return
-
javax.sql.rowset.CachedRowSet.populate()
Populates this
CachedRowSet
object with data from the given
ResultSet
object.
This method can be used as an alternative to the execute
method when an application has a connection to an open ResultSet
object. Using the method populate
can be more efficient than using the version of the execute
method that takes no parameters because it does not open a new connection and re-execute this CachedRowSet
object's command. Using the populate
method is more a matter of convenience when compared to using the version of execute
that takes a ResultSet
object.
@param data the ResultSet
object containing the datato be read into this CachedRowSet
object
@throws SQLException if a null ResultSet
object is suppliedor this CachedRowSet
object cannot retrieve the associated ResultSetMetaData
object
@see #execute
@see java.sql.ResultSet
@see java.sql.ResultSetMetaData
-
javax.sql.rowset.FilteredRowSet.populate()
-
javax.sql.rowset.WebRowSet.populate()
-
net.infopeers.restrant.commons.populate.Populator.populate()
��̃C���X�^���X�Œl���ڐA����B
@param from
@param to
-
net.sf.beanlib.provider.BeanPopulator.populate()
-
oracle.jdbc.rowset.OracleCachedRowSet.populate()
-
org.apache.aries.blueprint.container.Parser.populate()
-
org.apache.aries.blueprint.parser.Parser.populate()
-
org.apache.axis.wsdl.symbolTable.SymbolTable.populate()
-
org.apache.cocoon.components.xmlform.Form.populate()
Populates an HTML Form POST into the XMLForm model (JavaBean or DOM node).
Expects that all request parameter names are XPath expressions to attributes of the model. For each request parameter, finds and assigns its value to the JavaBean property corresponding to the parameter's name
TODO: provide a more sophisticated examples with checkboxes, multi choice, radio button, text area, file upload, etc.
@param sitemapObjectModel
-
org.apache.jetspeed.services.rundata.JetspeedRunData.populate()
-
org.apache.karaf.cave.server.api.CaveRepository.populate()
Populate from a remote URL (for instance a Maven repository), and eventually update the OBR information.
@param url the URL to copy.
@param update if true the OBR information is updated, false else.
@throws Exception in case of copy failure.
-
org.apache.scaffold.model.ModelResult.populate()
Populate matching properties on given object, using bean at given index. Returns false if index>size. BeanUtils.describe
.
@exception Throws ModelException on any error.
-
org.bladerunnerjs.model.App.populate()
-
org.bladerunnerjs.model.Aspect.populate()
-
org.bladerunnerjs.model.BRJS.populate()
-
org.bladerunnerjs.model.Blade.populate()
-
org.bladerunnerjs.model.Bladeset.populate()
-
org.bladerunnerjs.model.JsLib.populate()
-
org.datanucleus.metadata.ClassMetaData.populate()
Method to provide the details of the class being represented by this MetaData. This can be used to firstly provide defaults for attributes that aren't specified in the MetaData, and secondly to report any errors with attributes that have been specified that are inconsistent with the class being represented.
One possible use of this method would be to take a basic ClassMetaData for a class and call this, passing in the users class. This would then add FieldMetaData for all fields in this class providing defaults for all of these.
@param clr ClassLoaderResolver to use in loading any classes
@param primary the primary ClassLoader to use (or null)
@param mmgr MetaData manager
-
org.datanucleus.metadata.EmbeddedMetaData.populate()
Method to populate the embedded MetaData. This performs checks on the validity of the field types for embedding.
@param clr The class loader to use where necessary
@param primary the primary ClassLoader to use (or null)
@param mmgr MetaData manager
-
org.dspace.app.cris.statistics.StatSyndicationFeed.populate()
Fills in the feed and entry-level metadata from DSpace objects.
-
org.dspace.app.util.SyndicationFeed.populate()
Fills in the feed and entry-level metadata from DSpace objects.
-
org.exoplatform.services.remote.group.Response.populate()
-
org.glassfish.hk2.api.Populator.populate()
This method can be used to populate the service locator with files that have been written out using the {@link DescriptorImpl} writeObject method.
@param fileFinder An object that finds files in the environment. If this is nullthen the system will look in the service locator for an implementation of DescriptorFileFinder. If one is still not find this service will return an empty list
@param postProcessors post-processors that allows the environment to modify the setof descriptors that are added to the system.
@return The list of descriptors added to the system. Will not return null, but may returnan empty list
@throws IOException In case of an error reading the input streams
@throws MultiException if the user code throws an error, in which case none of the descriptorswill be added to the system
-
org.jbpm.formapi.client.form.FBFormItem.populate()
This method must be overriden by each {@link FBFormItem} subclass torepopulate its properties from an outside POJO representation.
@param rep the POJO representation of this UI component. It's the responsibility of each {@link FBFormItem} instance to validatethe POJO representation for itself, call the superclass method, and define what and how properties of its UI component should be updated.
@throws FormBuilderException in case of error or invalid content
-
org.jbpm.formbuilder.client.form.FBForm.populate()
-
org.jitterbit.application.ui.menu.Menu.populate()
-
org.jitterbit.integration.client.ui.interchange.entity.transformation.menu.EditTransformationMenu.populate()
-
org.jpox.enhancer.bcel.metadata.BCELClassMetaData.populate()
-
org.jpox.metadata.ClassMetaData.populate()
Method to provide the details of the class being represented by this MetaData. This can be used to firstly provide defaults for attributes that aren't specified in the MetaData, and secondly to report any errors with attributes that have been specifed that are inconsistent with the class being represented.
One possible use of this method would be to take a basic ClassMetaData for a class and call this, passing in the users class. This would then add FieldMetaData for all fields in this class providing defaults for all of these.
@param clr ClassLoaderResolver to use in loading any classes
@param primary the primary ClassLoader to use (or null)
-
org.jpox.metadata.InterfaceMetaData.populate()
Method to provide the details of the class being represented by this MetaData. This can be used to firstly provide defaults for attributes that aren't specified in the MetaData, and secondly to report any errors with attributes that have been specifed that are inconsistent with the class being represented.
One possible use of this method would be to take a basic ClassMetaData for a class and call this, passing in the users class. This would then add AbstractMemberMetaData for all fields in this class providing defaults for all of these.
@param clr ClassLoaderResolver to use in loading any classes
@param primary the primary ClassLoader to use (or null)
-
org.jruby.anno.TypePopulator.populate()
-
org.jvnet.hk2.component.classmodel.InhabitantsFeed.populate()
-
org.nxplanner.tags.DomainContext.populate()
-
org.openamf.recordset.ASRecordSet.populate()
-
org.openstreetmap.josm.gui.conflict.pair.nodes.NodeListMergeModel.populate()
Populates the model with the nodes in the two {@link Way}s my
and their
.
@param my my way (i.e. the way in the local dataset)
@param their their way (i.e. the way in the server dataset)
@param mergedMap The map of merged primitives if the conflict results from merging two layers
@exception IllegalArgumentException thrown, if my is null
@exception IllegalArgumentException thrown, if their is null
-
org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel.populate()
Populate the model with conflicts between the tag sets of the two {@link OsmPrimitive} my
and their
.
@param my my primitive (i.e. the primitive from the local dataset)
@param their their primitive (i.e. the primitive from the server dataset)
-
org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.populate()
Populates the conflict resolver with one tag collection
@param tagsForAllPrimitives the tag collection
@param sourceStatistics histogram of tag source, number of primitives of each type in the source
@param targetStatistics histogram of paste targets, number of primitives of each type in the paste target
-
org.openstreetmap.josm.gui.io.UploadSelectionDialog.populate()
-
org.pathways.openciss.rest.impl.BloomFilter.populate()
-
org.pentaho.platform.uifoundation.component.FilterDefinition.populate()
-
org.rendersnake.servlet.FormDataPopulator.populate()
Take the parameters from the request and those that are set by a FormHandler are populated as field values of the target object.
@param request
@param target
-
org.springframework.beans.IndexedTestBean.populate()
-
org.springframework.jdbc.datasource.init.ResourceDatabasePopulator.populate()
-
org.springframework.tests.sample.beans.IndexedTestBean.populate()
-
simpledao.SimpleBean.populate()
Set all the properties in the bean based on a map of properties passed in
@param props HashMap of properties to use when populating
-
sun.jdbc.rowset.CachedRowSet.populate()
-
swingintegration.example.EmbeddedSwingComposite.populate()
Populates the embedded composite with the Swing component.
This method must be called from the SWT event thread.
The Swing component will be created by calling {@link #createSwingComponent()}. The creation is scheduled asynchronously on the AWT event thread. This method does not wait for completion of this asynchronous task, so it may return before createSwingComponent() is complete.
The Swing component is created inside a standard Swing containment hierarchy, rooted in a {@link javax.swing.RootPaneContainer}. Clients can override {@link #addRootPaneContainer(Frame)} to provide their ownroot pane container implementation.
This method can be called multiple times for a single instance. If an embedded frame exists from a previous call, it is disposed.
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the SWT event thread