Uses of Class
com.ltu.smd116.misc.SortedVector

Packages that use SortedVector
com.ltu.smd116.beans 
com.ltu.smd116.bl.booking 
com.ltu.smd116.bl.payment 
com.ltu.smd116.bl.seachart 
com.ltu.smd116.bl.weather 
com.ltu.smd116.containers 
com.ltu.smd116.containers.booking 
com.ltu.smd116.dbp 
com.ltu.smd116.misc 

Uses of SortedVector in com.ltu.smd116.beans
 

Fields in com.ltu.smd116.beans declared as SortedVector
private SortedVectorBookingAdmBean.manyArticles
          
private SortedVectorBookingAdmBean.manyArticleTypes
          
private SortedVectorBookingAdmBean.manyInventories
          
private SortedVectorBookingAdmBean.manyInventoryTypes
          
private SortedVectorBookingAdmBean.manyResources
          
private SortedVectorBookingAdmBean.manyResourceTypes
          
private SortedVectorBookingAdmBean.manyServiceManagers
          
private SortedVectorBookingAdmBean.manyServices
          
private SortedVectorBookingAdmBean.manyServiceTypes
          
 

Methods in com.ltu.smd116.beans that return SortedVector
SortedVectorAccountAdminBean.searchByOwner(UserContainer owner)
          Search for accounts whose owner we know.
SortedVectorBookingAdmBean.getManyArticles()
          
SortedVectorBookingAdmBean.getManyArticleTypes()
          
SortedVectorBookingAdmBean.getManyArticleTypesDB()
          
SortedVectorBookingAdmBean.getManyInventories()
          
SortedVectorBookingAdmBean.getManyInventoryTypes()
          
SortedVectorBookingAdmBean.getManyInventoryTypesDB()
          
SortedVectorBookingAdmBean.getManyResources()
          
SortedVectorBookingAdmBean.getManyResourceTypes()
          
SortedVectorBookingAdmBean.getManyResourceTypesDB()
          
SortedVectorBookingAdmBean.getManyServiceManagers()
          Get the value of manyServiceManagers.
SortedVectorBookingAdmBean.getManyServiceManagersDB()
          
SortedVectorBookingAdmBean.getManyServices()
          
SortedVectorBookingAdmBean.getManyServiceTypes()
          
SortedVectorBookingAdmBean.getManyServiceTypes(int typeId)
          
SortedVectorBookingAdmBean.getManyServiceTypesDB()
          
SortedVectorBookingAdmBean.searchArticle(String searchStr, int filter)
          Returns the searchresults in the manyArticles-SortedVector
SortedVectorBookingAdmBean.searchInventory(String searchStr, int filter)
          
SortedVectorBookingAdmBean.searchService(String searchStr, int filter)
          
SortedVectorCardAdminBean.searchByOwner(UserContainer owner)
          Search for cards whose owner we know.
SortedVectorCounterAdminBean.searchByAccount(AccountContainer account)
          Search for counters whose account we know.
SortedVectorCounterAdminBean.searchByName(String name)
          Search for counters whose name we know.
SortedVectorSearchBean.getresults()
          
 

Methods in com.ltu.smd116.beans with parameters of type SortedVector
voidBookingAdmBean.setManyArticles(SortedVector manyArticles)
          
voidBookingAdmBean.setManyArticleTypes(SortedVector manyArticleTypes)
          
voidBookingAdmBean.setManyInventories(SortedVector manyInventories)
          
voidBookingAdmBean.setManyInventoryTypes(SortedVector manyInventoryTypes)
          
voidBookingAdmBean.setManyResources(SortedVector manyResources)
          
voidBookingAdmBean.setManyResourceTypes(SortedVector manyResourceTypes)
          
voidBookingAdmBean.setManyServiceManagers(SortedVector v)
          Set the value of manyServiceManagers.
voidBookingAdmBean.setManyServices(SortedVector manyServices)
          
voidBookingAdmBean.setManyServiceTypes(SortedVector manyServiceTypes)
          
 

Uses of SortedVector in com.ltu.smd116.bl.booking
 

Methods in com.ltu.smd116.bl.booking that return SortedVector
SortedVectorBLBooking.getAllBookings()
          Get all bookings
SortedVectorBLBooking.getAllBookingsArticle(int id)
          Gets all bookings for the chosen Article's Id
SortedVectorBLBooking.getAllBookingsInventory(int id)
          Gets all bookings for the chosen Inventory's Id
SortedVectorBLBooking.getAllBookingsResource(int id)
          Gets all bookings for the chosen Resource's Id
