Uses of Class
com.echothree.model.data.club.common.pk.ClubPK
Packages that use ClubPK
Package
Description
-
Uses of ClubPK in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ClubPKModifier and TypeMethodDescriptionClubDescription.getClubPK()
ClubDetail.getClubPK()
ClubItem.getClubPK()
Club.getPrimaryKey()
Methods in com.echothree.model.data.club.server.entity with parameters of type ClubPK -
Uses of ClubPK in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory that return ClubPKModifier and TypeMethodDescriptionClubFactory.getNextPK()
ClubFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ClubFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.club.server.factory that return types with arguments of type ClubPKModifier and TypeMethodDescriptionClubFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ClubFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ClubFactory.getPKsFromResultSetAsList
(ResultSet rs) ClubFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.club.server.factory with parameters of type ClubPKModifier and TypeMethodDescriptionClubDescriptionFactory.create
(ClubPK clubPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ClubDescriptionFactory.create
(Session session, ClubPK clubPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ClubDetailFactory.create
(ClubPK clubPK, String clubName, SubscriptionTypePK subscriptionTypePK, FilterPK clubPriceFilterPK, CurrencyPK currencyPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ClubDetailFactory.create
(Session session, ClubPK clubPK, String clubName, SubscriptionTypePK subscriptionTypePK, FilterPK clubPriceFilterPK, CurrencyPK currencyPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ClubItemFactory.create
(ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) ClubItemFactory.create
(Session session, ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) ClubFactory.getEntityFromCache
(Session session, ClubPK pk) ClubFactory.getEntityFromPK
(EntityPermission entityPermission, ClubPK pk) ClubFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ClubPK pk) ClubFactory.getValueFromPK
(Session session, ClubPK pk) void
boolean
Method parameters in com.echothree.model.data.club.server.factory with type arguments of type ClubPKModifier and TypeMethodDescriptionClubFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ClubPK> pks) ClubFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ClubPK> pks) ClubFactory.getValuesFromPKs
(Session session, Collection<ClubPK> pks) void
ClubFactory.remove
(Session session, Collection<ClubPK> pks) void
ClubFactory.remove
(Collection<ClubPK> pks) -
Uses of ClubPK in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ClubPKModifier and TypeMethodDescriptionClubDescriptionValue.getClubPK()
ClubDetailValue.getClubPK()
ClubItemValue.getClubPK()
ClubValue.getPrimaryKey()
Methods in com.echothree.model.data.club.server.value with parameters of type ClubPKModifier and TypeMethodDescriptionvoid
void
void
Constructors in com.echothree.model.data.club.server.value with parameters of type ClubPKModifierConstructorDescriptionClubDescriptionValue
(ClubDescriptionPK clubDescriptionPK, ClubPK clubPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ClubDescriptionValueClubDescriptionValue
(ClubPK clubPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ClubDescriptionValueClubDetailValue
(ClubDetailPK clubDetailPK, ClubPK clubPK, String clubName, SubscriptionTypePK subscriptionTypePK, FilterPK clubPriceFilterPK, CurrencyPK currencyPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ClubDetailValueClubDetailValue
(ClubPK clubPK, String clubName, SubscriptionTypePK subscriptionTypePK, FilterPK clubPriceFilterPK, CurrencyPK currencyPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ClubDetailValueClubItemValue
(ClubItemPK clubItemPK, ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) Creates a new instance of ClubItemValueClubItemValue
(ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) Creates a new instance of ClubItemValueClubValue
(ClubPK clubPK, ClubDetailPK activeDetailPK, ClubDetailPK lastDetailPK) Creates a new instance of ClubValue