Class DocumentFolderSqlCreator.FolderCreate
java.lang.Object
ch.tocco.nice2.dms.impl.dbrefactoring.DocumentFolderSqlCreator.FolderCreate
- All Implemented Interfaces:
DocumentFolderSqlCreator.SqlFunction<Void>
- Direct Known Subclasses:
BasicEntityFolderCreate,BusinessunitEntityFolderUpdate
- Enclosing class:
DocumentFolderSqlCreator
public abstract static class DocumentFolderSqlCreator.FolderCreate
extends Object
implements DocumentFolderSqlCreator.SqlFunction<Void>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateFkName(String entityModel) protected booleanfolderExists(Connection conn, String name) Looks up a folder row by its name.protected longgetCurrVal(Connection conn) makeCreator(EntityId entity, EntityId parent, EntityId domain) protected StringmakeTableName(String entityModel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.dms.impl.dbrefactoring.DocumentFolderSqlCreator.SqlFunction
run
-
Constructor Details
-
FolderCreate
public FolderCreate()
-
-
Method Details
-
makeCreator
public static DocumentFolderSqlCreator.FolderCreate makeCreator(EntityId entity, EntityId parent, EntityId domain) -
createFkName
-
getCurrVal
- Throws:
SQLException
-
folderExists
Looks up a folder row by its name.- Throws:
SQLException
-
makeTableName
-