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 TypeMethodDescriptionvoidCommunicationEventPurpose.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(CommunicationEventPurposePK pk) CommunicationEventPurposeFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventPurposeValueModifier and TypeMethodDescriptionCommunicationEventPurposeFactory.getValuesFromPKs(Collection<CommunicationEventPurposePK> pks) CommunicationEventPurposeFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventPurposeValueModifier and TypeMethodDescriptionCommunicationEventPurposeFactory.getEntityFromValue(EntityPermission entityPermission, CommunicationEventPurposeValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventPurposeValueModifier and TypeMethodDescriptionvoidCommunicationEventPurposeFactory.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