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 FrontendServerProperty
getByKey(UserContext uc, String key, FrontendServer frontendServer)
Retrieves aFrontendServerProperty
by 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 aFrontendServerProperty
by a given key.- Parameters:
uc
- theUserContext
to usekey
- the frontend server property keyfrontendServer
- theFrontendServer
to use- Returns:
- a
FrontendServerProperty
-
-