Uses of Class
com.echothree.model.data.communication.server.value.CommunicationSourceValue
Packages that use CommunicationSourceValue
Package
Description
-
Uses of CommunicationSourceValue in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationSourceValueMethods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationSourceValueModifier and TypeMethodDescriptionvoidCommunicationSource.setCommunicationSourceValue(CommunicationSourceValue value) Constructors in com.echothree.model.data.communication.server.entity with parameters of type CommunicationSourceValueModifierConstructorDescriptionCommunicationSource(CommunicationSourceValue value, EntityPermission entityPermission) Creates a new instance of CommunicationSource -
Uses of CommunicationSourceValue in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationSourceValueModifier and TypeMethodDescriptionCommunicationSourceFactory.getValueFromPK(Session session, CommunicationSourcePK pk) CommunicationSourceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationSourceValueModifier and TypeMethodDescriptionCommunicationSourceFactory.getValuesFromPKs(Session session, Collection<CommunicationSourcePK> pks) CommunicationSourceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationSourceValueModifier and TypeMethodDescriptionCommunicationSourceFactory.getEntityFromValue(EntityPermission entityPermission, CommunicationSourceValue value) CommunicationSourceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CommunicationSourceValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationSourceValueModifier and TypeMethodDescriptionvoidCommunicationSourceFactory.create(Session session, Collection<CommunicationSourceValue> _values) voidCommunicationSourceFactory.create(Collection<CommunicationSourceValue> _values) -
Uses of CommunicationSourceValue in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationSourceValue