Documentation ¶
Index ¶
- func CreateArea(bo *bo.AreaBo) errs.SystemErrorInfo
- func CreateCities(bo *bo.CitiesBo) errs.SystemErrorInfo
- func CreateContinents(bo *bo.ContinentsBo) errs.SystemErrorInfo
- func CreateCountries(bo *bo.CountriesBo) errs.SystemErrorInfo
- func CreateIndustry(bo *bo.IndustryBo) errs.SystemErrorInfo
- func CreateMobilePrefix(bo *bo.MobilePrefixBo) errs.SystemErrorInfo
- func CreateRegions(bo *bo.RegionsBo) errs.SystemErrorInfo
- func CreateStates(bo *bo.StatesBo) errs.SystemErrorInfo
- func DeleteArea(bo *bo.AreaBo, operatorId int64) errs.SystemErrorInfo
- func DeleteCities(bo *bo.CitiesBo, operatorId int64) errs.SystemErrorInfo
- func DeleteContinents(bo *bo.ContinentsBo, operatorId int64) errs.SystemErrorInfo
- func DeleteCountries(bo *bo.CountriesBo, operatorId int64) errs.SystemErrorInfo
- func DeleteIndustry(bo *bo.IndustryBo, operatorId int64) errs.SystemErrorInfo
- func DeleteMobilePrefix(bo *bo.MobilePrefixBo, operatorId int64) errs.SystemErrorInfo
- func DeleteRegions(bo *bo.RegionsBo, operatorId int64) errs.SystemErrorInfo
- func DeleteStates(bo *bo.StatesBo, operatorId int64) errs.SystemErrorInfo
- func GetAreaBo(id int64) (*bo.AreaBo, errs.SystemErrorInfo)
- func GetAreaBoList(page uint, size uint, cond db.Cond) (*[]bo.AreaBo, int64, errs.SystemErrorInfo)
- func GetCitiesBo(id int64) (*bo.CitiesBo, errs.SystemErrorInfo)
- func GetCitiesBoList(page uint, size uint, cond db.Cond) (*[]bo.CitiesBo, int64, errs.SystemErrorInfo)
- func GetCityBoListByCond(cond db.Cond) (*[]bo.CitiesBo, errs.SystemErrorInfo)
- func GetContinentList() (*[]bo.ContinentsBo, errs.SystemErrorInfo)
- func GetContinentsBo(id int64) (*bo.ContinentsBo, errs.SystemErrorInfo)
- func GetContinentsBoList(page uint, size uint, cond db.Cond) (*[]bo.ContinentsBo, int64, errs.SystemErrorInfo)
- func GetCountriesBo(id int64) (*bo.CountriesBo, errs.SystemErrorInfo)
- func GetCountriesBoList(page uint, size uint, cond db.Cond) (*[]bo.CountriesBo, int64, errs.SystemErrorInfo)
- func GetCountriesBoListByCond(cond db.Cond) (*[]bo.CountriesBo, errs.SystemErrorInfo)
- func GetIndustryBo(id int64) (*bo.IndustryBo, errs.SystemErrorInfo)
- func GetIndustryBoAllList(cond db.Cond) (*[]bo.IndustryBo, errs.SystemErrorInfo)
- func GetIndustryBoList(page uint, size uint, cond db.Cond) (*[]bo.IndustryBo, int64, errs.SystemErrorInfo)
- func GetMobilePrefixBo(id int64) (*bo.MobilePrefixBo, errs.SystemErrorInfo)
- func GetMobilePrefixBoList(page uint, size uint, cond db.Cond) (*[]bo.MobilePrefixBo, int64, errs.SystemErrorInfo)
- func GetRegionBoListByCond(cond db.Cond) (*[]bo.RegionsBo, errs.SystemErrorInfo)
- func GetRegionsBo(id int64) (*bo.RegionsBo, errs.SystemErrorInfo)
- func GetRegionsBoList(page uint, size uint, cond db.Cond) (*[]bo.RegionsBo, int64, errs.SystemErrorInfo)
- func GetStatesBo(id int64) (*bo.StatesBo, errs.SystemErrorInfo)
- func GetStatesBoList(page uint, size uint, cond db.Cond) (*[]bo.StatesBo, int64, errs.SystemErrorInfo)
- func GetStatesBoListByCond(cond db.Cond) (*[]bo.StatesBo, errs.SystemErrorInfo)
- func UpdateArea(bo *bo.AreaBo) errs.SystemErrorInfo
- func UpdateCities(bo *bo.CitiesBo) errs.SystemErrorInfo
- func UpdateContinents(bo *bo.ContinentsBo) errs.SystemErrorInfo
- func UpdateCountries(bo *bo.CountriesBo) errs.SystemErrorInfo
- func UpdateIndustry(bo *bo.IndustryBo) errs.SystemErrorInfo
- func UpdateMobilePrefix(bo *bo.MobilePrefixBo) errs.SystemErrorInfo
- func UpdateRegions(bo *bo.RegionsBo) errs.SystemErrorInfo
- func UpdateStates(bo *bo.StatesBo) errs.SystemErrorInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateArea ¶
func CreateArea(bo *bo.AreaBo) errs.SystemErrorInfo
func CreateCities ¶
func CreateCities(bo *bo.CitiesBo) errs.SystemErrorInfo
func CreateContinents ¶
func CreateContinents(bo *bo.ContinentsBo) errs.SystemErrorInfo
func CreateCountries ¶
func CreateCountries(bo *bo.CountriesBo) errs.SystemErrorInfo
func CreateIndustry ¶
func CreateIndustry(bo *bo.IndustryBo) errs.SystemErrorInfo
func CreateMobilePrefix ¶
func CreateMobilePrefix(bo *bo.MobilePrefixBo) errs.SystemErrorInfo
func CreateRegions ¶
func CreateRegions(bo *bo.RegionsBo) errs.SystemErrorInfo
func CreateStates ¶
func CreateStates(bo *bo.StatesBo) errs.SystemErrorInfo
func DeleteArea ¶
func DeleteArea(bo *bo.AreaBo, operatorId int64) errs.SystemErrorInfo
func DeleteCities ¶
func DeleteCities(bo *bo.CitiesBo, operatorId int64) errs.SystemErrorInfo
func DeleteContinents ¶
func DeleteContinents(bo *bo.ContinentsBo, operatorId int64) errs.SystemErrorInfo
func DeleteCountries ¶
func DeleteCountries(bo *bo.CountriesBo, operatorId int64) errs.SystemErrorInfo
func DeleteIndustry ¶
func DeleteIndustry(bo *bo.IndustryBo, operatorId int64) errs.SystemErrorInfo
func DeleteMobilePrefix ¶
func DeleteMobilePrefix(bo *bo.MobilePrefixBo, operatorId int64) errs.SystemErrorInfo
func DeleteRegions ¶
func DeleteRegions(bo *bo.RegionsBo, operatorId int64) errs.SystemErrorInfo
func DeleteStates ¶
func DeleteStates(bo *bo.StatesBo, operatorId int64) errs.SystemErrorInfo
func GetAreaBoList ¶
func GetCitiesBo ¶
func GetCitiesBo(id int64) (*bo.CitiesBo, errs.SystemErrorInfo)
func GetCitiesBoList ¶
func GetCityBoListByCond ¶
func GetCityBoListByCond(cond db.Cond) (*[]bo.CitiesBo, errs.SystemErrorInfo)
func GetContinentList ¶
func GetContinentList() (*[]bo.ContinentsBo, errs.SystemErrorInfo)
func GetContinentsBo ¶
func GetContinentsBo(id int64) (*bo.ContinentsBo, errs.SystemErrorInfo)
func GetContinentsBoList ¶
func GetContinentsBoList(page uint, size uint, cond db.Cond) (*[]bo.ContinentsBo, int64, errs.SystemErrorInfo)
func GetCountriesBo ¶
func GetCountriesBo(id int64) (*bo.CountriesBo, errs.SystemErrorInfo)
func GetCountriesBoList ¶
func GetCountriesBoList(page uint, size uint, cond db.Cond) (*[]bo.CountriesBo, int64, errs.SystemErrorInfo)
func GetCountriesBoListByCond ¶
func GetCountriesBoListByCond(cond db.Cond) (*[]bo.CountriesBo, errs.SystemErrorInfo)
func GetIndustryBo ¶
func GetIndustryBo(id int64) (*bo.IndustryBo, errs.SystemErrorInfo)
func GetIndustryBoAllList ¶
func GetIndustryBoAllList(cond db.Cond) (*[]bo.IndustryBo, errs.SystemErrorInfo)
func GetIndustryBoList ¶
func GetIndustryBoList(page uint, size uint, cond db.Cond) (*[]bo.IndustryBo, int64, errs.SystemErrorInfo)
func GetMobilePrefixBo ¶
func GetMobilePrefixBo(id int64) (*bo.MobilePrefixBo, errs.SystemErrorInfo)
func GetMobilePrefixBoList ¶
func GetMobilePrefixBoList(page uint, size uint, cond db.Cond) (*[]bo.MobilePrefixBo, int64, errs.SystemErrorInfo)
func GetRegionBoListByCond ¶
func GetRegionBoListByCond(cond db.Cond) (*[]bo.RegionsBo, errs.SystemErrorInfo)
func GetRegionsBo ¶
func GetRegionsBo(id int64) (*bo.RegionsBo, errs.SystemErrorInfo)
func GetRegionsBoList ¶
func GetStatesBo ¶
func GetStatesBo(id int64) (*bo.StatesBo, errs.SystemErrorInfo)
func GetStatesBoList ¶
func GetStatesBoListByCond ¶
func GetStatesBoListByCond(cond db.Cond) (*[]bo.StatesBo, errs.SystemErrorInfo)
func UpdateArea ¶
func UpdateArea(bo *bo.AreaBo) errs.SystemErrorInfo
func UpdateCities ¶
func UpdateCities(bo *bo.CitiesBo) errs.SystemErrorInfo
func UpdateContinents ¶
func UpdateContinents(bo *bo.ContinentsBo) errs.SystemErrorInfo
func UpdateCountries ¶
func UpdateCountries(bo *bo.CountriesBo) errs.SystemErrorInfo
func UpdateIndustry ¶
func UpdateIndustry(bo *bo.IndustryBo) errs.SystemErrorInfo
func UpdateMobilePrefix ¶
func UpdateMobilePrefix(bo *bo.MobilePrefixBo) errs.SystemErrorInfo
func UpdateRegions ¶
func UpdateRegions(bo *bo.RegionsBo) errs.SystemErrorInfo
func UpdateStates ¶
func UpdateStates(bo *bo.StatesBo) errs.SystemErrorInfo
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.