Uses of Class
com.echothree.model.data.communication.server.value.CommunicationEventPurposeValue
Packages that use CommunicationEventPurposeValue
Package
Description
-
Uses of CommunicationEventPurposeValue in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventPurposeValueMethods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventPurposeValueModifier and TypeMethodDescriptionvoid
CommunicationEventPurpose.setCommunicationEventPurposeValue
(CommunicationEventPurposeValue value) Constructors in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventPurposeValueModifierConstructorDescriptionCommunicationEventPurpose
(CommunicationEventPurposeValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEventPurpose -
Uses of CommunicationEventPurposeValue in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventPurposeValueModifier and TypeMethodDescriptionCommunicationEventPurposeFactory.getValueFromPK
(Session session, CommunicationEventPurposePK pk) CommunicationEventPurposeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventPurposeValueModifier and TypeMethodDescriptionCommunicationEventPurposeFactory.getValuesFromPKs
(Session session, Collection<CommunicationEventPurposePK> pks) CommunicationEventPurposeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventPurposeValueModifier and TypeMethodDescriptionCommunicationEventPurposeFactory.getEntityFromValue
(EntityPermission entityPermission, CommunicationEventPurposeValue value) CommunicationEventPurposeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommunicationEventPurposeValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventPurposeValueModifier and TypeMethodDescriptionvoid
CommunicationEventPurposeFactory.create
(Session session, Collection<CommunicationEventPurposeValue> _values) void
CommunicationEventPurposeFactory.create
(Collection<CommunicationEventPurposeValue> _values) -
Uses of CommunicationEventPurposeValue in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventPurposeValue