Uses of Class
edu.cnm.deepdive.dominionendpointtestspring.model.entity.Card.Location
-
Packages that use Card.Location Package Description edu.cnm.deepdive.dominionendpointtestspring.model.dao edu.cnm.deepdive.dominionendpointtestspring.model.entity -
-
Uses of Card.Location in edu.cnm.deepdive.dominionendpointtestspring.model.dao
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.dao with parameters of type Card.Location Modifier and Type Method Description java.util.Optional<java.lang.Integer>CardRepository. countAllByPlayerAndLocation(Player player, Card.Location hand)java.util.Optional<java.lang.Integer>CardRepository. countAllByTypeAndLocation(Card.Type type, Card.Location location)java.util.Optional<java.util.List<Card>>CardRepository. getAllByPlayerAndLocation(Player player, Card.Location location)java.util.ArrayList<Card>CardRepository. getAllByPlayerAndLocationOrderByOrderInLocation(Player player, Card.Location location)java.util.Optional<java.util.List<Card>>CardRepository. getAllByTypeAndLocation(Card.Type type, Card.Location stack)java.util.Optional<Card>CardRepository. getByLocationAndPlayerAndType(Card.Location location, Player player, Card.Type type) -
Uses of Card.Location in edu.cnm.deepdive.dominionendpointtestspring.model.entity
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity that return Card.Location Modifier and Type Method Description Card.LocationCard. getLocation()static Card.LocationCard.Location. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Card.Location[]Card.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity with parameters of type Card.Location Modifier and Type Method Description voidCard. setLocation(Card.Location location)
-