Uses of Record Class
no.priv.bang.handlereg.services.Butikk
-
Uses of Butikk in no.priv.bang.handlereg.services
Fields in no.priv.bang.handlereg.services declared as ButikkModifier and TypeFieldDescriptionprivate ButikkButikkCount.Builder.butikkprivate final ButikkButikkCount.butikkThe field for thebutikkrecord component.private ButikkButikkDate.Builder.butikkprivate final ButikkButikkDate.butikkThe field for thebutikkrecord component.private ButikkButikkSum.Builder.butikkprivate final ButikkButikkSum.butikkThe field for thebutikkrecord component.private ButikkNyFavoritt.Builder.butikkprivate final ButikkNyFavoritt.butikkThe field for thebutikkrecord component.private ButikkFavoritt.Builder.storeprivate final ButikkFavoritt.storeThe field for thestorerecord component.Methods in no.priv.bang.handlereg.services that return ButikkModifier and TypeMethodDescriptionButikk.Builder.build()ButikkCount.butikk()Returns the value of thebutikkrecord component.ButikkDate.butikk()Returns the value of thebutikkrecord component.ButikkSum.butikk()Returns the value of thebutikkrecord component.NyFavoritt.butikk()Returns the value of thebutikkrecord component.Favoritt.store()Returns the value of thestorerecord component.Methods in no.priv.bang.handlereg.services that return types with arguments of type ButikkModifier and TypeMethodDescriptionHandleregService.endreButikk(Butikk nybutikk) HandleregService.finnButikker()HandleregService.leggTilButikk(Butikk nybutikk) Methods in no.priv.bang.handlereg.services with parameters of type ButikkModifier and TypeMethodDescriptionHandleregService.endreButikk(Butikk nybutikk) HandleregService.leggTilButikk(Butikk nybutikk) static Butikk.BuilderConstructors in no.priv.bang.handlereg.services with parameters of type ButikkModifierConstructorDescriptionButikkCount(Butikk butikk, long count) Creates an instance of aButikkCountrecord class.ButikkDate(Butikk butikk, Date date) Creates an instance of aButikkDaterecord class.Creates an instance of aButikkSumrecord class.Creates an instance of aFavorittrecord class.NyFavoritt(String brukernavn, Butikk butikk) Creates an instance of aNyFavorittrecord class.