java - GAE Not able to access Public methods of Entity Class in Clientside -


i using objectify in data store operations in endpoint classes. have entity class

there public method :

    public void setregistrationrecord(registrationrecord registrationrecord) {         this.registrationrecord = ref.create(key.create(registrationrecord.class, registrationrecord.getid()));     } 

in client side not able access method

please let me know wrong doing.

thanks in advance

objectify server-side framework. creating key requires gae sdk, not available client-side.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -