Uses of Class
com.echothree.model.data.communication.server.value.CommunicationEventValue
Packages that use CommunicationEventValue
Package
Description
-
Uses of CommunicationEventValue in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventValueMethods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventValueModifier and TypeMethodDescriptionvoid
CommunicationEvent.setCommunicationEventValue
(CommunicationEventValue value) Constructors in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventValueModifierConstructorDescriptionCommunicationEvent
(CommunicationEventValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEvent -
Uses of CommunicationEventValue in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventValueModifier and TypeMethodDescriptionCommunicationEventFactory.getValueFromPK
(Session session, CommunicationEventPK pk) CommunicationEventFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventValueModifier and TypeMethodDescriptionCommunicationEventFactory.getValuesFromPKs
(Session session, Collection<CommunicationEventPK> pks) CommunicationEventFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventValueModifier and TypeMethodDescriptionCommunicationEventFactory.getEntityFromValue
(EntityPermission entityPermission, CommunicationEventValue value) CommunicationEventFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommunicationEventValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventValueModifier and TypeMethodDescriptionvoid
CommunicationEventFactory.create
(Session session, Collection<CommunicationEventValue> _values) void
CommunicationEventFactory.create
(Collection<CommunicationEventValue> _values) -
Uses of CommunicationEventValue in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventValue