VPEReadServiceInterface
in
Interface VPEReadServiceInterface
Tags
Table of Contents
- getAll() : VPECollection
- Returns als VPE entities as collection.
- getById() : VPEInterface
- Returns VPE entity by the given id.
Methods
getAll()
Returns als VPE entities as collection.
public
getAll() : VPECollection
Return values
VPECollection —getById()
Returns VPE entity by the given id.
public
getById(IdType $vpeId) : VPEInterface
Parameters
- $vpeId : IdType
-
VPE entity to be given.