@groovy.util.logging.Slf4j @groovy.transform.CompileStatic @java.lang.SuppressWarnings(value: [GrMethodMayBeStatic]) class MuyanPlatformBootStrap extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
ImportApplicationSeedDataLockKey |
|
static java.lang.String |
ImportPlatformSeedDataLockKey |
Type | Name and description |
---|---|
javax.sql.DataSource |
dataSource |
java.lang.Object |
destroy |
DomainMetaService |
domainMetaService |
grails.core.GrailsApplication |
grailsApplication |
ImportService |
importService |
java.lang.Object |
init |
OrganizationDataService |
organizationDataService |
PokeTaskService |
pokeTaskService |
RedissonService |
redissonService |
UserDataService |
userDataService |
Constructor and description |
---|
MuyanPlatformBootStrap
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
changeMenuInFormToNullable() |
|
User |
createUserIfNotExist(java.lang.String username) |
|
java.util.List<DomainClass> |
getAllDomainClasses() |
|
java.lang.Object |
importSeedDataFromCsv(java.io.File directory) |
|
void |
initAsposeLicenses() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#getClass(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#hashCode(), java.lang.Object#equals(java.lang.Object), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#notify() |
Groovy Documentation