|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| base | This package contains the InternetCafe project's core classes. |
| base.service | This package contains the InternetCafe project's core classes for the service area. |
| base.session | This package contains the InternetCafe project's core classes for the session area. |
| ui.command.IO | |
| ui.dialog | |
| ui.panel | |
| Uses of Service in base |
|---|
| Methods in base that return Service | |
|---|---|
Service[] |
InternetCafeManager.getService()
|
Service |
InternetCafeManager.getServiceById(int serviceId)
This method retrieves a service specifying his id. |
| Methods in base with parameters of type Service | |
|---|---|
void |
InternetCafeManager.addService(Service service)
This method simply adds a service. |
void |
InternetCafeManager.deleteService(Service service)
This method deletes the service. |
protected static java.lang.String |
InternetCafeManager.serviceKey(Service service)
This method simply builds a key string for an instance of Service. |
| Uses of Service in base.service |
|---|
| Methods in base.service that return Service | |
|---|---|
static Service |
ServiceFactory.newService(java.lang.String name,
java.lang.String description,
java.lang.String rateType,
double baseRate,
int minDurationInMinute,
boolean careAboutMinDuration,
int maxDurationInMinute,
boolean careAboutMaxDuration)
|
| Uses of Service in base.session |
|---|
| Methods in base.session that return Service | |
|---|---|
Service |
Session.getService()
|
| Methods in base.session with parameters of type Service | |
|---|---|
static Session |
SessionFactory.newSession(User user,
Workstation workstation,
java.lang.String description,
java.util.Date startTime,
java.util.Date endTime,
Service service)
|
| Constructors in base.session with parameters of type Service | |
|---|---|
Session(int id,
User user,
Workstation workstation,
java.lang.String description,
java.util.Date startTime,
java.util.Date endTime,
Service service)
|
|
| Uses of Service in ui.command.IO |
|---|
| Constructors in ui.command.IO with parameters of type Service | |
|---|---|
SaveServiceCommand(ServicePanel servicePanel,
Service service,
boolean createService)
|
|
| Uses of Service in ui.dialog |
|---|
| Methods in ui.dialog that return Service | |
|---|---|
Service |
NewSessionDialog.getSessionService()
|
| Constructors in ui.dialog with parameters of type Service | |
|---|---|
ServiceDialog(Service service)
|
|
| Uses of Service in ui.panel |
|---|
| Methods in ui.panel that return Service | |
|---|---|
Service |
ServicePanel.getService()
|
| Constructors in ui.panel with parameters of type Service | |
|---|---|
ServicePanel(Service service)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||