Uses of Class
com.echothree.model.data.club.common.pk.ClubItemPK
Packages that use ClubItemPK
Package
Description
-
Uses of ClubItemPK in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ClubItemPK -
Uses of ClubItemPK in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory that return ClubItemPKModifier and TypeMethodDescriptionClubItemFactory.getNextPK()ClubItemFactory.getPKFromQuery(PreparedStatement ps, Object... params) ClubItemFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.club.server.factory that return types with arguments of type ClubItemPKModifier and TypeMethodDescriptionClubItemFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ClubItemFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ClubItemFactory.getPKsFromResultSetAsList(ResultSet rs) ClubItemFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.club.server.factory with parameters of type ClubItemPKModifier and TypeMethodDescriptionClubItemFactory.getEntityFromCache(ClubItemPK pk) ClubItemFactory.getEntityFromPK(EntityPermission entityPermission, ClubItemPK pk) ClubItemFactory.getValueFromPK(ClubItemPK pk) voidClubItemFactory.remove(ClubItemPK pk) booleanClubItemFactory.validPK(ClubItemPK pk) Method parameters in com.echothree.model.data.club.server.factory with type arguments of type ClubItemPKModifier and TypeMethodDescriptionClubItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ClubItemPK> pks) ClubItemFactory.getValuesFromPKs(Collection<ClubItemPK> pks) voidClubItemFactory.remove(Collection<ClubItemPK> pks) -
Uses of ClubItemPK in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ClubItemPKConstructors in com.echothree.model.data.club.server.value with parameters of type ClubItemPKModifierConstructorDescriptionClubItemValue(ClubItemPK clubItemPK, ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) Creates a new instance of ClubItemValue -
Uses of ClubItemPK in com.echothree.model.jooq.server.records.club
Methods in com.echothree.model.jooq.server.records.club that return ClubItemPKMethods in com.echothree.model.jooq.server.records.club that return types with arguments of type ClubItemPKMethods in com.echothree.model.jooq.server.records.club with parameters of type ClubItemPKModifier and TypeMethodDescriptionvoidClubItems.ClubItem(ClubItemPK value) Setter forclubitems.clbitm_clubitemid.Constructors in com.echothree.model.jooq.server.records.club with parameters of type ClubItemPKModifierConstructorDescriptionClubItems(ClubItemPK ClubItem, ClubPK Club, ClubItemTypePK ClubItemType, ItemPK Item, Long SubscriptionTime, Long FromTime, Long ThruTime) Create a detached, initialised ClubItems -
Uses of ClubItemPK in com.echothree.model.jooq.server.tables.club
Fields in com.echothree.model.jooq.server.tables.club with type parameters of type ClubItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ClubItems, ClubItemPK> ClubItems.CLUB_ITEMThe columnclubitems.clbitm_clubitemid.