Uses of Class
com.echothree.model.data.communication.server.value.CommunicationEmailSourceValue
Packages that use CommunicationEmailSourceValue
Package
Description
-
Uses of CommunicationEmailSourceValue in com.echothree.model.control.communication.server.control
Methods in com.echothree.model.control.communication.server.control that return CommunicationEmailSourceValueModifier and TypeMethodDescriptionCommunicationControl.getCommunicationEmailSourceValue(CommunicationEmailSource communicationEmailSource) CommunicationControl.getCommunicationEmailSourceValueForUpdate(CommunicationSource communicationSource) Methods in com.echothree.model.control.communication.server.control with parameters of type CommunicationEmailSourceValueModifier and TypeMethodDescriptionvoidCommunicationControl.updateCommunicationEmailSourceFromValue(CommunicationEmailSourceValue communicationEmailSourceValue, BasePK updatedBy) -
Uses of CommunicationEmailSourceValue in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEmailSourceValueMethods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEmailSourceValueModifier and TypeMethodDescriptionvoidCommunicationEmailSource.setCommunicationEmailSourceValue(CommunicationEmailSourceValue value) Constructors in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEmailSourceValueModifierConstructorDescriptionCommunicationEmailSource(CommunicationEmailSourceValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEmailSource -
Uses of CommunicationEmailSourceValue in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEmailSourceValueModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.getValueFromPK(Session session, CommunicationEmailSourcePK pk) CommunicationEmailSourceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEmailSourceValueModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.getValuesFromPKs(Session session, Collection<CommunicationEmailSourcePK> pks) CommunicationEmailSourceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEmailSourceValueModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.getEntityFromValue(EntityPermission entityPermission, CommunicationEmailSourceValue value) CommunicationEmailSourceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CommunicationEmailSourceValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEmailSourceValueModifier and TypeMethodDescriptionvoidCommunicationEmailSourceFactory.create(Session session, Collection<CommunicationEmailSourceValue> _values) voidCommunicationEmailSourceFactory.create(Collection<CommunicationEmailSourceValue> _values) -
Uses of CommunicationEmailSourceValue in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEmailSourceValue