public interface LoginInformationDao extends BambooObjectDao<LoginInformation>
| Modifier and Type | Method and Description |
|---|---|
Iterator<LoginInformation> |
getAllLoginInformationRecords() |
LoginInformation |
getLoginInformationByUserName(String userName) |
void |
save(LoginInformation loginInformation)
Saves the given entity.
|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, saveAll@Nullable LoginInformation getLoginInformationByUserName(@NotNull String userName)
Iterator<LoginInformation> getAllLoginInformationRecords()
void save(@NotNull
LoginInformation loginInformation)
BambooObjectDaoBambooEntityObject this method will:
- update EntityObject.getLastModificationDate()
- set EntityObject.getCreationDate() if the object has not been savedsave in interface BambooObjectDao<LoginInformation>loginInformation - entity to be savedCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.