Class BasicEntityFolderCreate
java.lang.Object
ch.tocco.nice2.dms.impl.dbrefactoring.DocumentFolderSqlCreator.FolderCreate
ch.tocco.nice2.dms.impl.dbrefactoring.BasicEntityFolderCreate
- All Implemented Interfaces:
DocumentFolderSqlCreator.SqlFunction<Void>
Executes the basic insert statement against the database to create a folder.
-
Constructor Summary
ConstructorDescriptionBasicEntityFolderCreate
(DocumentFolderSqlCreator.EntityValueId entityId, DocumentFolderSqlCreator.EntityValueId parentId, DocumentFolderSqlCreator.EntityValueId domainId, String fkname, String uniqueName) -
Method Summary
Methods inherited from class ch.tocco.nice2.dms.impl.dbrefactoring.DocumentFolderSqlCreator.FolderCreate
createFkName, folderExists, getCurrVal, makeCreator, makeTableName
-
Constructor Details
-
BasicEntityFolderCreate
public BasicEntityFolderCreate(DocumentFolderSqlCreator.EntityValueId entityId, DocumentFolderSqlCreator.EntityValueId parentId, DocumentFolderSqlCreator.EntityValueId domainId, String fkname, String uniqueName)
-
-
Method Details
-
run
- Throws:
SQLException
-
getEntityId
-
getParentId
-
getFkname
-
getUniqueName
-