Uses of Class
com.echothree.model.data.communication.server.value.CommunicationEventRoleValue
Packages that use CommunicationEventRoleValue
Package
Description
-
Uses of CommunicationEventRoleValue in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventRoleValueMethods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventRoleValueModifier and TypeMethodDescriptionvoid
CommunicationEventRole.setCommunicationEventRoleValue
(CommunicationEventRoleValue value) Constructors in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventRoleValueModifierConstructorDescriptionCommunicationEventRole
(CommunicationEventRoleValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEventRole -
Uses of CommunicationEventRoleValue in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventRoleValueModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getValueFromPK
(Session session, CommunicationEventRolePK pk) CommunicationEventRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventRoleValueModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getValuesFromPKs
(Session session, Collection<CommunicationEventRolePK> pks) CommunicationEventRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventRoleValueModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getEntityFromValue
(EntityPermission entityPermission, CommunicationEventRoleValue value) CommunicationEventRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommunicationEventRoleValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventRoleValueModifier and TypeMethodDescriptionvoid
CommunicationEventRoleFactory.create
(Session session, Collection<CommunicationEventRoleValue> _values) void
CommunicationEventRoleFactory.create
(Collection<CommunicationEventRoleValue> _values) -
Uses of CommunicationEventRoleValue in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventRoleValue