Uses of Class
com.echothree.model.data.core.server.value.EventGroupValue
Packages that use EventGroupValue
Package
Description
-
Uses of EventGroupValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EventGroupValueMethods in com.echothree.model.data.core.server.entity with parameters of type EventGroupValueConstructors in com.echothree.model.data.core.server.entity with parameters of type EventGroupValueModifierConstructorDescriptionEventGroup
(EventGroupValue value, EntityPermission entityPermission) Creates a new instance of EventGroup -
Uses of EventGroupValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EventGroupValueModifier and TypeMethodDescriptionEventGroupFactory.getValueFromPK
(Session session, EventGroupPK pk) EventGroupFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EventGroupValueModifier and TypeMethodDescriptionEventGroupFactory.getValuesFromPKs
(Session session, Collection<EventGroupPK> pks) EventGroupFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EventGroupValueModifier and TypeMethodDescriptionEventGroupFactory.getEntityFromValue
(EntityPermission entityPermission, EventGroupValue value) EventGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EventGroupValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EventGroupValueModifier and TypeMethodDescriptionvoid
EventGroupFactory.create
(Session session, Collection<EventGroupValue> _values) void
EventGroupFactory.create
(Collection<EventGroupValue> _values) -
Uses of EventGroupValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EventGroupValue