|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentInstanceRow | |
|---|---|
| com.stratelia.webactiv.beans.admin | |
| com.stratelia.webactiv.organization | |
| Uses of ComponentInstanceRow in com.stratelia.webactiv.beans.admin |
|---|
| Constructors in com.stratelia.webactiv.beans.admin with parameters of type ComponentInstanceRow | |
|---|---|
ComponentInstLight(ComponentInstanceRow compo)
Constructor |
|
| Uses of ComponentInstanceRow in com.stratelia.webactiv.organization |
|---|
| Methods in com.stratelia.webactiv.organization that return ComponentInstanceRow | |
|---|---|
protected ComponentInstanceRow |
ComponentInstanceTable.fetchComponentInstance(ResultSet rs)
Fetch the current instance row from a resultSet. |
protected ComponentInstanceRow |
ComponentInstanceTable.fetchRow(ResultSet rs)
Fetch the current space row from a resultSet. |
ComponentInstanceRow[] |
ComponentInstanceTable.getAllComponentInstancesInSpace(int spaceId)
Returns all the instances in a given space |
ComponentInstanceRow[] |
ComponentInstanceTable.getAllMatchingComponentInstances(ComponentInstanceRow sampleInstance)
Returns the ComponentInstance whose fields match those of the given sample instance fields. |
ComponentInstanceRow |
ComponentInstanceTable.getComponentInstance(int id)
Returns the instance whith the given id. |
ComponentInstanceRow |
ComponentInstanceTable.getComponentInstanceOfUserRole(int userRoleId)
Returns the ComponentInstance of a given user role. |
ComponentInstanceRow[] |
ComponentInstanceTable.getRemovedComponents()
Returns all components which has been removed but not definitely deleted |
| Methods in com.stratelia.webactiv.organization with parameters of type ComponentInstanceRow | |
|---|---|
void |
ComponentInstanceTable.createComponentInstance(ComponentInstanceRow instance)
Inserts in the database a new instance row. |
ComponentInstanceRow[] |
ComponentInstanceTable.getAllMatchingComponentInstances(ComponentInstanceRow sampleInstance)
Returns the ComponentInstance whose fields match those of the given sample instance fields. |
protected void |
ComponentInstanceTable.prepareInsert(String insertQuery,
PreparedStatement insert,
ComponentInstanceRow row)
|
protected void |
ComponentInstanceTable.prepareUpdate(String updateQuery,
PreparedStatement update,
ComponentInstanceRow row)
|
void |
ComponentInstanceTable.updateComponentInstance(ComponentInstanceRow instance)
Updates in the database an instance row. |
| Constructors in com.stratelia.webactiv.organization with parameters of type ComponentInstanceRow | |
|---|---|
ComponentInstanceI18NRow(ComponentInstanceRow component)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||