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
(Session session, ClubDescriptionPK pk) ClubDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ClubDescriptionPK pk) ClubDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ClubDescriptionPK pk) ClubDescriptionFactory.getValueFromPK
(Session session, ClubDescriptionPK pk) void
ClubDescriptionFactory.remove
(Session session, ClubDescriptionPK pk) boolean
ClubDescriptionFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ClubDescriptionPK> pks) ClubDescriptionFactory.getValuesFromPKs
(Session session, Collection<ClubDescriptionPK> pks) void
ClubDescriptionFactory.remove
(Session session, Collection<ClubDescriptionPK> pks) void
ClubDescriptionFactory.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