@Named @SessionScoped public class InstagramCollectionController extends org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
Modifier and Type | Field and Description |
---|---|
static String |
BACK |
static String |
EDIT |
static String |
LIST |
static String |
VIEW |
Constructor and Description |
---|
InstagramCollectionController() |
Modifier and Type | Method and Description |
---|---|
String |
addElement() |
void |
addPhoto(InstagramPhoto photo) |
void |
addPhotoToList(long index) |
List<InstagramPhoto> |
getAlbumPhotos() |
Object |
getId(InstagramCollection t) |
List<InstagramPhoto> |
getPhotos() |
void |
initController() |
void |
loadAlbumPhotos() |
String |
modElement() |
void |
removeFromPhotos(long index) |
String |
reset() |
String |
save() |
void |
setAlbumPhotos(List<InstagramPhoto> albumPhotos) |
void |
setPhotos(List<InstagramPhoto> photos) |
String |
update() |
void |
useLikeCover(long index) |
addFacesMessage, addFacesMessage, addFacesMessage, annullaInline, backPage, backPage, defaultCriteria, delete, deleteInline, editPage, editPageNoRedirect, getClear, getElement, getElements, getEntityClass, getModel, getOrderByParameter, getPageSize, getRepository, getRowCount, getRowElement, getRowsPerPage, getScrollerPage, getSearch, isEditMode, isLoaded, isReadOnlyMode, listPage, listPageNoRedirect, modCurrent, modInline, onRowEdit, preReload, preReset, printCurrent, printElement, printPage, refreshModel, reload, reloadAjax, resetAjax, setEditMode, setElement, setElements, setLoaded, setModel, setModificabile, setPageSize, setReadOnlyMode, setRowCount, setRowElement, setRowsPerPage, setScrollerPage, updateInline, view, viewCurrent, viewElement, viewPage
public static String BACK
public static String VIEW
public static String EDIT
public static String LIST
public void initController()
initController
in class org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
public Object getId(InstagramCollection t)
getId
in class org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
public String reset()
reset
in class org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
public String addElement()
addElement
in class org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
public String modElement()
modElement
in class org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
public String update()
update
in class org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
public String save()
save
in class org.giavacms.common.controller.AbstractLazyController<InstagramCollection>
public List<InstagramPhoto> getPhotos()
public void setPhotos(List<InstagramPhoto> photos)
public void addPhoto(InstagramPhoto photo)
public void useLikeCover(long index)
public void removeFromPhotos(long index)
public List<InstagramPhoto> getAlbumPhotos()
public void setAlbumPhotos(List<InstagramPhoto> albumPhotos)
public void loadAlbumPhotos()
public void addPhotoToList(long index)
Copyright © 2013. All Rights Reserved.