| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SortedVector in com.ltu.smd116.beans | 
| Fields in com.ltu.smd116.beans declared as SortedVector | |
private SortedVector | BookingAdmBean.manyArticles | 
private SortedVector | BookingAdmBean.manyArticleTypes | 
private SortedVector | BookingAdmBean.manyInventories | 
private SortedVector | BookingAdmBean.manyInventoryTypes | 
private SortedVector | BookingAdmBean.manyResources | 
private SortedVector | BookingAdmBean.manyResourceTypes | 
private SortedVector | BookingAdmBean.manyServiceManagers | 
private SortedVector | BookingAdmBean.manyServices | 
private SortedVector | BookingAdmBean.manyServiceTypes | 
| Methods in com.ltu.smd116.beans that return SortedVector | |
SortedVector | AccountAdminBean.searchByOwner(UserContainer owner)Search for accounts whose owner we know.  | 
SortedVector | BookingAdmBean.getManyArticles() | 
SortedVector | BookingAdmBean.getManyArticleTypes() | 
SortedVector | BookingAdmBean.getManyArticleTypesDB() | 
SortedVector | BookingAdmBean.getManyInventories() | 
SortedVector | BookingAdmBean.getManyInventoryTypes() | 
SortedVector | BookingAdmBean.getManyInventoryTypesDB() | 
SortedVector | BookingAdmBean.getManyResources() | 
SortedVector | BookingAdmBean.getManyResourceTypes() | 
SortedVector | BookingAdmBean.getManyResourceTypesDB() | 
SortedVector | BookingAdmBean.getManyServiceManagers()Get the value of manyServiceManagers.  | 
SortedVector | BookingAdmBean.getManyServiceManagersDB() | 
SortedVector | BookingAdmBean.getManyServices() | 
SortedVector | BookingAdmBean.getManyServiceTypes() | 
SortedVector | BookingAdmBean.getManyServiceTypes(int typeId) | 
SortedVector | BookingAdmBean.getManyServiceTypesDB() | 
SortedVector | BookingAdmBean.searchArticle(String searchStr, int filter)Returns the searchresults in the manyArticles-SortedVector  | 
SortedVector | BookingAdmBean.searchInventory(String searchStr, int filter) | 
SortedVector | BookingAdmBean.searchService(String searchStr, int filter) | 
SortedVector | CardAdminBean.searchByOwner(UserContainer owner)Search for cards whose owner we know.  | 
SortedVector | CounterAdminBean.searchByAccount(AccountContainer account)Search for counters whose account we know.  | 
SortedVector | CounterAdminBean.searchByName(String name)Search for counters whose name we know.  | 
SortedVector | SearchBean.getresults() | 
| Methods in com.ltu.smd116.beans with parameters of type SortedVector | |
void | BookingAdmBean.setManyArticles(SortedVector manyArticles) | 
void | BookingAdmBean.setManyArticleTypes(SortedVector manyArticleTypes) | 
void | BookingAdmBean.setManyInventories(SortedVector manyInventories) | 
void | BookingAdmBean.setManyInventoryTypes(SortedVector manyInventoryTypes) | 
void | BookingAdmBean.setManyResources(SortedVector manyResources) | 
void | BookingAdmBean.setManyResourceTypes(SortedVector manyResourceTypes) | 
void | BookingAdmBean.setManyServiceManagers(SortedVector v)Set the value of manyServiceManagers.  | 
void | BookingAdmBean.setManyServices(SortedVector manyServices) | 
void | BookingAdmBean.setManyServiceTypes(SortedVector manyServiceTypes) | 
| Uses of SortedVector in com.ltu.smd116.bl.booking | 
| Methods in com.ltu.smd116.bl.booking that return SortedVector | |
SortedVector | BLBooking.getAllBookings()Get all bookings  | 
SortedVector | BLBooking.getAllBookingsArticle(int id)Gets all bookings for the chosen Article's Id  | 
SortedVector | BLBooking.getAllBookingsInventory(int id)Gets all bookings for the chosen Inventory's Id  | 
SortedVector | BLBooking.getAllBookingsResource(int id)Gets all bookings for the chosen Resource's Id  | 
SortedVector | BLBooking.getAllBookingsService(int id)Gets all bookings for the chosen Sevice's Id  | 
SortedVector | BLBooking.getAllBookingsUser(int id)Gets all bookings for the chosen User's Id  | 
SortedVector | BLBooking.getAllPersonnel() | 
SortedVector | BLBooking.getAllResources() | 
SortedVector | BLBooking.getAllServices()Gets all Services  | 
SortedVector | BLBooking.getAllServicesManager(int id)Gets all Services for the chosen Manager's Id  | 
SortedVector | BLBooking.getAllServicesResources(int id)Gets all Services for the chosen Resource's Id  | 
SortedVector | BLBooking.getAllServicesType(int id)Gets all Services for the chosen Type's Id  | 
SortedVector | BLBooking.getAllServicetypes()Get all Service types  | 
SortedVector | BLBookingAdm.getAllArticleTypes() | 
SortedVector | BLBookingAdm.getAllInventoryTypes() | 
SortedVector | BLBookingAdm.getAllResourceTypes() | 
SortedVector | BLBookingAdm.getAllServiceManagers() | 
SortedVector | BLBookingAdm.getAllServiceTypes() | 
SortedVector | BLBookingAdm.searchArticle(String searchStr, int filter)Returns the searchresults in the manyArticles-sortedVector  | 
SortedVector | BLBookingAdm.searchInventory(String searchStr, int filter) | 
SortedVector | BLBookingAdm.searchService(String searchStr, int filter) | 
| Uses of SortedVector in com.ltu.smd116.bl.payment | 
| Methods in com.ltu.smd116.bl.payment that return SortedVector | |
SortedVector | BLAdminAccount.search(AccountContainer account) | 
SortedVector | BLAdminCard.search(CardContainer card) | 
SortedVector | BLAdminCounter.search(CounterContainer counter) | 
SortedVector | BLPurchase.search(PurchaseContainer pc) | 
| Uses of SortedVector in com.ltu.smd116.bl.seachart | 
| Methods in com.ltu.smd116.bl.seachart that return SortedVector | |
SortedVector | BLSeaChart.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 | |
SortedVector | BLWeather.getWeathers() | 
| Uses of SortedVector in com.ltu.smd116.containers | 
| Subclasses of SortedVector in com.ltu.smd116.containers | |
class  | SampleContainerInsert the type's description here.  | 
| Fields in com.ltu.smd116.containers declared as SortedVector | |
private SortedVector | UserContainer.rightsA sorted vector of ints.  | 
| Methods in com.ltu.smd116.containers that return SortedVector | |
SortedVector | UserContainer.getRights() | 
| Methods in com.ltu.smd116.containers with parameters of type SortedVector | |
void | UserContainer.setRights(SortedVector rights) | 
| Uses of SortedVector in com.ltu.smd116.containers.booking | 
| Fields in com.ltu.smd116.containers.booking declared as SortedVector | |
private SortedVector | ArticleContainer.types | 
private SortedVector | BookingContainer.bookingResources | 
private SortedVector | InventoryContainer.types | 
private SortedVector | ResourceContainer.typesSorted Vector of resourceTypeContainers  | 
private SortedVector | ServiceContainer.resourcesA Sorted vector with resourceContainers  | 
private SortedVector | ServiceContainer.serviceManagersSorted vector of PersonnelContainer.  | 
private SortedVector | ServiceContainer.serviceTypesSorted vector of servicetypeContainers  | 
| Methods in com.ltu.smd116.containers.booking that return SortedVector | |
SortedVector | ArticleContainer.getTypes() | 
SortedVector | BookingContainer.getBookingResources() | 
SortedVector | InventoryContainer.getTypes() | 
SortedVector | ResourceContainer.getTypes() | 
SortedVector | ServiceContainer.getResources() | 
SortedVector | ServiceContainer.getServiceManagers() | 
SortedVector | ServiceContainer.getServiceTypes() | 
| Methods in com.ltu.smd116.containers.booking with parameters of type SortedVector | |
void | ArticleContainer.setTypes(SortedVector types) | 
void | BookingContainer.setBookingResources(SortedVector bookingResources) | 
void | InventoryContainer.setTypes(SortedVector types) | 
void | ResourceContainer.setTypes(SortedVector types) | 
void | ServiceContainer.setResources(SortedVector resources) | 
void | ServiceContainer.setServiceManagers(SortedVector serviceManagers) | 
void | ServiceContainer.setServiceTypes(SortedVector serviceTypes) | 
| Uses of SortedVector in com.ltu.smd116.dbp | 
| Methods in com.ltu.smd116.dbp that return SortedVector | |
SortedVector | ArticleDBP.getAllArticles() | 
SortedVector | ArticleDBP.getArticles(int articleTypeId) | 
SortedVector | ArticleDBP.getArticles(String searchString) | 
SortedVector | ArticleDBP.searchArticle(String searchStr, int filter) | 
SortedVector | ArticleTypeDBP.getAllArticleTypes() | 
SortedVector | ArticleTypeDBP.getAllArticleTypesForArticle(int id) | 
SortedVector | BookingDBP.searchBookingByDate(Date date, int hours)Method used to search for bookings made within a specific time period.  | 
SortedVector | BookingDBP.searchBookingByDate(Date startDate, Date stopDate)Method used to search for bookings made a specific date.  | 
SortedVector | BookingDBP.searchBookingByService(ServiceContainer service)Method used to search for bookings made for a specific service.  | 
SortedVector | BookingDBP.searchBookingByUser(UserContainer user)Method used to search for bookings made by a specific user.  | 
SortedVector | DBChart.getCharts()Get all sea charts.  | 
SortedVector | DBFloor.getFloors()Get all floors of the boat.  | 
SortedVector | DBPAccount.searchByOwner(UserContainer owner) | 
SortedVector | DBPCard.searchByAccount(AccountContainer account) | 
SortedVector | DBPCard.searchByOwner(UserContainer owner) | 
SortedVector | DBPCounter.searchByAccount(AccountContainer account) | 
SortedVector | DBPCounter.searchByName(String name) | 
SortedVector | DBPPurchase.searchByBuyer(UserContainer buyer) | 
SortedVector | DBPPurchase.searchByCounter(CounterContainer counter) | 
SortedVector | DBPPurchase.searchByDate(DateTime date) | 
SortedVector | DBPPurchase.searchBySeller(UserContainer seller) | 
SortedVector | DBPTransaction.searchByAccountFrom(AccountContainer account) | 
SortedVector | DBPTransaction.searchByAccountTo(AccountContainer account) | 
SortedVector | DBPTransaction.searchByDate(DateTime date) | 
SortedVector | DBWeather.getWeathers()Get all weather.  | 
static SortedVector | Dummy.dummySVArticle() | 
static SortedVector | Dummy.dummySVArticleType() | 
static SortedVector | Dummy.dummySVInventory() | 
static SortedVector | Dummy.dummySVInventoryType() | 
static SortedVector | Dummy.dummySVPersonnel() | 
static SortedVector | Dummy.dummySVResource() | 
static SortedVector | Dummy.dummySVResourceType() | 
static SortedVector | Dummy.dummySVService() | 
static SortedVector | Dummy.dummySVServiceType() | 
static SortedVector | Dummy.dummySVUser() | 
SortedVector | InventoryDBP.getAllInventories() | 
SortedVector | InventoryDBP.getInventories(int inventoryTypeId) | 
SortedVector | InventoryDBP.getInventories(String searchString) | 
SortedVector | InventoryDBP.searchInventory(String searchStr, int filter) | 
SortedVector | InventoryTypeDBP.getAllInventoryTypes() | 
SortedVector | PersonnelDBP.getAllPersonnel() | 
SortedVector | ResourceDBP.getAllResources() | 
SortedVector | ResourceDBP.getResources(int resourceTypeId) | 
SortedVector | ResourceDBP.getResources(String searchString) | 
SortedVector | ResourceDBP.searchResources(String searchStr, int filter) | 
SortedVector | ResourceTypeDBP.getAllResourceTypes() | 
SortedVector | ServiceDBP.getAllServices() | 
SortedVector | ServiceDBP.getServices(int serviceTypeId) | 
SortedVector | ServiceDBP.getServices(String searchString) | 
SortedVector | ServiceDBP.getServices(Date startDate, Date endDate)Gets all services that's got their start_date in the interval between startDate and endDate.  | 
SortedVector | ServiceDBP.searchService(String searchStr, int filter) | 
SortedVector | ServiceTypeDBP.getAllServiceTypes() | 
SortedVector | UserDBP.getAllUserPersonnel() | 
SortedVector | UserDBP.getAllUsers() | 
| Uses of SortedVector in com.ltu.smd116.misc | 
| Methods in com.ltu.smd116.misc with parameters of type SortedVector | |
void | SortedVector.addSortedVectorElements(SortedVector v)Add all elements (by references) to this SortedVector.  | 
  | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||