Uses of Class
com.echothree.model.data.club.server.value.ClubDetailValue
Packages that use ClubDetailValue
Package
Description
-
Uses of ClubDetailValue in com.echothree.model.control.club.server.control
Methods in com.echothree.model.control.club.server.control that return ClubDetailValueModifier and TypeMethodDescriptionClubControl.getClubDetailValueByNameForUpdate(String clubName) ClubControl.getClubDetailValueForUpdate(Club club) ClubControl.getDefaultClubDetailValueForUpdate()Methods in com.echothree.model.control.club.server.control with parameters of type ClubDetailValueModifier and TypeMethodDescriptionvoidClubControl.updateClubFromValue(ClubDetailValue clubDetailValue, BasePK updatedBy) -
Uses of ClubDetailValue in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ClubDetailValueMethods in com.echothree.model.data.club.server.entity with parameters of type ClubDetailValueConstructors in com.echothree.model.data.club.server.entity with parameters of type ClubDetailValueModifierConstructorDescriptionClubDetail(ClubDetailValue value, EntityPermission entityPermission) Creates a new instance of ClubDetail -
Uses of ClubDetailValue in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory that return ClubDetailValueModifier and TypeMethodDescriptionClubDetailFactory.getValueFromPK(Session session, ClubDetailPK pk) ClubDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory that return types with arguments of type ClubDetailValueModifier and TypeMethodDescriptionClubDetailFactory.getValuesFromPKs(Session session, Collection<ClubDetailPK> pks) ClubDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.club.server.factory with parameters of type ClubDetailValueModifier and TypeMethodDescriptionClubDetailFactory.getEntityFromValue(EntityPermission entityPermission, ClubDetailValue value) ClubDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ClubDetailValue value) Method parameters in com.echothree.model.data.club.server.factory with type arguments of type ClubDetailValueModifier and TypeMethodDescriptionvoidClubDetailFactory.create(Session session, Collection<ClubDetailValue> _values) voidClubDetailFactory.create(Collection<ClubDetailValue> _values) -
Uses of ClubDetailValue in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ClubDetailValue