- selectShortenersList(Plugin) - Method in interface fr.paris.lutece.plugins.shorturl.business.IShortUrlDAO
-
Load the data of all the shortener objects and returns them as a collection
- selectShortenersList(Plugin) - Method in class fr.paris.lutece.plugins.shorturl.business.ShortUrlDAO
-
Load the data of all the shorteners and returns them as a collection
- setAbbreviation(String) - Method in class fr.paris.lutece.plugins.shorturl.business.ShortUrl
-
Sets the Abbreviation
- setCreationDate(Timestamp) - Method in class fr.paris.lutece.plugins.shorturl.business.ShortUrl
-
Sets the CreationDate
- setHits(int) - Method in class fr.paris.lutece.plugins.shorturl.business.ShortUrl
-
Sets the Hits
- setIdShortener(int) - Method in class fr.paris.lutece.plugins.shorturl.business.ShortUrl
-
Sets the IdShortener
- setShortenerUrl(String) - Method in class fr.paris.lutece.plugins.shorturl.business.ShortUrl
-
Sets the ShortenerUrl
- ShortUrl - Class in fr.paris.lutece.plugins.shorturl.business
-
This is the business class for the object ShortUrl
- ShortUrl() - Constructor for class fr.paris.lutece.plugins.shorturl.business.ShortUrl
-
- ShortUrlApp - Class in fr.paris.lutece.plugins.shorturl.web
-
This class provides a simple implementation of an XPage
- ShortUrlApp() - Constructor for class fr.paris.lutece.plugins.shorturl.web.ShortUrlApp
-
- ShortUrlDAO - Class in fr.paris.lutece.plugins.shorturl.business
-
This class provides Data Access methods for ShortUrl objects
- ShortUrlDAO() - Constructor for class fr.paris.lutece.plugins.shorturl.business.ShortUrlDAO
-
- ShortUrlHome - Class in fr.paris.lutece.plugins.shorturl.business
-
This class provides instances management methods (create, find, ...) for ShortUrl objects
- ShortUrlRedirect - Class in fr.paris.lutece.plugins.shorturl.service
-
- ShortUrlRedirect() - Constructor for class fr.paris.lutece.plugins.shorturl.service.ShortUrlRedirect
-
- store(ShortUrl, Plugin) - Method in interface fr.paris.lutece.plugins.shorturl.business.IShortUrlDAO
-
Update the record in the table
- store(ShortUrl, Plugin) - Method in class fr.paris.lutece.plugins.shorturl.business.ShortUrlDAO
-
Update the record in the table