Uses of Class
de.xima.fc.entities.UserCredentials
Packages that use UserCredentials
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of UserCredentials in de.xima.fc.api.entity
Subclasses with type arguments of type UserCredentials in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingUserCredentialsentities. -
Uses of UserCredentials in de.xima.fc.dao.impl
Subclasses with type arguments of type UserCredentials in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIUserCredentialsDaofor reading and writingUserCredentialsentities.Methods in de.xima.fc.dao.impl that return UserCredentialsModifier and TypeMethodDescriptionUserCredentialsDao.getByUuid(IEntityContext ec, String uuid) UserCredentialsDao.getByUuid(IEntityContext ec, UUID uuid) -
Uses of UserCredentials in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type UserCredentials in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingUserCredentialsentities.Methods in de.xima.fc.dao.interfaces that return UserCredentialsModifier and TypeMethodDescriptionIUserCredentialsDao.getByUuid(IEntityContext ec, String uuid) Finds the user credentials with the given UUID.IUserCredentialsDao.getByUuid(IEntityContext ec, UUID uuid) Finds the user credentials with the given UUID. -
Uses of UserCredentials in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserCredentialsMethods in de.xima.fc.entities with parameters of type UserCredentialsModifier and TypeMethodDescriptionvoidUserProfile.setUserCredentials(UserCredentials userCredentials)