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