public class JooqItemHandler extends Object
| Constructor and Description |
|---|
JooqItemHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTables(org.jooq.DSLContext context) |
int |
delete(org.jooq.DSLContext context,
UUID uuid) |
void |
dropTables(org.jooq.DSLContext context) |
boolean |
exists(org.jooq.DSLContext context,
UUID uuid) |
ItemPath |
fetch(org.jooq.DSLContext context,
UUID uuid,
JooqItemPropertyHandler properties) |
List<Path> |
fetchAll(org.jooq.DSLContext context,
List<UUID> uuids,
JooqItemPropertyHandler properties) |
String |
fetchPassword(org.jooq.DSLContext context,
UUID uuid) |
static ItemPath |
getItemPath(org.jooq.DSLContext context,
JooqItemPropertyHandler properties,
org.jooq.Record record) |
int |
insert(org.jooq.DSLContext context,
AgentPath agentPath,
JooqItemPropertyHandler properties) |
int |
insert(org.jooq.DSLContext context,
ItemPath path) |
int |
update(org.jooq.DSLContext context,
ItemPath path) |
int |
updateIOR(org.jooq.DSLContext context,
ItemPath item,
String ior) |
int |
updatePassword(org.jooq.DSLContext context,
AgentPath agent,
String password,
boolean temporary) |
public void createTables(org.jooq.DSLContext context)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic void dropTables(org.jooq.DSLContext context)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int updatePassword(org.jooq.DSLContext context,
AgentPath agent,
String password,
boolean temporary)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int updateIOR(org.jooq.DSLContext context,
ItemPath item,
String ior)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int update(org.jooq.DSLContext context,
ItemPath path)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int delete(org.jooq.DSLContext context,
UUID uuid)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int insert(org.jooq.DSLContext context,
AgentPath agentPath,
JooqItemPropertyHandler properties)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int insert(org.jooq.DSLContext context,
ItemPath path)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic boolean exists(org.jooq.DSLContext context,
UUID uuid)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic ItemPath fetch(org.jooq.DSLContext context, UUID uuid, JooqItemPropertyHandler properties) throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic String fetchPassword(org.jooq.DSLContext context, UUID uuid) throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic static ItemPath getItemPath(org.jooq.DSLContext context, JooqItemPropertyHandler properties, org.jooq.Record record) throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic List<Path> fetchAll(org.jooq.DSLContext context, List<UUID> uuids, JooqItemPropertyHandler properties) throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.