Package org.eblocker.server.common.data
Class UserModuleOld
java.lang.Object
org.eblocker.server.common.data.UserModuleOld
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionUserModuleOld(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, List<DashboardCard> dashboardCards, Integer customBlacklistId, Integer customWhitelistId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDashboardCard(DashboardCard dashboardCard) Deprecated.voidDeprecated.booleanDeprecated.Deprecated.java.time.LocalDateDeprecated.Deprecated.Deprecated.Deprecated.getId()Deprecated.getName()Deprecated.Deprecated.byte[]getPin()Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.booleanisSystem()Deprecated.voidsetAssociatedProfileId(Integer associatedProfileId) Deprecated.voidsetBirthday(java.time.LocalDate birthday) Deprecated.voidsetCustomBlacklistId(Integer customBlacklistId) Deprecated.voidsetCustomWhitelistId(Integer customWhitelistId) Deprecated.voidsetDashboardCards(List<DashboardCard> dashboardCards) Deprecated.voidDeprecated.voidDeprecated.voidsetNameKey(String nameKey) Deprecated.voidsetPin(byte[] pin) Deprecated.voidsetSystem(boolean system) Deprecated.voidsetUserRole(UserRole userRole) Deprecated.voidsetWhiteListConfigByDomains(Map<String, WhiteListConfig> whiteListConfigByDomains) Deprecated.
-
Constructor Details
-
UserModuleOld
public UserModuleOld(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, List<DashboardCard> dashboardCards, Integer customBlacklistId, Integer customWhitelistId) Deprecated.
-
-
Method Details
-
getId
Deprecated. -
setId
Deprecated. -
getAssociatedProfileId
Deprecated. -
setAssociatedProfileId
Deprecated. -
getName
Deprecated. -
setName
Deprecated. -
getNameKey
Deprecated. -
setNameKey
Deprecated. -
isSystem
public boolean isSystem()Deprecated. -
setSystem
public void setSystem(boolean system) Deprecated. -
getPin
public byte[] getPin()Deprecated. -
setPin
public void setPin(byte[] pin) Deprecated. -
changePin
Deprecated. -
getWhiteListConfigByDomains
Deprecated. -
setWhiteListConfigByDomains
Deprecated. -
getDashboardCards
Deprecated. -
setDashboardCards
Deprecated. -
addDashboardCard
Deprecated. -
getCustomBlacklistId
Deprecated. -
setCustomBlacklistId
Deprecated. -
getCustomWhitelistId
Deprecated. -
setCustomWhitelistId
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
getBirthday
public java.time.LocalDate getBirthday()Deprecated. -
setBirthday
public void setBirthday(java.time.LocalDate birthday) Deprecated. -
getUserRole
Deprecated. -
setUserRole
Deprecated.
-