SortedVectorBLBooking.getAllBookingsService(int id)
          Gets all bookings for the chosen Sevice's Id
SortedVectorBLBooking.getAllBookingsUser(int id)
          Gets all bookings for the chosen User's Id
SortedVectorBLBooking.getAllPersonnel()
          
SortedVectorBLBooking.getAllResources()
          
SortedVectorBLBooking.getAllServices()
          Gets all Services
SortedVectorBLBooking.getAllServicesManager(int id)
          Gets all Services for the chosen Manager's Id
SortedVectorBLBooking.getAllServicesResources(int id)
          Gets all Services for the chosen Resource's Id
SortedVectorBLBooking.getAllServicesType(int id)
          Gets all Services for the chosen Type's Id
SortedVectorBLBooking.getAllServicetypes()
          Get all Service types
SortedVectorBLBookingAdm.getAllArticleTypes()
          
SortedVectorBLBookingAdm.getAllInventoryTypes()
          
SortedVectorBLBookingAdm.getAllResourceTypes()
          
SortedVectorBLBookingAdm.getAllServiceManagers()
          
SortedVectorBLBookingAdm.getAllServiceTypes()
          
SortedVectorBLBookingAdm.searchArticle(String searchStr, int filter)
          Returns the searchresults in the manyArticles-sortedVector
SortedVectorBLBookingAdm.searchInventory(String searchStr, int filter)
          
SortedVectorBLBookingAdm.searchService(String searchStr, int filter)
          
 

Uses of SortedVector in com.ltu.smd116.bl.payment
 

Methods in com.ltu.smd116.bl.payment that return SortedVector
SortedVectorBLAdminAccount.search(AccountContainer account)
          
SortedVectorBLAdminCard.search(CardContainer card)
          
SortedVectorBLAdminCounter.search(CounterContainer counter)
          
SortedVectorBLPurchase.search(PurchaseContainer pc)
          
 

Uses of SortedVector in com.ltu.smd116.bl.seachart
 

Methods in com.ltu.smd116.bl.seachart that return SortedVector
SortedVectorBLSeaChart.getChartsAt(double longitude, double latitude)
          Get all sea charts that includes the given location.
 

Uses of SortedVector in com.ltu.smd116.bl.weather
 

Methods in com.ltu.smd116.bl.weather that return SortedVector
SortedVectorBLWeather.getWeathers()
          
 

Uses of SortedVector in com.ltu.smd116.containers
 

Subclasses of SortedVector in com.ltu.smd116.containers
class SampleContainer
          Insert the type's description here.
 

Fields in com.ltu.smd116.containers declared as SortedVector
private SortedVectorUserContainer.rights
          A sorted vector of ints.
 

Methods in com.ltu.smd116.containers that return SortedVector
SortedVectorUserContainer.getRights()
          
 

Methods in com.ltu.smd116.containers with parameters of type SortedVector
voidUserContainer.setRights(SortedVector rights)
          
 

Uses of SortedVector in com.ltu.smd116.containers.booking
 

Fields in com.ltu.smd116.containers.booking declared as SortedVector
private SortedVectorArticleContainer.types
          
private SortedVectorBookingContainer.bookingResources
          
private SortedVectorInventoryContainer.types
          
private SortedVectorResourceContainer.types
          Sorted Vector of resourceTypeContainers
private SortedVectorServiceContainer.resources
          A Sorted vector with resourceContainers
private SortedVectorServiceContainer.serviceManagers
          Sorted vector of PersonnelContainer.
private SortedVectorServiceContainer.serviceTypes
          Sorted vector of servicetypeContainers
 

Methods in com.ltu.smd116.containers.booking that return SortedVector
SortedVectorArticleContainer.getTypes()
          
SortedVectorBookingContainer.getBookingResources()
          
SortedVectorInventoryContainer.getTypes()
          
SortedVectorResourceContainer.getTypes()
          
SortedVectorServiceContainer.getResources()
          
SortedVectorServiceContainer.getServiceManagers()
          
SortedVectorServiceContainer.getServiceTypes()
          
 

Methods in com.ltu.smd116.containers.booking with parameters of type SortedVector
voidArticleContainer.setTypes(SortedVector types)
          
voidBookingContainer.setBookingResources(SortedVector bookingResources)
          
voidInventoryContainer.setTypes(SortedVector types)
          
voidResourceContainer.setTypes(SortedVector types)
          
voidServiceContainer.setResources(SortedVector resources)
          
voidServiceContainer.setServiceManagers(SortedVector serviceManagers)
          
