Class LightIdServiceImpl

  • All Implemented Interfaces:
    pro.fessional.wings.faceless.service.lightid.LightIdService

    
    public class LightIdServiceImpl
     implements LightIdService
                        
    Since:

    2019-05-31

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int geBlockId() Get the default BlockId
      long getId(@NotNull() String name, int block) Get id by name and block, may be case-insensitive, all lowercase by default.
      • Methods inherited from class pro.fessional.wings.faceless.service.lightid.LightIdService

        getId, getId, getId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LightIdServiceImpl

        LightIdServiceImpl(LightIdProvider lightIdProvider, BlockIdProvider blockIdProvider)
    • Method Detail

      • geBlockId

         int geBlockId()

        Get the default BlockId

      • getId

         long getId(@NotNull() String name, int block)

        Get id by name and block, may be case-insensitive, all lowercase by default.