Uses of Class
com.echothree.model.data.communication.server.value.CommunicationEventRoleValue
Packages that use CommunicationEventRoleValue
Package
Description
-
Uses of CommunicationEventRoleValue in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventRoleValueMethods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventRoleValueModifier and TypeMethodDescriptionvoidCommunicationEventRole.setCommunicationEventRoleValue(CommunicationEventRoleValue value) Constructors in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventRoleValueModifierConstructorDescriptionCommunicationEventRole(CommunicationEventRoleValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEventRole -
Uses of CommunicationEventRoleValue in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventRoleValueModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getValueFromPK(CommunicationEventRolePK pk) CommunicationEventRoleFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventRoleValueModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getValuesFromPKs(Collection<CommunicationEventRolePK> pks) CommunicationEventRoleFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventRoleValueModifier and TypeMethodDescriptionCommunicationEventRoleFactory.getEntityFromValue(EntityPermission entityPermission, CommunicationEventRoleValue value) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventRoleValueModifier and TypeMethodDescriptionvoidCommunicationEventRoleFactory.create(Collection<CommunicationEventRoleValue> _values) -
Uses of CommunicationEventRoleValue in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventRoleValue