Class CustomActionDefFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomaction.data.CustomActionDefFactory
-
public class CustomActionDefFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomActionDefFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomActionDefcreateCustomActionDef()static CustomActionDefcreateCustomActionDef(java.lang.String anId)For internal use only!static CustomActionDefcreateCustomActionDef(CustomActionDef template)static CustomActionDefcreateCustomActionDefForImport(java.lang.String anId)
-
-
-
Method Detail
-
createCustomActionDef
public static CustomActionDef createCustomActionDef(CustomActionDef template)
-
createCustomActionDef
public static CustomActionDef createCustomActionDef()
-
createCustomActionDefForImport
public static CustomActionDef createCustomActionDefForImport(java.lang.String anId)
-
createCustomActionDef
public static CustomActionDef createCustomActionDef(java.lang.String anId)
For internal use only!
-
-