Interface IFrontendServerPropertyHandler
- All Superinterfaces:
IAPIHandler, IGenericHandler, Serializable
- All Known Implementing Classes:
FrontendServerPropertyHandler
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetByKey(UserContext uc, String key, FrontendServer frontendServer) Retrieves aFrontendServerPropertyby a given key.Methods inherited from interface IAPIHandler
getNameMethods inherited from interface IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
getByKey
Retrieves aFrontendServerPropertyby a given key.- Parameters:
uc- theUserContextto usekey- the frontend server property keyfrontendServer- theFrontendServerto use- Returns:
- a
FrontendServerProperty
-