</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
+ <create permission="CREATE_COPY_STAT_CAT" context_field="owner"/>
<retrieve permission="STAFF_LOGIN" global_required="true"/>
+ <update permission="UPDATE_COPY_STAT_CAT" context_field="owner"/>
+ <delete permission="DELETE_COPY_STAT_CAT" context_field="owner"/>
</actions>
</permacrud>
</class>
</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
+ <create permission="CREATE_COPY_STAT_CAT_ENTRY">
+ <context link="stat_cat" field="owner"/>
+ </create>
<retrieve permission="STAFF_LOGIN" global_required="true"/>
+ <update permission="UPDATE_COPY_STAT_CAT_ENTRY">
+ <context link="stat_cat" field="owner"/>
+ </update>
+ <delete permission="DELETE_COPY_STAT_CAT_ENTRY">
+ <context link="stat_cat" field="owner"/>
+ </delete>
</actions>
</permacrud>
</class>