diff --git a/transforms/adl2entityclasses.xslt b/transforms/adl2entityclasses.xslt index b3cd5a6..3c21835 100755 --- a/transforms/adl2entityclasses.xslt +++ b/transforms/adl2entityclasses.xslt @@ -8,8 +8,8 @@ Transform ADL into C# entity classes $Author: sb $ - $Revision: 1.15 $ - $Date: 2009-01-12 10:51:40 $ + $Revision: 1.16 $ + $Date: 2009-02-02 18:13:39 $ --> + + /* ---- [ cut here: next file '.auto.cs'] ---------------- */ + + //------------------------------------------------------------- + // + // + // .auto.cs + // + // (c)2007 Cygnet Solutions Ltd + // + // Automatically generated from application description using + // adl2entityclass.xsl revision + // + // + // + // This file is automatically generated; DO NOT EDIT IT. + // + //------------------------------------------------------------- + using System; + using System.Configuration; + using System.Collections; + using System.Collections.Generic; + using System.Text; + using System.Text.RegularExpressions; + using Cygnet.Exceptions; + using Cygnet.Entities; + using Iesi.Collections.Generic; + using NHibernate; + using NHibernate.Classic; + + namespace + { + /// <summary> + /// Dummy entity class for security group + /// + /// </summary> + /// <remarks> + /// Automatically generated from description of group + /// using adl2entityclass.xsl revision . + /// + /// DO NOT EDIT THIS FILE! + /// </remarks> + public class : Entity { + private int _Check; + public virtual int Check { + get { return Check; } + set { _Check = value; } + } + } + } + + /* ---- [ cut here: next file '.auto.cs'] ---------------- */ @@ -66,7 +119,7 @@ // (c)2007 Cygnet Solutions Ltd // // Automatically generated from application description using - // adl2entityclass.xsl revision + // adl2entityclass.xsl revision // // // @@ -92,7 +145,7 @@ /// </summary> /// <remarks> /// Automatically generated from description of entity - /// using adl2entityclass.xsl revision . + /// using adl2entityclass.xsl revision . /// Note that manually maintained parts of this class may be defined in /// a separate file called .manual.cs, q.v. /// diff --git a/transforms/adl2hibernate.xslt b/transforms/adl2hibernate.xslt index 035715a..7004579 100755 --- a/transforms/adl2hibernate.xslt +++ b/transforms/adl2hibernate.xslt @@ -12,7 +12,7 @@ Transform ADL to Hibernate $Author: sb $ - $Revision: 1.7 $ + $Revision: 1.8 $ --> @@ -138,7 +138,7 @@ * * * - * Generated using adl2hibernate.xslt revision + * Generated using adl2hibernate.xslt revision * *************************************************************************** @@ -148,6 +148,32 @@ + + + Authentication check table for security group + + + + + + + + + + + + + + + + + + + + + + + diff --git a/transforms/adl2views.xslt b/transforms/adl2views.xslt index b9cda5a..7fea1cd 100755 --- a/transforms/adl2views.xslt +++ b/transforms/adl2views.xslt @@ -15,8 +15,8 @@ Transform ADL into velocity view templates $Author: sb $ - $Revision: 1.21 $ - $Date: 2009-02-02 10:49:13 $ + $Revision: 1.22 $ + $Date: 2009-02-02 18:13:39 $ --> @@ -126,7 +126,7 @@ Auto generated Velocity maybe-delete form for , generated from ADL. - Generated using adl2views.xslt + Generated using adl2views.xslt @@ -163,7 +163,7 @@ Auto generated Velocity maybe-delete form for , generated from ADL. - Generated using adl2views.xslt + Generated using adl2views.xslt @@ -246,7 +246,7 @@ Auto generated Velocity form for , generated from ADL. - Generated using adl2views.xslt + Generated using adl2views.xslt @@ -368,7 +368,7 @@ Auto generated Velocity form for , generated from ADL. - Generated using adl2views.xsl + Generated using adl2views.xsl @@ -963,7 +963,7 @@ ${.DisplayAndHidden( "", "%{rendermode='',class='',title='',size='',maxlength='',rows=''}")} #else - [You are not authorised to view this value] + [Not authorised] #end @@ -1000,7 +1000,7 @@ Auto generated Velocity list for , generated from ADL. - Generated using adl2views.xslt + Generated using adl2views.xslt #capturefor( title) @@ -1038,7 +1038,7 @@ Auto generated Velocity list for , generated from ADL. - Generated using adl2listview.xsl + Generated using adl2listview.xsl @@ -1190,31 +1190,10 @@ - - - - - - - #if ( ) - .ToString( 'd') - #end - - - #if ( ) - $t.Msg( ) - #end - - - #if( ) - - #end - - - - - - + + + + + + + + + + + + + + + #if ( ${SecurityHelper.InGroup( "")} || ) + ${.Display( "", "")} + #else + + [Not authorised] + + #end + + + + + @@ -1604,7 +1607,7 @@ - + @@ -1615,6 +1618,12 @@ + + + + + + @@ -1626,7 +1635,7 @@ - + @@ -1637,6 +1646,15 @@ + + + + + + + + +