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