Class HvlOAuthLookupOperationalManagerImpl

java.lang.Object
tr.com.havelsan.javarch.oauth.jpa.data.provider.module.support.lookup.manager.HvlOAuthLookupOperationalManagerImpl
All Implemented Interfaces:
HvlOAuthLookupOperationalManager

@Service public class HvlOAuthLookupOperationalManagerImpl extends Object implements HvlOAuthLookupOperationalManager
The class which implements HvlOAuthLookupOperationalManager.
  • Constructor Details

  • Method Details

    • save

      public HvlOAuthLookupModel save(HvlOAuthLookupModel lookupModel)
      Save is method used to add new lookup model.
      Specified by:
      save in interface HvlOAuthLookupOperationalManager
      Parameters:
      lookupModel - the lookup model
      Returns:
      the hvl o auth lookup model
    • update

      public HvlOAuthLookupModel update(HvlOAuthLookupModel lookupModel)
      Update is the method used to redefine the properties of existing lookup model.
      Specified by:
      update in interface HvlOAuthLookupOperationalManager
      Parameters:
      lookupModel - the lookup model
      Returns:
      the hvl o auth lookup model
    • deleteByUuid

      public void deleteByUuid(String uuid) throws tr.com.havelsan.javarch.data.commons.exception.HvlEntityRelationExistsException
      Delete by uuid is the method used to delete the lookup model given uuid.
      Specified by:
      deleteByUuid in interface HvlOAuthLookupOperationalManager
      Parameters:
      uuid - the uuid
      Throws:
      tr.com.havelsan.javarch.data.commons.exception.HvlEntityRelationExistsException - the hvl entity relation exists exception