Package de.xima.fc.handler.entity
Class DatenquelleHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.DatenquelleHandler
- All Implemented Interfaces:
IAPIHandler,IDatenquelleHandler,IGenericHandler,Serializable
The Class DataStoreHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDatenquelleById(UserContext uc, Mandant mandant, int id) Gets the DataStores by.getDatenquelleByName(UserContext uc, Mandant man, String name) Gets the DataStores by.getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Gets the DataStores by name and typegetDatenquellen(UserContext uc, Mandant mandant) Gets the DataStores.getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type) Gets an public datasourceMethods inherited from class de.xima.fc.handler.entity.GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updateMethods inherited from class de.xima.fc.handler.AMSApiHandler
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getNameMethods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Constructor Details
-
DatenquelleHandler
public DatenquelleHandler()
-
-
Method Details
-
getDatenquellen
Gets the DataStores.- Specified by:
getDatenquellenin interfaceIDatenquelleHandler- Parameters:
uc- theUserContextto usemandant- the client- Returns:
- the DataStores
-
getDatenquelleByName
Gets the DataStores by.- Specified by:
getDatenquelleByNamein interfaceIDatenquelleHandler- Parameters:
uc- theUserContextto useman- the clientname- the name of theDatenquelle- Returns:
- the DataStores
-
getDatenquelleById
Gets the DataStores by.- Specified by:
getDatenquelleByIdin interfaceIDatenquelleHandler- Parameters:
uc- theUserContextto usemandant- the clientid- the id of theDatenquelle- Returns:
- the DataStores
-
getDatenquelleByNameAndType
public Datenquelle getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Description copied from interface:IDatenquelleHandlerGets the DataStores by name and type- Specified by:
getDatenquelleByNameAndTypein interfaceIDatenquelleHandler- Parameters:
uc- theUserContextto usemandant- the clientname- the name of theDatenquelledatenquellenTyp- the type of theDatenquelle- Returns:
Datenquelleornullif not found
-
getPublicDatasource
public Datenquelle getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type) Description copied from interface:IDatenquelleHandlerGets an public datasource- Specified by:
getPublicDatasourcein interfaceIDatenquelleHandler- Parameters:
uc- theUserContextto useclient- the clientname- the name of theDatenquelletype- the type of theDatenquelle- Returns:
Datenquelleornullif not found or not public
-