|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomoby.registry.definitions.types.JServicesSqlImpl
public final class JServicesSqlImpl
email me at edward.kawas@gmail.com
Constructor Summary | |
---|---|
JServicesSqlImpl()
|
Method Summary | |
---|---|
String[][] |
getFullServicesAsArray()
Get all the data in the db regrading service types. |
String |
getServices()
method that returns the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited. |
String[][] |
getServicesAsArray()
method that returns the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JServicesSqlImpl() throws MobyException
MobyException
- if database driver cannot be found or there is an database
access error.Method Detail |
---|
public final String getServices()
JServiceI
PRE:None.
POST:A string containing the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.
getServices
in interface JServiceI
public String[][] getServicesAsArray()
JServiceI
PRE:None.
POST:A string array containing sub string arrays containing the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.
Example of the structure that is returned: [[service type, relationship type, service type parent, description of the service type]]
getServicesAsArray
in interface JServiceI
public String[][] getFullServicesAsArray()
public static void main(String[] args) throws MobyException
MobyException
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |