Class ClientPortalDao


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

      • ClientPortalDao

        public ClientPortalDao()
    • Method Detail

      • 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