blob: c65191dc5e59ed72adf751e8cbe69b5b042f7965 [file] [log] [blame]
package org.eclipse.osbp.authentication.account.dtos {
import org.eclipse.osbp.authentication.account.entities.*;
autoDto UserAccountDto wraps UserAccount {
inherit var id
inherit var email
inherit var userName
inherit var password
inherit var extraPassword
inherit var passwordReset
inherit var position
inherit var defaultPerpective
inherit var enabled
inherit var locked
inherit var superuser
inherit var supervisor
inherit var forcePwdChange
inherit var notRegistered
inherit var failedAttempt
inherit var successfulAttempt
inherit var cookieHashCode
inherit var localeTag
inherit var profileimage
inherit var layoutingStrategy
inherit var focusingStrategy
inherit var theme
inherit var printService
inherit ref userAccountFilter mapto UserAccountFilterDto
}
autoDto UserAccountFilterDto wraps UserAccountFilter {
inherit var id
inherit var filter
inherit var invers
inherit ref userAccount mapto UserAccountDto
}
}