Uses of Interface
com.soffid.iam.model.CustomObjectRoleEntityDao
-
Packages that use CustomObjectRoleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of CustomObjectRoleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement CustomObjectRoleEntityDao Modifier and Type Class Description class
CustomObjectRoleEntityDaoBase
DAO Base for Entity CustomObjectRoleEntityclass
CustomObjectRoleEntityDaoImpl
Methods in com.soffid.iam.model that return CustomObjectRoleEntityDao Modifier and Type Method Description CustomObjectRoleEntityDao
CustomObjectTypeEntityDaoBase. getCustomObjectRoleEntityDao()
Gets reference tocustomObjectRoleEntityDao
.CustomObjectRoleEntityDao
RoleEntityDaoBase. getCustomObjectRoleEntityDao()
Gets reference tocustomObjectRoleEntityDao
.Methods in com.soffid.iam.model with parameters of type CustomObjectRoleEntityDao Modifier and Type Method Description void
CustomObjectTypeEntityDaoBase. setCustomObjectRoleEntityDao(CustomObjectRoleEntityDao customObjectRoleEntityDao)
Sets reference tocustomObjectRoleEntityDao
.void
RoleEntityDaoBase. setCustomObjectRoleEntityDao(CustomObjectRoleEntityDao customObjectRoleEntityDao)
Sets reference tocustomObjectRoleEntityDao
. -
Uses of CustomObjectRoleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return CustomObjectRoleEntityDao Modifier and Type Method Description CustomObjectRoleEntityDao
AdditionalDataServiceBase. getCustomObjectRoleEntityDao()
Gets reference tocustomObjectRoleEntityDao
.Methods in com.soffid.iam.service with parameters of type CustomObjectRoleEntityDao Modifier and Type Method Description void
AdditionalDataServiceBase. setCustomObjectRoleEntityDao(CustomObjectRoleEntityDao customObjectRoleEntityDao)
Sets reference tocustomObjectRoleEntityDao
.
-