Uses of Class
com.echothree.model.data.club.server.value.ClubItemValue
Packages that use ClubItemValue
Package
Description
-
Uses of ClubItemValue in com.echothree.model.control.club.server.control
Methods in com.echothree.model.control.club.server.control with parameters of type ClubItemValueModifier and TypeMethodDescriptionvoid
ClubControl.updateClubItemFromValue
(ClubItemValue clubItemValue, BasePK updatedBy) -
Uses of ClubItemValue in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ClubItemValueMethods in com.echothree.model.data.club.server.entity with parameters of type ClubItemValueConstructors in com.echothree.model.data.club.server.entity with parameters of type ClubItemValueModifierConstructorDescriptionClubItem
(ClubItemValue value, EntityPermission entityPermission) Creates a new instance of ClubItem -
Uses of ClubItemValue in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory that return ClubItemValueModifier and TypeMethodDescriptionClubItemFactory.getValueFromPK
(Session session, ClubItemPK pk) ClubItemFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory that return types with arguments of type ClubItemValueModifier and TypeMethodDescriptionClubItemFactory.getValuesFromPKs
(Session session, Collection<ClubItemPK> pks) ClubItemFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory with parameters of type ClubItemValueModifier and TypeMethodDescriptionClubItemFactory.getEntityFromValue
(EntityPermission entityPermission, ClubItemValue value) ClubItemFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ClubItemValue value) Method parameters in com.echothree.model.data.club.server.factory with type arguments of type ClubItemValueModifier and TypeMethodDescriptionvoid
ClubItemFactory.create
(Session session, Collection<ClubItemValue> _values) void
ClubItemFactory.create
(Collection<ClubItemValue> _values) -
Uses of ClubItemValue in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ClubItemValue