Class UsersRepoTable
java.lang.Object
org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
org.gvsig.vcsgis.lib.repository.localdb.tables.UsersRepoTable
- Author:
- gvSIG Team
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
AbstractRepoTable.AbstractRow -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final org.gvsig.fmap.dal.feature.FeatureTypeorg.gvsig.fmap.dal.feature.DisposableFeatureSetIterablegetAll(VCSGisRepositoryLocaldb repository) getHashCode(VCSGisRepositoryLocaldbImpl repository) getUserByCode(VCSGisRepositoryLocaldb repo, String userCode) getUserById(VCSGisRepositoryLocaldb repo, String userId) Methods inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable
getFeatureType, getTableName
-
Field Details
-
TABLE_NAME
- See Also:
-
COD_USER
- See Also:
-
USER_ID
- See Also:
-
USER_PASSWORD
- See Also:
-
-
Constructor Details
-
UsersRepoTable
public UsersRepoTable()
-
-
Method Details
-
featureType
public static final org.gvsig.fmap.dal.feature.FeatureType featureType() -
getUserById
-
getUserByCode
-
getAll
public org.gvsig.fmap.dal.feature.DisposableFeatureSetIterable getAll(VCSGisRepositoryLocaldb repository) -
getHashCode
-