Uses of Class
com.echothree.model.data.club.common.pk.ClubDescriptionPK
Packages that use ClubDescriptionPK
Package
Description
-
Uses of ClubDescriptionPK in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ClubDescriptionPK -
Uses of ClubDescriptionPK in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory that return ClubDescriptionPKModifier and TypeMethodDescriptionClubDescriptionFactory.getNextPK()ClubDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ClubDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.club.server.factory that return types with arguments of type ClubDescriptionPKModifier and TypeMethodDescriptionClubDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ClubDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ClubDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ClubDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.club.server.factory with parameters of type ClubDescriptionPKModifier and TypeMethodDescriptionClubDescriptionFactory.getEntityFromCache(ClubDescriptionPK pk) ClubDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ClubDescriptionPK pk) ClubDescriptionFactory.getValueFromPK(ClubDescriptionPK pk) voidClubDescriptionFactory.remove(ClubDescriptionPK pk) booleanClubDescriptionFactory.validPK(ClubDescriptionPK pk) Method parameters in com.echothree.model.data.club.server.factory with type arguments of type ClubDescriptionPKModifier and TypeMethodDescriptionClubDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ClubDescriptionPK> pks) ClubDescriptionFactory.getValuesFromPKs(Collection<ClubDescriptionPK> pks) voidClubDescriptionFactory.remove(Collection<ClubDescriptionPK> pks) -
Uses of ClubDescriptionPK in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ClubDescriptionPKConstructors in com.echothree.model.data.club.server.value with parameters of type ClubDescriptionPKModifierConstructorDescriptionClubDescriptionValue(ClubDescriptionPK clubDescriptionPK, ClubPK clubPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ClubDescriptionValue