Uses of Class
com.echothree.model.data.club.server.value.ClubDescriptionValue
Packages that use ClubDescriptionValue
Package
Description
-
Uses of ClubDescriptionValue in com.echothree.model.control.club.server.control
Methods in com.echothree.model.control.club.server.control that return ClubDescriptionValueModifier and TypeMethodDescriptionClubControl.getClubDescriptionValue(ClubDescription clubDescription) ClubControl.getClubDescriptionValueForUpdate(Club club, Language language) Methods in com.echothree.model.control.club.server.control with parameters of type ClubDescriptionValueModifier and TypeMethodDescriptionvoidClubControl.updateClubDescriptionFromValue(ClubDescriptionValue clubDescriptionValue, BasePK updatedBy) -
Uses of ClubDescriptionValue in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ClubDescriptionValueMethods in com.echothree.model.data.club.server.entity with parameters of type ClubDescriptionValueModifier and TypeMethodDescriptionvoidClubDescription.setClubDescriptionValue(ClubDescriptionValue value) Constructors in com.echothree.model.data.club.server.entity with parameters of type ClubDescriptionValueModifierConstructorDescriptionClubDescription(ClubDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ClubDescription -
Uses of ClubDescriptionValue in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory that return ClubDescriptionValueModifier and TypeMethodDescriptionClubDescriptionFactory.getValueFromPK(Session session, ClubDescriptionPK pk) ClubDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory that return types with arguments of type ClubDescriptionValueModifier and TypeMethodDescriptionClubDescriptionFactory.getValuesFromPKs(Session session, Collection<ClubDescriptionPK> pks) ClubDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory with parameters of type ClubDescriptionValueModifier and TypeMethodDescriptionClubDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ClubDescriptionValue value) ClubDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ClubDescriptionValue value) Method parameters in com.echothree.model.data.club.server.factory with type arguments of type ClubDescriptionValueModifier and TypeMethodDescriptionvoidClubDescriptionFactory.create(Session session, Collection<ClubDescriptionValue> _values) voidClubDescriptionFactory.create(Collection<ClubDescriptionValue> _values) -
Uses of ClubDescriptionValue in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ClubDescriptionValue