Class ClientPortalDao


public class ClientPortalDao extends AbstractDao
Provides a DAO for the ClientPortal entity.
Since:
19.5.0
See Also:
  • Constructor Details

    • ClientPortalDao

      public ClientPortalDao()
  • Method Details

    • getClientPortalForPK

      public ClientPortal getClientPortalForPK(Object id)
      Return the client portal with the specified OID
      Parameters:
      id - the OID
      Returns:
      the matching client portal, or null if not found