voidServiceContainer.setServiceTypes(SortedVector serviceTypes)
          
 

Uses of SortedVector in com.ltu.smd116.dbp
 

Methods in com.ltu.smd116.dbp that return SortedVector
SortedVectorArticleDBP.getAllArticles()
          
SortedVectorArticleDBP.getArticles(int articleTypeId)
          
SortedVectorArticleDBP.getArticles(String searchString)
          
SortedVectorArticleDBP.searchArticle(String searchStr, int filter)
          
SortedVectorArticleTypeDBP.getAllArticleTypes()
          
SortedVectorArticleTypeDBP.getAllArticleTypesForArticle(int id)
          
SortedVectorBookingDBP.searchBookingByDate(Date date, int hours)
          Method used to search for bookings made within a specific time period.
SortedVectorBookingDBP.searchBookingByDate(Date startDate, Date stopDate)
          Method used to search for bookings made a specific date.
SortedVectorBookingDBP.searchBookingByService(ServiceContainer service)
          Method used to search for bookings made for a specific service.
SortedVectorBookingDBP.searchBookingByUser(UserContainer user)
          Method used to search for bookings made by a specific user.
SortedVectorDBChart.getCharts()
          Get all sea charts.
SortedVectorDBFloor.getFloors()
          Get all floors of the boat.
SortedVectorDBPAccount.searchByOwner(UserContainer owner)
          
SortedVectorDBPCard.searchByAccount(AccountContainer account)
          
SortedVectorDBPCard.searchByOwner(UserContainer owner)
          
SortedVectorDBPCounter.searchByAccount(AccountContainer account)
          
SortedVectorDBPCounter.searchByName(String name)
          
SortedVectorDBPPurchase.searchByBuyer(UserContainer buyer)
          
SortedVectorDBPPurchase.searchByCounter(CounterContainer counter)
          
SortedVectorDBPPurchase.searchByDate(DateTime date)
          
SortedVectorDBPPurchase.searchBySeller(UserContainer seller)
          
SortedVectorDBPTransaction.searchByAccountFrom(AccountContainer account)
          
SortedVectorDBPTransaction.searchByAccountTo(AccountContainer account)
          
SortedVectorDBPTransaction.searchByDate(DateTime date)
          
SortedVectorDBWeather.getWeathers()
          Get all weather.
static SortedVectorDummy.dummySVArticle()
          
static SortedVectorDummy.dummySVArticleType()
          
static SortedVectorDummy.dummySVInventory()
          
static SortedVectorDummy.dummySVInventoryType()
          
static SortedVectorDummy.dummySVPersonnel()
          
static SortedVectorDummy.dummySVResource()
          
static SortedVectorDummy.dummySVResourceType()
          
static SortedVectorDummy.dummySVService()
          
static SortedVectorDummy.dummySVServiceType()
          
static SortedVectorDummy.dummySVUser()
          
SortedVectorInventoryDBP.getAllInventories()
          
SortedVectorInventoryDBP.getInventories(int inventoryTypeId)
          
SortedVectorInventoryDBP.getInventories(String searchString)
          
SortedVectorInventoryDBP.searchInventory(String searchStr, int filter)
          
SortedVectorInventoryTypeDBP.getAllInventoryTypes()
          
SortedVectorPersonnelDBP.getAllPersonnel()
          
SortedVectorResourceDBP.getAllResources()
          
SortedVectorResourceDBP.getResources(int resourceTypeId)
          
SortedVectorResourceDBP.getResources(String searchString)
          
SortedVectorResourceDBP.searchResources(String searchStr, int filter)
          
SortedVectorResourceTypeDBP.getAllResourceTypes()
          
SortedVectorServiceDBP.getAllServices()
          
SortedVectorServiceDBP.getServices(int serviceTypeId)
          
SortedVectorServiceDBP.getServices(String searchString)
          
SortedVectorServiceDBP.getServices(Date startDate, Date endDate)
          Gets all services that's got their start_date in the interval between startDate and endDate.
SortedVectorServiceDBP.searchService(String searchStr, int filter)
          
SortedVectorServiceTypeDBP.getAllServiceTypes()
          
SortedVectorUserDBP.getAllUserPersonnel()
          
SortedVectorUserDBP.getAllUsers()
          
 

Uses of SortedVector in com.ltu.smd116.misc
 

Methods in com.ltu.smd116.misc with parameters of type SortedVector
voidSortedVector.addSortedVectorElements(SortedVector v)
          Add all elements (by references) to this SortedVector.