Uses of Class
com.echothree.model.data.communication.server.value.CommunicationEventDetailValue
Packages that use CommunicationEventDetailValue
Package
Description
-
Uses of CommunicationEventDetailValue in com.echothree.model.control.communication.server.control
Methods in com.echothree.model.control.communication.server.control that return CommunicationEventDetailValueModifier and TypeMethodDescriptionCommunicationControl.getCommunicationEventDetailValueByNameForUpdate
(String communicationEventName) CommunicationControl.getCommunicationEventDetailValueForUpdate
(CommunicationEvent communicationEvent) -
Uses of CommunicationEventDetailValue in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventDetailValueMethods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventDetailValueModifier and TypeMethodDescriptionvoid
CommunicationEventDetail.setCommunicationEventDetailValue
(CommunicationEventDetailValue value) Constructors in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventDetailValueModifierConstructorDescriptionCommunicationEventDetail
(CommunicationEventDetailValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEventDetail -
Uses of CommunicationEventDetailValue in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventDetailValueModifier and TypeMethodDescriptionCommunicationEventDetailFactory.getValueFromPK
(Session session, CommunicationEventDetailPK pk) CommunicationEventDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventDetailValueModifier and TypeMethodDescriptionCommunicationEventDetailFactory.getValuesFromPKs
(Session session, Collection<CommunicationEventDetailPK> pks) CommunicationEventDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventDetailValueModifier and TypeMethodDescriptionCommunicationEventDetailFactory.getEntityFromValue
(EntityPermission entityPermission, CommunicationEventDetailValue value) CommunicationEventDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommunicationEventDetailValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventDetailValueModifier and TypeMethodDescriptionvoid
CommunicationEventDetailFactory.create
(Session session, Collection<CommunicationEventDetailValue> _values) void
CommunicationEventDetailFactory.create
(Collection<CommunicationEventDetailValue> _values) -
Uses of CommunicationEventDetailValue in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventDetailValue