|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentInstanceI18NRow | |
---|---|
com.stratelia.webactiv.beans.admin | |
com.stratelia.webactiv.organization |
Uses of ComponentInstanceI18NRow in com.stratelia.webactiv.beans.admin |
---|
Constructors in com.stratelia.webactiv.beans.admin with parameters of type ComponentInstanceI18NRow | |
---|---|
ComponentI18N(ComponentInstanceI18NRow row)
|
Uses of ComponentInstanceI18NRow in com.stratelia.webactiv.organization |
---|
Methods in com.stratelia.webactiv.organization that return ComponentInstanceI18NRow | |
---|---|
protected ComponentInstanceI18NRow |
ComponentInstanceI18NTable.fetchRow(ResultSet rs)
Fetch the current component row from a resultSet. |
protected ComponentInstanceI18NRow |
ComponentInstanceI18NTable.fetchTranslation(ResultSet rs)
Fetch the current component row from a resultSet. |
Methods in com.stratelia.webactiv.organization that return types with arguments of type ComponentInstanceI18NRow | |
---|---|
List<ComponentInstanceI18NRow> |
ComponentInstanceI18NTable.getTranslations(int componentId)
Returns the Component whith the given id. |
Methods in com.stratelia.webactiv.organization with parameters of type ComponentInstanceI18NRow | |
---|---|
void |
ComponentInstanceI18NTable.createTranslation(ComponentInstanceI18NRow translation)
Inserts in the database a new component row. |
protected void |
ComponentInstanceI18NTable.prepareInsert(String insertQuery,
PreparedStatement insert,
ComponentInstanceI18NRow row)
|
protected void |
ComponentInstanceI18NTable.prepareUpdate(String updateQuery,
PreparedStatement update,
ComponentInstanceI18NRow row)
|
void |
ComponentInstanceI18NTable.updateTranslation(ComponentInstanceI18NRow component)
Updates a component row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |