Uses of Class
com.echothree.model.data.club.server.value.ClubValue
Packages that use ClubValue
Package
Description
-
Uses of ClubValue in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ClubValueMethods in com.echothree.model.data.club.server.entity with parameters of type ClubValueConstructors in com.echothree.model.data.club.server.entity with parameters of type ClubValueModifierConstructorDescriptionClub(ClubValue value, EntityPermission entityPermission) Creates a new instance of Club -
Uses of ClubValue in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory that return ClubValueModifier and TypeMethodDescriptionClubFactory.getValueFromPK(Session session, ClubPK pk) ClubFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory that return types with arguments of type ClubValueModifier and TypeMethodDescriptionClubFactory.getValuesFromPKs(Session session, Collection<ClubPK> pks) ClubFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory with parameters of type ClubValueModifier and TypeMethodDescriptionClubFactory.getEntityFromValue(EntityPermission entityPermission, ClubValue value) ClubFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ClubValue value) Method parameters in com.echothree.model.data.club.server.factory with type arguments of type ClubValueModifier and TypeMethodDescriptionvoidClubFactory.create(Session session, Collection<ClubValue> _values) voidClubFactory.create(Collection<ClubValue> _values) -
Uses of ClubValue in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ClubValue