Class UserPortalAPI
API for reading and writing
UserPortal entities.- Since:
- 8.2.0
- Author:
- XIMA Media GmbH
-
Field Summary
Fields inherited from class AEntityAPI
entityClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByAlias(UserContext uc, String alias) getByName(UserContext uc, String name) getByUuid(UserContext uc, UUID uuid) getFileByUuid(UserContext uc, UUID portalUuid, UUID fileUuid) getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) getForMasterServer(UserContext uc, int page, int pageSize) Methods inherited from class AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getPagedResult, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updateMethods inherited from class ASubAPI
getHandlerProvider
-
Constructor Details
-
UserPortalAPI
public UserPortalAPI()
-
-
Method Details
-
getByAlias
- See Also:
-
getByName
- See Also:
-
getByUuid
- See Also:
-
getFileByUuid
- Since:
- 8.4.0
- See Also:
-
getForFrontendServer
public PagedResult<UserPortal> getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) - See Also:
-
getForMasterServer
- See Also:
-