Documentation ¶
Index ¶
- func Split(parentIds []uint64) [][]uint64
- type ActionResultService
- func (this *ActionResultService) GetSeqName() string
- func (this *ActionResultService) ListByParentId(schemaName string, parentIds []uint64) []*entity.ActionResult
- func (this *ActionResultService) NewEntities(data []byte) (interface{}, error)
- func (this *ActionResultService) NewEntity(data []byte) (interface{}, error)
- type ConnectionService
- func (this *ConnectionService) GetSeqName() string
- func (this *ConnectionService) ListByParentId(schemaName string, parentIds []uint64) []*entity.Connection
- func (this *ConnectionService) NewEntities(data []byte) (interface{}, error)
- func (this *ConnectionService) NewEntity(data []byte) (interface{}, error)
- type PropertyService
- type RoleService
- func (this *RoleService) FindOffspring(schemaName string, parentIds []uint64, LoadNum int) ([]*entity.Role, []uint64)
- func (this *RoleService) FindSpecOffspring(schemaName string, parentId uint64, specId uint64) ([]*entity.Role, []uint64)
- func (this *RoleService) GetSeqName() string
- func (this *RoleService) NewEntities(data []byte) (interface{}, error)
- func (this *RoleService) NewEntity(data []byte) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionResultService ¶
type ActionResultService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetActionResultService ¶
func GetActionResultService() *ActionResultService
func (*ActionResultService) GetSeqName ¶
func (this *ActionResultService) GetSeqName() string
func (*ActionResultService) ListByParentId ¶
func (this *ActionResultService) ListByParentId(schemaName string, parentIds []uint64) []*entity.ActionResult
func (*ActionResultService) NewEntities ¶
func (this *ActionResultService) NewEntities(data []byte) (interface{}, error)
func (*ActionResultService) NewEntity ¶
func (this *ActionResultService) NewEntity(data []byte) (interface{}, error)
type ConnectionService ¶
type ConnectionService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetConnectionService ¶
func GetConnectionService() *ConnectionService
func (*ConnectionService) GetSeqName ¶
func (this *ConnectionService) GetSeqName() string
func (*ConnectionService) ListByParentId ¶
func (this *ConnectionService) ListByParentId(schemaName string, parentIds []uint64) []*entity.Connection
func (*ConnectionService) NewEntities ¶
func (this *ConnectionService) NewEntities(data []byte) (interface{}, error)
func (*ConnectionService) NewEntity ¶
func (this *ConnectionService) NewEntity(data []byte) (interface{}, error)
type PropertyService ¶
type PropertyService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetPropertyService ¶
func GetPropertyService() *PropertyService
func (*PropertyService) GetSeqName ¶
func (this *PropertyService) GetSeqName() string
func (*PropertyService) ListByParentId ¶
func (this *PropertyService) ListByParentId(schemaName string, parentIds []uint64) []*entity.Property
func (*PropertyService) NewEntities ¶
func (this *PropertyService) NewEntities(data []byte) (interface{}, error)
func (*PropertyService) NewEntity ¶
func (this *PropertyService) NewEntity(data []byte) (interface{}, error)
type RoleService ¶
type RoleService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetRoleService ¶
func GetRoleService() *RoleService
func (*RoleService) FindOffspring ¶
func (this *RoleService) FindOffspring(schemaName string, parentIds []uint64, LoadNum int) ([]*entity.Role, []uint64)
* 当LoadNum=0,只加载LoadNum=0的数据;当LoadNum=-1,加载所有数据
func (*RoleService) FindSpecOffspring ¶
func (*RoleService) GetSeqName ¶
func (this *RoleService) GetSeqName() string
func (*RoleService) NewEntities ¶
func (this *RoleService) NewEntities(data []byte) (interface{}, error)
func (*RoleService) NewEntity ¶
func (this *RoleService) NewEntity(data []byte) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.