NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminChangeGalleryItemsAlbumAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminChangeGalleryItemsAlbumAction ($actionInfo, $request)
 perform ()
 _updateResources ()
 _updateAlbums ()

Public Attributes

 $_resourceIds
 $_albumIds
 $_galleryAlbumId
 $_successMessage
 $_errorMessage
 $_totalOk

Detailed Description

Massive changes resources and albums to another Album

Definition at line 17 of file adminchangegalleryitemsalbumaction.class.php.


Member Function Documentation

AdminChangeGalleryItemsAlbumAction.AdminChangeGalleryItemsAlbumAction ( actionInfo,
request 
)

Constructor. If nothing else, it also has to call the constructor of the parent class, BlogAction with the same parameters

Definition at line 32 of file adminchangegalleryitemsalbumaction.class.php.

References $request, AdminAction.AdminAction(), Action.registerFieldValidator(), and Action.setValidationErrorView().

AdminChangeGalleryItemsAlbumAction.perform (  ) 

Receives the HTTP request from the client as parameter, so that we can extract the parameters and perform our business logic.

The result of this will be a view, which will normally be the output of the processing we just did or for example an error view showing an error message. Once we have completed processing, the controller will call the getView() method to get the resulting view and send it back to the customer.

Returns:
Returns nothing

Reimplemented from Action.

Definition at line 49 of file adminchangegalleryitemsalbumaction.class.php.

References _updateAlbums(), _updateResources(), CacheControl.resetBlogCache(), and AdminAction.setCommonData().

AdminChangeGalleryItemsAlbumAction._updateResources (  ) 

updates resources from the list

Definition at line 82 of file adminchangegalleryitemsalbumaction.class.php.

References $result, and AdminAction.notifyEvent().

Referenced by perform().

AdminChangeGalleryItemsAlbumAction._updateAlbums (  ) 

update resources from the list

Definition at line 121 of file adminchangegalleryitemsalbumaction.class.php.

References $result, and AdminAction.notifyEvent().

Referenced by perform().


Member Data Documentation

AdminChangeGalleryItemsAlbumAction.$_resourceIds

Definition at line 20 of file adminchangegalleryitemsalbumaction.class.php.

AdminChangeGalleryItemsAlbumAction.$_albumIds

Definition at line 21 of file adminchangegalleryitemsalbumaction.class.php.

AdminChangeGalleryItemsAlbumAction.$_galleryAlbumId

Definition at line 22 of file adminchangegalleryitemsalbumaction.class.php.

AdminChangeGalleryItemsAlbumAction.$_successMessage

Definition at line 24 of file adminchangegalleryitemsalbumaction.class.php.

AdminChangeGalleryItemsAlbumAction.$_errorMessage

Definition at line 25 of file adminchangegalleryitemsalbumaction.class.php.

AdminChangeGalleryItemsAlbumAction.$_totalOk

Definition at line 26 of file adminchangegalleryitemsalbumaction.class.php.