Interface IFrontendServerPropertyHandler
-
- All Superinterfaces:
IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
FrontendServerPropertyHandler
public interface IFrontendServerPropertyHandler extends IGenericHandler
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrontendServerPropertygetByKey(UserContext uc, String key, FrontendServer frontendServer)Retrieves aFrontendServerPropertyby a given key.-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Methods 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
-
-
-
-
Method Detail
-
getByKey
FrontendServerProperty getByKey(UserContext uc, String key, FrontendServer frontendServer)
Retrieves aFrontendServerPropertyby a given key.- Parameters:
uc- theUserContextto usekey- the frontend server property keyfrontendServer- theFrontendServerto use- Returns:
- a
FrontendServerProperty
-
-