Uses of Class
com.echothree.model.data.core.server.value.EventGroupDetailValue
Packages that use EventGroupDetailValue
Package
Description
-
Uses of EventGroupDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EventGroupDetailValueModifier and TypeMethodDescriptionCoreControl.getEventGroupDetailValueByNameForUpdate
(String eventGroupName) CoreControl.getEventGroupDetailValueForUpdate
(EventGroup eventGroup) -
Uses of EventGroupDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EventGroupDetailValueMethods in com.echothree.model.data.core.server.entity with parameters of type EventGroupDetailValueModifier and TypeMethodDescriptionvoid
EventGroupDetail.setEventGroupDetailValue
(EventGroupDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EventGroupDetailValueModifierConstructorDescriptionEventGroupDetail
(EventGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of EventGroupDetail -
Uses of EventGroupDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EventGroupDetailValueModifier and TypeMethodDescriptionEventGroupDetailFactory.getValueFromPK
(Session session, EventGroupDetailPK pk) EventGroupDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EventGroupDetailValueModifier and TypeMethodDescriptionEventGroupDetailFactory.getValuesFromPKs
(Session session, Collection<EventGroupDetailPK> pks) EventGroupDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EventGroupDetailValueModifier and TypeMethodDescriptionEventGroupDetailFactory.getEntityFromValue
(EntityPermission entityPermission, EventGroupDetailValue value) EventGroupDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EventGroupDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EventGroupDetailValueModifier and TypeMethodDescriptionvoid
EventGroupDetailFactory.create
(Session session, Collection<EventGroupDetailValue> _values) void
EventGroupDetailFactory.create
(Collection<EventGroupDetailValue> _values) -
Uses of EventGroupDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EventGroupDetailValue