Package | Description |
---|---|
com.buckosoft.PicMan.business |
Primary business objects.
|
com.buckosoft.PicMan.business.common |
Common business objects between the main program and the service.
|
com.buckosoft.PicMan.db |
database objects for the PicMan projects
|
Modifier and Type | Interface and Description |
---|---|
interface |
PicManFacade
PicMan primary business interface.
|
Modifier and Type | Class and Description |
---|---|
class |
PicManImpl
Implement the primary API for PicMan.
|
Modifier and Type | Class and Description |
---|---|
class |
PicManCommonImpl
Implement the Business Interface common to the PicMan apps.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseFacade.setPicManCommonFacade(PicManCommonFacade picManCommonFacade)
Set the callback to the partial main business facade.
|
void |
DatabaseImpl.setPicManCommonFacade(PicManCommonFacade picManCommonFacade) |