gws.plugin.account.admin_action

Account admin action.

Source code: gws.plugin.account.admin_action

Module Contents

class gws.plugin.account.admin_action.Config

Bases: gws.base.action.Config

Account Admin action. (added in 8.1)

models: list[gws.ext.config.model] | None

Account data models.

class gws.plugin.account.admin_action.Object

Bases: gws.base.action.Object

h: gws.plugin.account.helper.Object
api_delete_feature(req: gws.WebRequester, p: gws.base.edit.api.DeleteFeatureRequest) gws.base.edit.api.DeleteFeatureResponse
api_get_feature(req: gws.WebRequester, p: gws.base.edit.api.GetFeatureRequest) gws.base.edit.api.GetFeatureResponse
api_get_features(req: gws.WebRequester, p: gws.base.edit.api.GetFeaturesRequest) gws.base.edit.api.GetFeaturesResponse
api_get_models(req: gws.WebRequester, p: gws.base.edit.api.GetModelsRequest) gws.base.edit.api.GetModelsResponse
api_get_relatable_features(req: gws.WebRequester, p: gws.base.edit.api.GetRelatableFeaturesRequest) gws.base.edit.api.GetRelatableFeaturesResponse
api_init_feature(req: gws.WebRequester, p: gws.base.edit.api.InitFeatureRequest) gws.base.edit.api.InitFeatureResponse
api_reset(req: gws.WebRequester, p: ResetRequest) ResetResponse
api_write_feature(req: gws.WebRequester, p: gws.base.edit.api.WriteFeatureRequest) gws.base.edit.api.WriteFeatureResponse
configure()
class gws.plugin.account.admin_action.Props

Bases: gws.base.action.Props

class gws.plugin.account.admin_action.ResetRequest(*args, **kwargs)

Bases: gws.Request

Command request.

featureUid: str
class gws.plugin.account.admin_action.ResetResponse(*args, **kwargs)

Bases: gws.Response

Command response.

feature: gws.FeatureProps