Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
import org.springframework.stereotype.Service;

@Service
public class ClassName {

       // CLASS BODY

}

2.

...

2. additional services access

In created service you can access many additional services that helps you manipulate data or view.

...

Code Block
import org.springframework.beans.factory.annotation.Autowired;

...

    @Autowired
    private ServiceType setviceName;

2.

...

3. additional services

2.3.1. DataDefinitionService

TODO1

2

...

.3.2. TranslationService

4
5
6TODO

2.3.3. SecurityService

TODO

3. custom methods

Anchor
customValidators
customValidators

...