public class Actulog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RSS_NAME |
Constructor and Description |
---|
Actulog() |
Actulog(long autoIncrementValue) |
Modifier and Type | Method and Description |
---|---|
Wire |
createWire(java.lang.String title,
java.util.Locale locale) |
Wire |
getWireById(long wireId) |
Wire |
getWireById(java.lang.Long wireId) |
Wire |
getWireById(java.lang.String wireId) |
long |
lastId() |
long |
nextId() |
void |
rebuildIndexes() |
void |
removeWire(Wire wire) |
void |
resetLastId() |
java.lang.String |
toRSS(int feedSize,
java.util.Locale locale,
java.lang.String websiteUrl) |
Wires |
wires() |
public static final java.lang.String RSS_NAME
public Wire createWire(java.lang.String title, java.util.Locale locale)
public Wire getWireById(long wireId)
email
- public Wire getWireById(java.lang.Long wireId)
email
- public Wire getWireById(java.lang.String wireId)
email
- public long lastId()
public long nextId()
public void rebuildIndexes()
public void removeWire(Wire wire)
account
- public void resetLastId()
public java.lang.String toRSS(int feedSize, java.util.Locale locale, java.lang.String websiteUrl) throws java.io.IOException
language
- java.io.IOException
public Wires wires()