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