Uses of Class
com.echothree.model.control.club.common.transfer.ClubItemTransfer
Packages that use ClubItemTransfer
Package
Description
-
Uses of ClubItemTransfer in com.echothree.control.user.club.common.result
Methods in com.echothree.control.user.club.common.result that return types with arguments of type ClubItemTransferMethod parameters in com.echothree.control.user.club.common.result with type arguments of type ClubItemTransferModifier and TypeMethodDescriptionvoid
GetClubItemsResult.setClubItems
(List<ClubItemTransfer> clubItems) -
Uses of ClubItemTransfer in com.echothree.model.control.club.server.control
Methods in com.echothree.model.control.club.server.control that return ClubItemTransferModifier and TypeMethodDescriptionClubControl.getClubItemTransfer
(UserVisit userVisit, ClubItem clubItem) Methods in com.echothree.model.control.club.server.control that return types with arguments of type ClubItemTransferModifier and TypeMethodDescriptionClubControl.getClubItemsByItem
(UserVisit userVisit, Item item) ClubControl.getClubItemTransfersByClub
(UserVisit userVisit, Club club) -
Uses of ClubItemTransfer in com.echothree.model.control.club.server.transfer
Methods in com.echothree.model.control.club.server.transfer that return ClubItemTransfer