blob: 2483a01290cf80c9b8a8557946c08932ae0f2d4f [file] [log] [blame]
import ns org.eclipse.osbp.authentication.account.entities.UserAccount
import ns org.eclipse.osbp.authentication.account.entities.UserAccountFilter
package org.eclipse.osbp.authentication.account.dtos {
autoDto UserAccountDto wraps UserAccount {
inheritVar id
inheritVar email
inheritVar userName
inheritVar password
inheritVar extraPassword
inheritVar passwordReset
inheritVar position
inheritVar defaultPerspective
inheritVar enabled
inheritVar locked
inheritVar superuser
inheritVar supervisor
inheritVar forcePwdChange
inheritVar notRegistered
inheritVar failedAttempt
inheritVar
successfulAttempt
inheritVar cookieHashCode
inheritVar localeTag
inheritVar profileimage
inheritVar layoutingStrategy
inheritVar focusingStrategy
inheritVar theme
inheritVar printService
inheritRef userAccountFilter mapto UserAccountFilterDto
}
autoDto UserAccountFilterDto wraps UserAccountFilter {
inheritVar id
inheritVar ^filter
inheritVar invers
inheritRef userAccount mapto UserAccountDto
}
}