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 PersistencyException
PersistencyExceptionpublic void dropTables(org.jooq.DSLContext context)
throws PersistencyException
PersistencyExceptionpublic int updatePassword(org.jooq.DSLContext context,
AgentPath agent,
String password,
boolean temporary)
throws PersistencyException
PersistencyExceptionpublic int updateIOR(org.jooq.DSLContext context,
ItemPath item,
String ior)
throws PersistencyException
PersistencyExceptionpublic int update(org.jooq.DSLContext context,
ItemPath path)
throws PersistencyException
PersistencyExceptionpublic int delete(org.jooq.DSLContext context,
UUID uuid)
throws PersistencyException
PersistencyExceptionpublic int insert(org.jooq.DSLContext context,
AgentPath agentPath,
JooqItemPropertyHandler properties)
throws PersistencyException
PersistencyExceptionpublic int insert(org.jooq.DSLContext context,
ItemPath path)
throws PersistencyException
PersistencyExceptionpublic boolean exists(org.jooq.DSLContext context,
UUID uuid)
throws PersistencyException
PersistencyExceptionpublic ItemPath fetch(org.jooq.DSLContext context, UUID uuid, JooqItemPropertyHandler properties) throws PersistencyException
PersistencyExceptionpublic String fetchPassword(org.jooq.DSLContext context, UUID uuid) throws PersistencyException
PersistencyExceptionpublic static ItemPath getItemPath(org.jooq.DSLContext context, JooqItemPropertyHandler properties, org.jooq.Record record) throws PersistencyException
PersistencyExceptionpublic List<Path> fetchAll(org.jooq.DSLContext context, List<UUID> uuids, JooqItemPropertyHandler properties) throws PersistencyException
PersistencyExceptionCopyright © 1997–2020 CRISTAL-iSE. All rights reserved.