Uses of Class
com.echothree.model.data.chain.server.value.ChainInstanceEntityRoleValue
Packages that use ChainInstanceEntityRoleValue
Package
Description
-
Uses of ChainInstanceEntityRoleValue in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainInstanceEntityRoleValueMethods in com.echothree.model.data.chain.server.entity with parameters of type ChainInstanceEntityRoleValueModifier and TypeMethodDescriptionvoid
ChainInstanceEntityRole.setChainInstanceEntityRoleValue
(ChainInstanceEntityRoleValue value) Constructors in com.echothree.model.data.chain.server.entity with parameters of type ChainInstanceEntityRoleValueModifierConstructorDescriptionChainInstanceEntityRole
(ChainInstanceEntityRoleValue value, EntityPermission entityPermission) Creates a new instance of ChainInstanceEntityRole -
Uses of ChainInstanceEntityRoleValue in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainInstanceEntityRoleValueModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.getValueFromPK
(Session session, ChainInstanceEntityRolePK pk) ChainInstanceEntityRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainInstanceEntityRoleValueModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.getValuesFromPKs
(Session session, Collection<ChainInstanceEntityRolePK> pks) ChainInstanceEntityRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainInstanceEntityRoleValueModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.getEntityFromValue
(EntityPermission entityPermission, ChainInstanceEntityRoleValue value) ChainInstanceEntityRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ChainInstanceEntityRoleValue value) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainInstanceEntityRoleValueModifier and TypeMethodDescriptionvoid
ChainInstanceEntityRoleFactory.create
(Session session, Collection<ChainInstanceEntityRoleValue> _values) void
ChainInstanceEntityRoleFactory.create
(Collection<ChainInstanceEntityRoleValue> _values) -
Uses of ChainInstanceEntityRoleValue in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainInstanceEntityRoleValue